|
|
|
@@ -83,7 +83,7 @@ public class WxInfoController extends BaseController { |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "code不能为空"); |
|
|
|
} |
|
|
|
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"); |
|
|
|
WxAppinfo wxAppinfo = getAppInfo(appId); |
|
|
|
|