添加接口权限

This commit is contained in:
caozhen
2023-09-20 16:33:57 +08:00
parent 5f62ef7432
commit 95221b166c
7 changed files with 78 additions and 122 deletions
@@ -132,7 +132,7 @@ public class LawsStandardSharingController extends JeroController<LawsStandardSh
* 添加
*/
@AutoLog(value = "标准分享-海外分享")
@ApiOperation(value="标准分享-分享", notes="标准分享-分享")
@ApiOperation(value="标准分享-海外分享", notes="标准分享-海外分享")
@PostMapping(value = "/overseas/add")
public Result<T> overseasAdd(@Validated @RequestBody LawsStandardSharing lawsStandardSharing) {
LoginUser sysUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();