getMap
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user