Authored by ping

update

... ... @@ -976,7 +976,7 @@ code为200即为成功,否则是失败。
注意,通用的头部没有列出。
请求示例
http://127.0.0.1:8081/gateway?method=web.passport.getProfileByEmail&email=abcdef
http://127.0.0.1:8081/gateway?method=app.passport.getProfileByEmail&email=abcdef
### 响应
code为200即为成功,否则是失败。
... ... @@ -1013,7 +1013,7 @@ code为200即为成功,否则是失败。
注意,通用的头部没有列出。
请求示例
http://127.0.0.1:8081/gateway?method=web.passport.getProfileByMobile&mobile=abcdef&area=86
http://127.0.0.1:8081/gateway?method=app.passport.getProfileByMobile&mobile=abcdef&area=86
### 响应
code为200即为成功,否则是失败。
... ...