add:修改授权码
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ public class HomeController {
|
||||
}
|
||||
|
||||
@ApiOperation(value = "修改授权码")
|
||||
@PostMapping(value = "/modify")
|
||||
@GetMapping(value = "/modify")
|
||||
public Result<?> modify(@RequestParam(value = "id",required = true)String id,
|
||||
@RequestParam(value = "emailPassword",required = true)String emailPassword) {
|
||||
payCaseCommitteeService.modify(id,emailPassword);
|
||||
|
||||
Reference in New Issue
Block a user