Explorar el Código

update user

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

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

@@ -323,7 +323,7 @@ public class WxInfoController extends BaseController {
return new ResultData(ErrorCode.APP_ID_NOT_FOUND);
}
try {
String phone = cuserFactory.getCUserService(buser.getAppPlat()).decryptPhoneNoInfo(encryptedData, iv, buser, wxAppinfo, isFmOpen);
String phone = cuserFactory.getBUserService(buser.getAppPlat()).decryptPhoneNoInfo(encryptedData, iv, buser, wxAppinfo, isFmOpen);
resultMap.put("msg", "授权手机成功!");
resultMap.put("phone", phone);
return new ResultData(resultMap);


Cargando…
Cancelar
Guardar