Authored by ping

update

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