Commit 4be57216 by 王栋源

wdy

parent f3c8d8a8
......@@ -14,7 +14,7 @@ class APIBase {
"GetOrderDetail": "getOrderDetail",
"GetApplyListByUserAndType": "getApplyListByUserAndType",
"GetApplyAndSolutionInfo": "getApplyAndSolutionInfo",
"SelPrice2TX": "selPrice2TX",
"GetPriceDetail": "selPrice2TX",
"GetOverviewInfoByUser": "getOverviewInfoByUser",
"SubmitGoodsInfo": "submitGoodsinfo",
"SubmitNeed": "needSubmit",
......
......@@ -5,7 +5,7 @@
1. [用户查看订单详情](#GetOrderDetail)
1. [用户获取业务主体信息列表](#GetApplyListByUserAndType)
1. [用户获取业务主体详情](#GetApplyAndSolutionInfo)
1. [商城询价接口](#SelPrice2TX)
1. [商城询价接口](#GetPriceDetail)
1. [用户获取概览数据](#GetOverviewInfoByUser)
1. [立即购买](#SubmitGoodsInfo)
1. [需求提交](#SubmitNeed)
......@@ -156,7 +156,7 @@
"Status": 1,
"InstanceSet": {
"OrderNum": "1111115",
"TxOrdersNum": "1111115",
"MainOrdersNum": "1111115",
"NeedNum": "202006100012",
"UserName": "张三",
"Quantity": 1,
......@@ -302,9 +302,9 @@
"Response": {
"Status": 1,
"InstanceSet": {
"IcpCount": 1,
"InternetContentProviderCount": 1,
"WaitConfirmCount": 0,
"EdiCount": 1,
"ElectronicDataInterchangeCount": 1,
"WaitReceiveFileOrderCount": 0
},
"RequestId": "12bbd250-b29d-11ea-97f7-efd638e57201"
......@@ -312,13 +312,13 @@
}
```
## **<a name="SelPrice2TX"> 商城询价接口</a>**
## **<a name="GetPriceDetail"> 商城询价接口</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:SelPrice2TX
#### 功能模块 Action:GetPriceDetail
#### 参数说明
1、公司注册: /ic/gsreg/
......@@ -415,7 +415,7 @@
#### 参数示例
``` javascript
{
"Action": "SelPrice2TX",
"Action": "GetPriceDetail",
"RegionId":"1",
"PathCode":"/ic/gsreg/",
"WhetherType":"公司章",
......@@ -659,7 +659,7 @@
"InstanceSet": [
{
"OrderNum": "O202006130014",
"TxOrdersNum": "O202006130014",
"MainOrdersNum": "O202006130014",
"UserName": "张三",
"UserId": "1",
"UpdatedAt": "2020-06-16T01:44:27.000Z",
......@@ -681,7 +681,7 @@
},
{
"OrderNum": "O202006130015",
"TxOrdersNum": "O202006130015",
"MainOrdersNum": "O202006130015",
"UserName": "张三",
"UserId": "1",
"UpdatedAt": "2020-06-16T01:44:33.000Z",
......
......@@ -13,9 +13,7 @@
``` javascript
{
"Action": "SendVerificationCode",
"ActionBody": {
"PhoneNumber": "15010929366" // Y 手机号
}
"PhoneNumber": "15010929366" // Y 手机号
}
```
......
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