Parcourir la source

[B端登录][修改][获取TOKEN接口参数]

release_toaliyun_real
gongbiao il y a 6 ans
Parent
révision
8866239b62
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      mallinkBApi/src/main/java/com/iformall/controller/WxInfoController.java

+ 1
- 1
mallinkBApi/src/main/java/com/iformall/controller/WxInfoController.java Voir le fichier

@@ -83,7 +83,7 @@ public class WxInfoController extends BaseController {
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "code不能为空"); return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "code不能为空");
} }
if (StringUtils.isBlank(userId)) { if (StringUtils.isBlank(userId)) {
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "userId不能为空");
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "bUserId不能为空");
} }
String scene = param.get("scene"); String scene = param.get("scene");
WxAppinfo wxAppinfo = getAppInfo(appId); WxAppinfo wxAppinfo = getAppInfo(appId);


Chargement…
Annuler
Enregistrer