feat : wx login

This commit is contained in:
2024-11-25 18:02:40 +08:00
parent 865ff6eb7e
commit 9c175fdb78
8 changed files with 175 additions and 9 deletions

View File

@@ -5,8 +5,8 @@ namespace App\Constants\Common;
class ThirdCode
{
/**
*
* 第三方登录类型 1=微信登录
*/
const WX_LOGIN = 1;
const int WX_LOGIN = 1;
}