Merge branch 'star' of git.kingsome.cn:server/game2006api into star

This commit is contained in:
aozhiwei 2023-06-20 16:04:44 +08:00
commit 592086f323

View File

@ -46,6 +46,7 @@ use models\BcOrder;
class ShopController extends BaseAuthedController
{
const TOKEN_TYPE_GOLD = '0';
const TOKEN_TYPE_CEG = '1';
const TOKEN_TYPE_CEC = '2';
const TOKEN_TYPE_BCEG = '3';