修改状态
This commit is contained in:
@@ -73,7 +73,6 @@ public class SmsShopTemplateController {
|
||||
@SaAdminCheckRole("管理员")
|
||||
@PostMapping("/smsTemplate/shopUse")
|
||||
public CzgResult<Void> shopUse(@RequestBody SmsShopTemplateDTO param) {
|
||||
param.setShopId(StpKit.USER.getShopId());
|
||||
templateService.shopUse(param);
|
||||
return CzgResult.success();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user