Commit caaa2e5e by 宋毅

tj

parent bfb2bd21
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
1. [产品列表-根据产品大类获取](#getProductListByOneCode) 1. [产品列表-根据产品大类获取](#getProductListByOneCode)
1. [产品列表-根据产品二类获取](#getProductListByTwoCode) 1. [产品列表-根据产品二类获取](#getProductListByTwoCode)
1. [产品详情](#getProductDetail) 1. [产品详情](#getProductDetail)
1. [获取订单列表信息](#getOrderList) 1. [获取订单列表信息](#getOrderInfo)
1. [获取工商订单交付流程信息](#getIcbcOrderDeliveryStatus) 1. [获取工商订单交付流程信息](#getIcbcOrderDeliveryStatus)
## **<a name="getIcbcOrderDetails"> 获取公司注册详情信息</a>** ## **<a name="getIcbcOrderDetails"> 获取公司注册详情信息</a>**
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
"max_qty": null//区间最大值 "max_qty": null//区间最大值
} }
], ],
"requestId": "c39ee8a924074904b1694dd3bf2d6c4b" "requestId": "c39ee8a924074904b1694ddgetOrderInfo3bf2d6c4b"
} }
``` ```
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
"pathCode":"gsfu/gszc" //查询的路径:大类code/二类code "pathCode":"gsfu/gszc" //查询的路径:大类code/二类code
} }
``` ```getOrderInfo
#### 返回结果 0为成功,否则为失败 #### 返回结果 0为成功,否则为失败
```javascript ```javascript
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
``` javascript ``` javascript
{ {
"channelItemCode":"zzsbzc" "channelItemCode":"zzsbzc"getOrderInfo
} }
``` ```
...@@ -349,14 +349,14 @@ ...@@ -349,14 +349,14 @@
``` ```
## **<a name="getOrderList"> 获取订单列表信息</a>** ## **<a name="getOrderInfo"> 获取订单列表信息</a>**
[返回到目录](#menu) [返回到目录](#menu)
##### URL ##### UR
[/action/tmOrder/springBoard] [/action/tmOrder/springBoard]
#### 参数格式 `JSON` #### 参数格式 `JSON`
#### HTTP请求方式 `POST` #### HTTP请求方式 `POST`
#### 请求头中需要增加userpin(用户登录后的凭证)的值 #### 请求头中需要增加userpin(用户登录后的凭证)的值
#### 渠道执行的类型 actionType:getOrderList #### 渠道执行的类型 actionType:getOrderInfo
``` javascript ``` javascript
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment