feat : wx login

This commit is contained in:
2024-11-25 11:51:02 +08:00
parent 8d5ac829e3
commit 865ff6eb7e
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\Constants\Common;
class ThirdCode
{
/**
*
*/
const WX_LOGIN = 1;
}