Przeglądaj źródła

fix bug

release_toaliyun_real
winter 3 lat temu
rodzic
commit
c6a390c982
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      mallinkBApi/src/main/java/com/iformall/controller/WxInfoController.java

+ 4
- 0
mallinkBApi/src/main/java/com/iformall/controller/WxInfoController.java Wyświetl plik

@@ -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) {


Ładowanie…
Anuluj
Zapisz