Commit 4be57216 by 王栋源

wdy

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