ios:审核服判断逻辑

This commit is contained in:
luying
2022-07-30 18:36:49 +08:00
parent 5e5b052aa0
commit f105c79837
9 changed files with 77 additions and 6 deletions
+6
View File
@@ -60,6 +60,12 @@ export default class Region extends BaseModel {
@prop({ required: true, type: () => ServerStategy, _id: false })
stategy: ServerStategy; // 策略配置
@prop({ required: true })
reviewEnv: string; // 对应的审核服
@prop({ required: true })
reviewVersion: string; // 大于这个版本的都是审核服
public static async createNewRegion(params: RegionUpdate, uid = 1) {
let id = await CounterAllModal.getNewCounter(COUNTER.REGION);