Explorar el Código

fix bug

release_toaliyun_real
winter hace 3 años
padre
commit
c6a390c982
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      mallinkBApi/src/main/java/com/iformall/controller/WxInfoController.java

+ 4
- 0
mallinkBApi/src/main/java/com/iformall/controller/WxInfoController.java Ver fichero

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


Cargando…
Cancelar
Guardar