Commit ba3e1f16 authored by liuyang's avatar liuyang

fixed bug

parent 546c10de
......@@ -188,7 +188,7 @@ public class MyEnterpriseController {
return Result.succeed(config);
}
@ApiOperation("修改企业会员、点播库领取配置")
@GetMapping("/receiveConfig/save")
@PostMapping("/receiveConfig/save")
@RequiresRoles(value = BizConstants.ROLE_ENTERPRISE_ADMIN)
@SysLog("修改企业会员、点播库领取配置")
public Result<String> receiveConfigSave(@RequestBody EnterpriesReceiveConfig model){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment