添加接口权限
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user