feat: order
This commit is contained in:
@@ -16,4 +16,14 @@ class ApiCode extends ReturnCode
|
||||
* @Message("登录token已失效")
|
||||
*/
|
||||
public const int LOGIN_TOKEN_ERROR = 10002;
|
||||
|
||||
/**
|
||||
* @Message("商品不存在")
|
||||
*/
|
||||
public const int ORDER_GOOD_INEXISTENCE = 20001;
|
||||
|
||||
/**
|
||||
* @Message("商品库存不足")
|
||||
*/
|
||||
public const int ORDER_GOOD_INSUFFICIENT_STOCK = 20002;
|
||||
}
|
||||
Reference in New Issue
Block a user