feat: 新增赔率版本和玩法配置版本的删除接口,支持删除草稿版本
This commit is contained in:
@@ -89,6 +89,9 @@ enum ErrorCode: int
|
||||
/** 赔率 / 目录币种未启用或不可下注 */
|
||||
case ConfigCurrencyInvalid = 2103;
|
||||
|
||||
/** 不能删除当前生效(active)的配置版本 */
|
||||
case ConfigVersionCannotDeleteActive = 2104;
|
||||
|
||||
/* ========== 8000–8999 玩家 SSO / Bearer 鉴权 ========== */
|
||||
|
||||
/** 无 Bearer / 格式错误 / token 为空 */
|
||||
|
||||
Reference in New Issue
Block a user