Commit 120cf7fa authored by 谢希宇's avatar 谢希宇

Aidea product update by Strive Date 2020-11-12

parent c80b825a
......@@ -151,7 +151,7 @@ public class MemberServiceImpl extends GenericServiceImpl<Member> implements Mem
}
@Override
public JSONObject fanssChat(String openid,String appId) {
public JSONObject fanssChat(String openid, String appId) {
JSONObject rtnJson = new JSONObject();
try {
if (StringUtils.isEmpty(openid)){
......
......@@ -54,6 +54,6 @@ public class MobileMemberController {
**/
@RequestMapping(value = "/fanssChat", method = {RequestMethod.POST}, produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
public JSONObject fanssChat(String openid,String appId){
return memberService.fanssChat(openid);
return memberService.fanssChat(openid, appId);
}
}
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