feat : wx login
This commit is contained in:
@@ -5,8 +5,8 @@ namespace App\Constants\Common;
|
||||
class ThirdCode
|
||||
{
|
||||
/**
|
||||
*
|
||||
* 第三方登录类型 1=微信登录
|
||||
*/
|
||||
const WX_LOGIN = 1;
|
||||
const int WX_LOGIN = 1;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user