feat : sts

This commit is contained in:
2025-04-17 16:02:43 +08:00
parent 9183e12e47
commit 84d49f15b8
2 changed files with 7 additions and 3 deletions

View File

@@ -17,11 +17,12 @@ class GoodCode
const int SKU_IS_DELETE = 2;
/**
* @var int 1=自选 2=套餐 3=特惠(列表)
* @var int 1=自选 2=套餐 3=特惠(列表) 5=选购
*/
CONST INT SPU_TYPE_OPTIONAL = 1;
CONST INT SPU_TYPE_MEAL = 2;
CONST INT SPU_TYPE_FAVORABLE = 3;
CONST INT SPU_TYPE_PURCHASE = 5;
/**
* @var int 1=上架 2=下架