Authored by ping

update

... ... @@ -1484,9 +1484,10 @@ code为200即为成功,否则是失败。
获取咨询内容(guang/service/v2/article/getArticle)
#### 请求参数
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|----:|
|article_id|Integer|否|123|无|文章id|
|client_type|string|是|web|h5|客户端类型|
|:-------| -----:|-----:|-----:|-----:|----:|
|article_id|Integer|否|123|无|文章id|
|client_type|string|是|web|h5|客户端类型|
注意,通用的头部没有列出。
请求示例http://localhost:8080/gateway/guang/service/v2/article/getArticle?article_id=33&client_type=h5&debug=XYZ
... ...