瀏覽代碼

update user

release_toaliyun_real
xhxu 4 年之前
父節點
當前提交
561d1fd547
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      mallinkBApi/src/main/java/com/iformall/controller/WxInfoController.java

+ 1
- 1
mallinkBApi/src/main/java/com/iformall/controller/WxInfoController.java 查看文件

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


Loading…
取消
儲存