Parcourir la source

Merge branch 'master' of http://60.205.190.38:9000/MiniProgram/Doc

# Conflicts:
#	小程序使用protobuf.md
houjie il y a 4 ans
Parent
commit
095997af27
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      小程序使用protobuf.md

+ 1 - 1
小程序使用protobuf.md

@@ -13,7 +13,7 @@
 //登录请求 1005
 message login_req
 {
-    string  phone2           = 1;
+    string  phone1            = 1;
     uint32 type             = 2;//登录类型,1:密码登录,2:验证码登录
     string verifyInfo      = 3;//1密码,2验证码
     int64  time				= 4;//纳秒,游客登陆用的