...
|
...
|
@@ -6,10 +6,11 @@ |
|
|
|:-------| -----:|-----:|-----:|-----:|----:|
|
|
|
|author_id|string|否|380463|0|作者的用户id|
|
|
|
|client_type|string|否|h5|h5|客户端类型|
|
|
|
|app_type|string|是|1|0|0: 有货,1: blk|
|
|
|
|
|
|
注意,通用的头部没有列出。
|
|
|
请求示例
|
|
|
http://192.168.102.205:8080/gateway/guang/service/*/author/getAuthor?author_id=380463&client_type=h5
|
|
|
http://192.168.102.205:8080/gateway/guang/service/*/author/getAuthor?author_id=380463&client_type=h5&app_type=1
|
|
|
|
|
|
### 响应
|
|
|
code为200即为成功,否则是失败。
|
...
|
...
|
|