手机号授权: 接口路径名调整

This commit is contained in:
lzm
2022-11-26 14:11:23 +08:00
committed by yeungchihang
parent ccf1c094bf
commit 10bf018d2b

View File

@@ -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,