wangchuanjin 2 жил өмнө
parent
commit
c2364d0630

+ 1 - 1
rpc/medical/medical.proto

@@ -18,7 +18,7 @@ message CommonResp{
   bytes           Data = 3;   // 响应数据
 }
 message CommonReq {
-    int64           userId  =1;
+    int64           positionId  =1;
     string           appid=2;
 }
 message  Zero{