This commit is contained in:
songliang 2023-06-08 11:33:21 +08:00
parent 4cf3b4ac3a
commit 2a6fa5be83

View File

@ -43,6 +43,8 @@ class ShopController extends BaseAuthedController
const TOKEN_TYPE_MATIC = '101';
const TOKEN_TYPE_BNB = '102';
const TOKEN_TYPE_DSD = '99';
// 限购类型
const DAILY_BUY_LIMIT = 1;
const WEEKLY_BUY_LIMIT = 2;