|
|
|
@@ -136,7 +136,7 @@ public class WechatWeappMsgTemplateController { |
|
|
|
@PostMapping("delTemplate") |
|
|
|
public ResultData delTemplate(@RequestBody Map<String, String> params) { |
|
|
|
String appId = params.get("appId"); |
|
|
|
String templateId = params.get("templteId"); |
|
|
|
String templateId = params.get("templateId"); |
|
|
|
if(StringUtils.isBlank(appId)) { |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL); |
|
|
|
} |
|
|
|
|