xiaoyang0346 1 周之前
父節點
當前提交
39a3776458
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      s_to_proto/shared/player/PtlLogin.ts
  2. 2 2
      s_to_proto/shared/serviceProto.ts

+ 1 - 1
s_to_proto/shared/player/PtlLogin.ts

@@ -39,7 +39,7 @@ export interface qufuInfo {
     openAt: number; //开服时间
     openAt: number; //开服时间
     status: string; //状态 1新服 2拥挤 3爆满 4维护
     status: string; //状态 1新服 2拥挤 3爆满 4维护
     heid: string; //合服ID
     heid: string; //合服ID
-    suofu: number; //锁服
+    suofu: string; //锁服
     skin: string; //皮肤
     skin: string; //皮肤
 }
 }
 
 

+ 2 - 2
s_to_proto/shared/serviceProto.ts

@@ -44,7 +44,7 @@ export interface ServiceType {
 }
 }
 
 
 export const serviceProto: ServiceProto<ServiceType> = {
 export const serviceProto: ServiceProto<ServiceType> = {
-    "version": 7,
+    "version": 8,
     "services": [
     "services": [
         {
         {
             "id": 5,
             "id": 5,
@@ -500,7 +500,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
                     "id": 6,
                     "id": 6,
                     "name": "suofu",
                     "name": "suofu",
                     "type": {
                     "type": {
-                        "type": "Number"
+                        "type": "String"
                     }
                     }
                 },
                 },
                 {
                 {