手机号授权: 接口路径名调整
This commit is contained in:
@@ -902,7 +902,7 @@ public class UsersController extends BaseController {
|
||||
* @param code
|
||||
* @return
|
||||
*/
|
||||
@PostMapping(value = "/phone")
|
||||
@PostMapping(value = "/boundPhone")
|
||||
@Authorization
|
||||
public BusiResult boundPhone(@RequestParam("phone") String phone,
|
||||
@RequestParam("code") String code,
|
||||
|
Reference in New Issue
Block a user