Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
4be57216
Commit
4be57216
authored
Jul 03, 2020
by
王栋源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wdy
parent
f3c8d8a8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
13 deletions
+11
-13
brg-user-center/app/base/api/api.base.js
+1
-1
brg-user-center/app/front/entry/public/apidoc/customer/order.md
+9
-9
brg-user-center/app/front/entry/public/apidoc/platform/commonMsg.md
+1
-3
No files found.
brg-user-center/app/base/api/api.base.js
View file @
4be57216
...
...
@@ -14,7 +14,7 @@ class APIBase {
"GetOrderDetail"
:
"getOrderDetail"
,
"GetApplyListByUserAndType"
:
"getApplyListByUserAndType"
,
"GetApplyAndSolutionInfo"
:
"getApplyAndSolutionInfo"
,
"
SelPrice2TX
"
:
"selPrice2TX"
,
"
GetPriceDetail
"
:
"selPrice2TX"
,
"GetOverviewInfoByUser"
:
"getOverviewInfoByUser"
,
"SubmitGoodsInfo"
:
"submitGoodsinfo"
,
"SubmitNeed"
:
"needSubmit"
,
...
...
brg-user-center/app/front/entry/public/apidoc/customer/order.md
View file @
4be57216
...
...
@@ -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"
,
"
Tx
OrdersNum"
:
"1111115"
,
"
Main
OrdersNum"
:
"1111115"
,
"NeedNum"
:
"202006100012"
,
"UserName"
:
"张三"
,
"Quantity"
:
1
,
...
...
@@ -302,9 +302,9 @@
"Response"
:
{
"Status"
:
1
,
"InstanceSet"
:
{
"I
cp
Count"
:
1
,
"I
nternetContentProvider
Count"
:
1
,
"WaitConfirmCount"
:
0
,
"E
di
Count"
:
1
,
"E
lectronicDataInterchange
Count"
:
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"
,
"
Tx
OrdersNum"
:
"O202006130014"
,
"
Main
OrdersNum"
:
"O202006130014"
,
"UserName"
:
"张三"
,
"UserId"
:
"1"
,
"UpdatedAt"
:
"2020-06-16T01:44:27.000Z"
,
...
...
@@ -681,7 +681,7 @@
},
{
"OrderNum"
:
"O202006130015"
,
"
Tx
OrdersNum"
:
"O202006130015"
,
"
Main
OrdersNum"
:
"O202006130015"
,
"UserName"
:
"张三"
,
"UserId"
:
"1"
,
"UpdatedAt"
:
"2020-06-16T01:44:33.000Z"
,
...
...
brg-user-center/app/front/entry/public/apidoc/platform/commonMsg.md
View file @
4be57216
...
...
@@ -13,9 +13,7 @@
```
javascript
{
"Action"
:
"SendVerificationCode"
,
"ActionBody"
:
{
"PhoneNumber"
:
"15010929366"
// Y 手机号
}
"PhoneNumber"
:
"15010929366"
// Y 手机号
}
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment