体力:添加购买体力功能
This commit is contained in:
@@ -449,7 +449,8 @@ export const FILENAME = {
|
||||
DIC_SERVER_NAME: 'dic_zyz_serverName',
|
||||
DIC_SERVER_GROUP_NAME: 'dic_zyz_serverGropName',
|
||||
DIC_GK_FES: 'dic_zyz_gk_activity_festival',
|
||||
DIC_AP: 'dic_zyz_ap'
|
||||
DIC_AP: 'dic_zyz_ap',
|
||||
DIC_AP_BUY_COST: 'dic_zyz_daliyAp'
|
||||
}
|
||||
|
||||
export const WAR_RELATE_TABLES = [
|
||||
|
||||
@@ -221,6 +221,7 @@ export const STATUS = {
|
||||
NOT_CONSUME_GOODS: { code: 30004, simStr: '非消耗品' },
|
||||
AP_IS_FULL: { code: 30005, simStr: '满体力不可使用道具' },
|
||||
ROLE_IS_NOT_INIT: { code: 30006, simStr: '玩家未初始化' },
|
||||
AP_BUY_TIMES_LACK: { code: 30007, simStr: '购买次数不足' },
|
||||
|
||||
// 武将养成通用 30100 - 30199
|
||||
|
||||
|
||||
Reference in New Issue
Block a user