Commit eda297f4 by guojuxing

test

parent 5ed3a212
......@@ -180,7 +180,7 @@ public class AccountGroupController {
* @return com.gic.commons.webapi.reponse.RestResponse


 */
@RequestMapping("/add-group-member")
public RestResponse addGroupMember(String memberArr) {
public RestResponse addGroupMember(Object memberArr) {
LOGGER.info("添加组员数组参数test:{}", memberArr);
String memberArr1 = "";
List<AccountGroupMemberDTO> list = JSON.parseArray(memberArr1, AccountGroupMemberDTO.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment