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