企业列表出来了

master
法外狂徒张三 2024-09-10 10:53:45 +08:00
parent e21c33d759
commit fde8cf3ed0
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class MyApiController extends BaseController
} }
@RequiresPermissions("apitype:api:addOrUpd") @RequiresPermissions("market:apitype:addOrUpd")
@PostMapping("/addOrUpd") @PostMapping("/addOrUpd")
public Result<Integer> addOrUpd(@Validated @RequestBody MyApi myApi) public Result<Integer> addOrUpd(@Validated @RequestBody MyApi myApi)
{ {