Files
hyperf_service/app/Constants/Common/ThirdCode.php
2024-11-25 18:02:40 +08:00

12 lines
148 B
PHP

<?php
namespace App\Constants\Common;
class ThirdCode
{
/**
* 第三方登录类型 1=微信登录
*/
const int WX_LOGIN = 1;
}