Browse Source

fix bug

release_toaliyun_real
winter 3 years ago
parent
commit
c6a390c982
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      mallinkBApi/src/main/java/com/iformall/controller/WxInfoController.java

+ 4
- 0
mallinkBApi/src/main/java/com/iformall/controller/WxInfoController.java View File

@@ -106,6 +106,10 @@ public class WxInfoController extends BaseController {
return new ResultData(ErrorCode.MALL_INFO_NOT_FOUND);
}
if (true) {
return new ResultData(ErrorCode.MALL_INFO_NOT_FOUND);
}
try {
this.checkLoginUserPhone(buUser, appPlat);
} catch (Exception e) {


Loading…
Cancel
Save