feat : wx login
This commit is contained in:
12
app/Constants/Common/ThirdCode.php
Normal file
12
app/Constants/Common/ThirdCode.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Constants\Common;
|
||||
|
||||
class ThirdCode
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
const WX_LOGIN = 1;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user