|
|
@@ -434,7 +434,7 @@ public class WechatWeappSetController { |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); |
|
|
|
} |
|
|
|
|
|
|
|
if(StringUtils.isBlank(apiName) || StringUtils.isBlank(content)){ |
|
|
|
if(type == null || StringUtils.isBlank(apiName) || StringUtils.isBlank(content)){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL); |
|
|
|
} |
|
|
|
WxWeappInfo authQ = new WxWeappInfo(); |
|
|
|