Commit 36e0d878 by 徐高华

test

parent f2b1018c
......@@ -1258,6 +1258,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
json.setErrorCode(1);
Map<String, Object> returnMap = new HashMap<String, Object>();
returnMap.put("msgid",resp.getResult());
json.setReturnMap(returnMap);
}
return json ;
}
......
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