Commit 63602776 by guojuxing

test

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


 */
@RequestMapping("/add-group-member")
public RestResponse addGroupMember(List<AccountGroupMemberDTO> memberArr) {
public RestResponse addGroupMember(JSON memberArr) {
LOGGER.info("添加组员数组参数test:{}", JSON.toJSONString(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