refactor: 微信登录功能代码修改

This commit is contained in:
wangtaocs
2024-11-29 15:39:43 +08:00
parent d24dafc1fb
commit f04e21e0e5
10 changed files with 17 additions and 10 deletions

View File

@@ -38,5 +38,5 @@ public interface SecurityConstants {
/**
* 微信登录路径
*/
String WX_LOGIN_PATH = "/api/v1/auth/wechatLogin";
String WECHAT_LOGIN_PATH = "/api/v1/auth/wechat-login";
}