This commit is contained in:
guohb
2024-04-28 16:28:19 +08:00
parent d034da7519
commit f626c53461
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ public class PCApplyLicenseController {
* @param status 0通过 1不通过
* @return
*/
@PostMapping(path = "/examine")
@GetMapping(path = "/examine")
@ApiOperation("证照审批列表")
public ResponseResult licenseExamine(@RequestParam("id") Long shopId,
@RequestParam("status") Integer status,

View File

@@ -42,7 +42,7 @@ public class ApplyLicenseController {
* @param status 0通过 1不通过
* @return
*/
@PostMapping(path = "/examine")
@GetMapping(path = "/examine")
@ApiOperation("证照审批列表")
public ResponseResult licenseExamine(@RequestParam("id") Long shopId,
@RequestParam("status") Integer status,