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
f3c8d8a8
Commit
f3c8d8a8
authored
Jul 03, 2020
by
王栋源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wdy
parent
feb1d83b
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
50 additions
and
40 deletions
+50
-40
brg-user-center/app/base/api/api.base.js
+3
-2
brg-user-center/app/base/api/impl/action/need.js
+3
-3
brg-user-center/app/base/db/impl/order/orderDeliveryDao.js
+4
-1
brg-user-center/app/base/db/models/need/needInfo.js
+1
-1
brg-user-center/app/base/service/impl/need/needInfoSve.js
+6
-4
brg-user-center/app/base/service/impl/order/applyInfoSve.js
+3
-3
brg-user-center/app/base/service/impl/order/orderInfoSve.js
+11
-7
brg-user-center/app/base/service/impl/order/orderProductSve.js
+1
-1
brg-user-center/app/front/entry/public/apidoc/customer/order.md
+12
-12
brg-user-center/app/front/entry/public/apidoc/pushReceive/push.md
+6
-6
No files found.
brg-user-center/app/base/api/api.base.js
View file @
f3c8d8a8
...
@@ -9,20 +9,21 @@ class APIBase {
...
@@ -9,20 +9,21 @@ class APIBase {
this
.
userCenterAction
=
{
this
.
userCenterAction
=
{
"GetOverviewInfoByUser"
:
"getOverviewInfoByUser"
,
"GetOverviewInfoByUser"
:
"getOverviewInfoByUser"
,
"GetOrderList"
:
"getOrderList"
,
"GetOrderList"
:
"getOrderList"
,
"GetQualificationCertificateOrderList"
:
"getQcOrderList"
,
"GetQcOrderList"
:
"getQcOrderList"
,
"GetQcOrderList"
:
"getQcOrderList"
,
"GetOrderDetail"
:
"getOrderDetail"
,
"GetOrderDetail"
:
"getOrderDetail"
,
"GetApplyListByUserAndType"
:
"getApplyListByUserAndType"
,
"GetApplyListByUserAndType"
:
"getApplyListByUserAndType"
,
"GetApplyAndSolutionInfo"
:
"getApplyAndSolutionInfo"
,
"GetApplyAndSolutionInfo"
:
"getApplyAndSolutionInfo"
,
"SelPrice2TX"
:
"selPrice2TX"
,
"SelPrice2TX"
:
"selPrice2TX"
,
"GetOverviewInfoByUser"
:
"getOverviewInfoByUser"
,
"GetOverviewInfoByUser"
:
"getOverviewInfoByUser"
,
"SubmitGoods
i
nfo"
:
"submitGoodsinfo"
,
"SubmitGoods
I
nfo"
:
"submitGoodsinfo"
,
"SubmitNeed"
:
"needSubmit"
,
"SubmitNeed"
:
"needSubmit"
,
"GetNeedList"
:
"needList"
,
"GetNeedList"
:
"needList"
,
"GetNeedDetail"
:
"needDetail"
,
"GetNeedDetail"
:
"needDetail"
,
"GetOrderListByStatus"
:
"getOrderListByStatus"
,
"GetOrderListByStatus"
:
"getOrderListByStatus"
,
"GetQualificationCertificateListByUserAndType"
:
"getQualificationCertificateListByUserAndType"
,
"GetQualificationCertificateListByUserAndType"
:
"getQualificationCertificateListByUserAndType"
,
"GetQualificationCertificateDetail"
:
"getQualificationCertificateDetail"
,
"GetQualificationCertificateDetail"
:
"getQualificationCertificateDetail"
,
"Refus
al
Solution"
:
"refusalSolution"
,
"Refus
e
Solution"
:
"refusalSolution"
,
"SendVerificationCode"
:
"sendVerificationCode"
,
"SendVerificationCode"
:
"sendVerificationCode"
,
"CheckBusinessNameList"
:
"checkBusinessNameList"
,
"CheckBusinessNameList"
:
"checkBusinessNameList"
,
};
};
...
...
brg-user-center/app/base/api/impl/action/need.js
View file @
f3c8d8a8
...
@@ -28,15 +28,15 @@ class Need extends APIBase {
...
@@ -28,15 +28,15 @@ class Need extends APIBase {
];
];
var
self
=
this
;
var
self
=
this
;
if
(
verificationCodeList
.
indexOf
(
action_type
)
>
-
1
)
{
if
(
verificationCodeList
.
indexOf
(
action_type
)
>
-
1
)
{
if
(
!
pobj
.
actionBody
.
ContactsMob
li
e
)
{
if
(
!
pobj
.
actionBody
.
ContactsMob
il
e
)
{
opResult
=
system
.
getResult
(
null
,
"
contactsMobli
e参数错误"
);
opResult
=
system
.
getResult
(
null
,
"
ContactsMobil
e参数错误"
);
return
opResult
;
return
opResult
;
}
}
if
(
!
pobj
.
actionBody
.
VerificationCode
)
{
if
(
!
pobj
.
actionBody
.
VerificationCode
)
{
opResult
=
system
.
getResult
(
null
,
"verificationCode参数错误"
);
opResult
=
system
.
getResult
(
null
,
"verificationCode参数错误"
);
return
opResult
;
return
opResult
;
}
}
var
v
=
await
self
.
utilsMsgSendSve
.
getVerificationCode
(
pobj
.
actionBody
.
ContactsMob
li
e
);
var
v
=
await
self
.
utilsMsgSendSve
.
getVerificationCode
(
pobj
.
actionBody
.
ContactsMob
il
e
);
if
(
v
!=
pobj
.
actionBody
.
VerificationCode
)
{
if
(
v
!=
pobj
.
actionBody
.
VerificationCode
)
{
opResult
=
system
.
getResult
(
null
,
"验证码错误"
);
opResult
=
system
.
getResult
(
null
,
"验证码错误"
);
return
opResult
;
return
opResult
;
...
...
brg-user-center/app/base/db/impl/order/orderDeliveryDao.js
View file @
f3c8d8a8
...
@@ -31,7 +31,10 @@ class OrderDeliveryDao extends Dao{
...
@@ -31,7 +31,10 @@ class OrderDeliveryDao extends Dao{
userId
:
userId
,
userId
:
userId
,
status
:
status
status
:
status
};
};
var
sql
=
"select * from v_order_oproduct_odelivery where deleted_at is null and delivery_status = :status "
+
var
sql
=
"select `order_num`,`tx_orders_num` as main_orders_num,`need_num`,`user_name`,`user_id`,"
+
"`updated_at`,`total_sum`,`refund_sum`,`pay_time`,`order_status`,`order_status_name`,`servicer_code`,"
+
"`servicer_name`,`product_type`,`product_type_name`,`order_snapshot`,`end_time`,`time_span`,`time_unit`,"
+
"`region_id`,`region_name`,`delivery_status`,`delivery_status_name`,`deliver_content` from v_order_oproduct_odelivery where deleted_at is null and delivery_status = :status "
+
" and user_id = :userId "
;
" and user_id = :userId "
;
var
list
=
await
this
.
customQuery
(
sql
,
params
);
var
list
=
await
this
.
customQuery
(
sql
,
params
);
return
list
;
return
list
;
...
...
brg-user-center/app/base/db/models/need/needInfo.js
View file @
f3c8d8a8
...
@@ -6,7 +6,7 @@ module.exports = (db, DataTypes) => {
...
@@ -6,7 +6,7 @@ module.exports = (db, DataTypes) => {
user_id
:
DataTypes
.
STRING
(
100
),
user_id
:
DataTypes
.
STRING
(
100
),
user_name
:
DataTypes
.
STRING
(
100
),
//user_name 用户名称
user_name
:
DataTypes
.
STRING
(
100
),
//user_name 用户名称
contacts_name
:
DataTypes
.
STRING
(
20
),
//contacts_name 联系人姓名
contacts_name
:
DataTypes
.
STRING
(
20
),
//contacts_name 联系人姓名
contacts_mob
lie
:
DataTypes
.
STRING
(
20
),
//contacts_mobli
e 联系人电话
contacts_mob
ile
:
DataTypes
.
STRING
(
20
),
//contacts_mobil
e 联系人电话
region_id
:
DataTypes
.
STRING
(
100
),
//region_id 地区id
region_id
:
DataTypes
.
STRING
(
100
),
//region_id 地区id
region_name
:
DataTypes
.
STRING
(
100
),
//region_name 地区名称
region_name
:
DataTypes
.
STRING
(
100
),
//region_name 地区名称
consult_type
:
DataTypes
.
STRING
(
100
),
//consult_type 需求类型(产品二类id)
consult_type
:
DataTypes
.
STRING
(
100
),
//consult_type 需求类型(产品二类id)
...
...
brg-user-center/app/base/service/impl/need/needInfoSve.js
View file @
f3c8d8a8
...
@@ -50,8 +50,8 @@ class NeedInfoService extends ServiceBase {
...
@@ -50,8 +50,8 @@ class NeedInfoService extends ServiceBase {
*/
*/
//创建需求
//创建需求
async
needSubmit
(
actionBody
)
{
async
needSubmit
(
actionBody
)
{
if
(
!
actionBody
.
ContactsMob
li
e
)
{
if
(
!
actionBody
.
ContactsMob
il
e
)
{
return
system
.
getResultFail
(
-
102
,
"
contactsMobli
e cannot be empty"
);
return
system
.
getResultFail
(
-
102
,
"
ContactsMobil
e cannot be empty"
);
}
}
if
(
!
actionBody
.
RegionId
)
{
if
(
!
actionBody
.
RegionId
)
{
return
system
.
getResultFail
(
-
102
,
"regionId cannot be empty"
);
return
system
.
getResultFail
(
-
102
,
"regionId cannot be empty"
);
...
@@ -86,7 +86,7 @@ class NeedInfoService extends ServiceBase {
...
@@ -86,7 +86,7 @@ class NeedInfoService extends ServiceBase {
var
datavalue
=
{
var
datavalue
=
{
need_num
:
need_num
,
need_num
:
need_num
,
user_id
:
actionBody
.
UserId
,
user_id
:
actionBody
.
UserId
,
contacts_mob
lie
:
actionBody
.
ContactsMobli
e
,
contacts_mob
ile
:
actionBody
.
ContactsMobil
e
,
contacts_name
:
actionBody
.
ContactsName
||
""
,
contacts_name
:
actionBody
.
ContactsName
||
""
,
region_id
:
actionBody
.
RegionId
,
region_id
:
actionBody
.
RegionId
,
region_name
:
actionBody
.
RegionName
,
region_name
:
actionBody
.
RegionName
,
...
@@ -96,7 +96,9 @@ class NeedInfoService extends ServiceBase {
...
@@ -96,7 +96,9 @@ class NeedInfoService extends ServiceBase {
servicer_code
:
actionBody
.
ServicerCode
,
servicer_code
:
actionBody
.
ServicerCode
,
servicer_name
:
actionBody
.
ServicerName
,
servicer_name
:
actionBody
.
ServicerName
,
status
:
1
,
status
:
1
,
user_name
:
actionBody
.
UserName
user_name
:
actionBody
.
UserName
,
email
:
actionBody
.
Email
,
wechat_no
:
actionBody
.
WechatNo
}
}
if
(
actionBody
.
CompanyName
)
{
if
(
actionBody
.
CompanyName
)
{
datavalue
.
need_info
=
{
datavalue
.
need_info
=
{
...
...
brg-user-center/app/base/service/impl/order/applyInfoSve.js
View file @
f3c8d8a8
...
@@ -121,10 +121,10 @@ class ApplyInfoService extends ServiceBase {
...
@@ -121,10 +121,10 @@ class ApplyInfoService extends ServiceBase {
var
waitReceiveFileOrderCount
=
await
this
.
orderDeliveryDao
.
findOverviewCount
(
150
,
ab
.
UserId
,
ab
.
ProductTypeOne
);
//待收文件数量
var
waitReceiveFileOrderCount
=
await
this
.
orderDeliveryDao
.
findOverviewCount
(
150
,
ab
.
UserId
,
ab
.
ProductTypeOne
);
//待收文件数量
// var unpaidCount = await this.orderInfoDao.findCount({where:{order_status:0}});//待支付订单数量
// var unpaidCount = await this.orderInfoDao.findCount({where:{order_status:0}});//待支付订单数量
if
(
ab
.
ProductTypeOne
==
"qcfw"
){
//资质证照
if
(
ab
.
ProductTypeOne
==
"qcfw"
){
//资质证照
var
i
cp
Count
=
await
this
.
orderInfoDao
.
findOrderCountByProductPathCode
(
"/qcfw/icp/"
,
ab
.
UserId
);
//icp数量
var
i
nternetContentProvider
Count
=
await
this
.
orderInfoDao
.
findOrderCountByProductPathCode
(
"/qcfw/icp/"
,
ab
.
UserId
);
//icp数量
var
e
di
Count
=
await
this
.
orderInfoDao
.
findOrderCountByProductPathCode
(
"/qcfw/edi/"
,
ab
.
UserId
);
//edi数量
var
e
lectronicDataInterchange
Count
=
await
this
.
orderInfoDao
.
findOrderCountByProductPathCode
(
"/qcfw/edi/"
,
ab
.
UserId
);
//edi数量
var
resultObj
=
{
var
resultObj
=
{
i
cpCount
:
icpCount
,
waitConfirmCount
:
waitConfirmCount
,
ediCount
:
edi
Count
,
i
nternetContentProviderCount
:
internetContentProviderCount
,
waitConfirmCount
:
waitConfirmCount
,
electronicDataInterchangeCount
:
electronicDataInterchange
Count
,
waitReceiveFileOrderCount
:
waitReceiveFileOrderCount
waitReceiveFileOrderCount
:
waitReceiveFileOrderCount
};
};
return
system
.
getResult
(
resultObj
);
return
system
.
getResult
(
resultObj
);
...
...
brg-user-center/app/base/service/impl/order/orderInfoSve.js
View file @
f3c8d8a8
...
@@ -31,7 +31,7 @@ class OrderInfoService extends ServiceBase {
...
@@ -31,7 +31,7 @@ class OrderInfoService extends ServiceBase {
attributes
:
[
attributes
:
[
"pay_time"
,
"pay_time"
,
"order_num"
,
"order_num"
,
"tx_orders_num"
,
//腾讯主订单号
[
"tx_orders_num"
,
"main_orders_num"
]
,
//腾讯主订单号
"need_num"
,
//需求号
"need_num"
,
//需求号
"user_name"
,
//用户名称
"user_name"
,
//用户名称
"quantity"
,
//订单数量
"quantity"
,
//订单数量
...
@@ -50,8 +50,8 @@ class OrderInfoService extends ServiceBase {
...
@@ -50,8 +50,8 @@ class OrderInfoService extends ServiceBase {
return
system
.
getResultFail
(
-
300
,
"未知订单信息"
);
return
system
.
getResultFail
(
-
300
,
"未知订单信息"
);
}
}
var
relatedProductsList
=
[];
var
relatedProductsList
=
[];
if
(
orderinfo
.
tx
_orders_num
)
{
if
(
orderinfo
.
main
_orders_num
)
{
relatedProductsList
=
await
this
.
getRelatedProductsList
(
orderinfo
.
tx
_orders_num
,
ab
.
UserId
,
ab
.
OrderNum
);
relatedProductsList
=
await
this
.
getRelatedProductsList
(
orderinfo
.
main
_orders_num
,
ab
.
UserId
,
ab
.
OrderNum
);
}
}
orderinfo
[
"relatedProductsList"
]
=
relatedProductsList
;
orderinfo
[
"relatedProductsList"
]
=
relatedProductsList
;
var
deliveryParams
=
{
var
deliveryParams
=
{
...
@@ -236,7 +236,9 @@ class OrderInfoService extends ServiceBase {
...
@@ -236,7 +236,9 @@ class OrderInfoService extends ServiceBase {
order_num
:
pobj
.
actionBody
.
interface
.
para
.
dealName
,
order_num
:
pobj
.
actionBody
.
interface
.
para
.
dealName
,
user_id
:
pobj
.
actionBody
.
interface
.
para
.
uin
,
user_id
:
pobj
.
actionBody
.
interface
.
para
.
uin
,
delivery_status
:
1
,
delivery_status
:
1
,
user_name
:
txorderdetail
.
goodsDetail
.
formInfo
.
userName
user_name
:
txorderdetail
.
goodsDetail
.
formInfo
.
userName
,
email
:
txorderdetail
.
goodsDetail
.
formInfo
.
email
||
""
,
wechat_no
:
txorderdetail
.
goodsDetail
.
formInfo
.
wechatNo
||
""
}
}
var
orderDeliveryinfo
=
await
self
.
orderDeliveryDao
.
create
(
orderDeliveryobj
,
t
);
var
orderDeliveryinfo
=
await
self
.
orderDeliveryDao
.
create
(
orderDeliveryobj
,
t
);
var
orderPayobj
=
{
var
orderPayobj
=
{
...
@@ -280,7 +282,7 @@ class OrderInfoService extends ServiceBase {
...
@@ -280,7 +282,7 @@ class OrderInfoService extends ServiceBase {
"regionId"
:
txorderdetail
.
goodsDetail
.
formInfo
.
serviceCode
,
"regionId"
:
txorderdetail
.
goodsDetail
.
formInfo
.
serviceCode
,
"regionName"
:
txorderdetail
.
goodsDetail
.
formInfo
.
serviceArea
,
"regionName"
:
txorderdetail
.
goodsDetail
.
formInfo
.
serviceArea
,
"contactsName"
:
txorderdetail
.
goodsDetail
.
formInfo
.
contactsName
,
"contactsName"
:
txorderdetail
.
goodsDetail
.
formInfo
.
contactsName
,
"contactsMob
lie"
:
txorderdetail
.
goodsDetail
.
formInfo
.
contactsMobli
e
,
"contactsMob
ile"
:
txorderdetail
.
goodsDetail
.
formInfo
.
contactsMobil
e
,
"productType"
:
txorderdetail
.
goodsDetail
.
product
.
productType
,
"productType"
:
txorderdetail
.
goodsDetail
.
product
.
productType
,
"productTypeName"
:
txorderdetail
.
goodsDetail
.
product
.
productTypeName
,
"productTypeName"
:
txorderdetail
.
goodsDetail
.
product
.
productTypeName
,
"txPriceCode"
:
txorderdetail
.
goodsDetail
.
product
.
txPriceCode
,
"txPriceCode"
:
txorderdetail
.
goodsDetail
.
product
.
txPriceCode
,
...
@@ -495,7 +497,9 @@ class OrderInfoService extends ServiceBase {
...
@@ -495,7 +497,9 @@ class OrderInfoService extends ServiceBase {
order_num
:
pobj
.
actionBody
.
interface
.
para
.
dealName
,
order_num
:
pobj
.
actionBody
.
interface
.
para
.
dealName
,
user_id
:
pobj
.
actionBody
.
interface
.
para
.
uin
,
user_id
:
pobj
.
actionBody
.
interface
.
para
.
uin
,
delivery_status
:
1
,
delivery_status
:
1
,
user_name
:
txorderdetail
.
goodsDetail
.
formInfo
.
userName
user_name
:
txorderdetail
.
goodsDetail
.
formInfo
.
userName
,
email
:
txorderdetail
.
goodsDetail
.
formInfo
.
email
||
""
,
wechat_no
:
txorderdetail
.
goodsDetail
.
formInfo
.
wechatNo
||
""
}
}
var
orderDeliveryinfo
=
await
self
.
orderDeliveryDao
.
create
(
orderDeliveryobj
,
t
);
var
orderDeliveryinfo
=
await
self
.
orderDeliveryDao
.
create
(
orderDeliveryobj
,
t
);
var
orderPayobj
=
{
var
orderPayobj
=
{
...
@@ -539,7 +543,7 @@ class OrderInfoService extends ServiceBase {
...
@@ -539,7 +543,7 @@ class OrderInfoService extends ServiceBase {
"regionId"
:
txorderdetail
.
goodsDetail
.
formInfo
.
serviceCode
,
"regionId"
:
txorderdetail
.
goodsDetail
.
formInfo
.
serviceCode
,
"regionName"
:
txorderdetail
.
goodsDetail
.
formInfo
.
serviceArea
,
"regionName"
:
txorderdetail
.
goodsDetail
.
formInfo
.
serviceArea
,
"contactsName"
:
txorderdetail
.
goodsDetail
.
formInfo
.
contactsName
,
"contactsName"
:
txorderdetail
.
goodsDetail
.
formInfo
.
contactsName
,
"contactsMob
lie"
:
txorderdetail
.
goodsDetail
.
formInfo
.
contactsMobli
e
,
"contactsMob
ile"
:
txorderdetail
.
goodsDetail
.
formInfo
.
contactsMobil
e
,
"productType"
:
txorderdetail
.
goodsDetail
.
product
.
productType
,
"productType"
:
txorderdetail
.
goodsDetail
.
product
.
productType
,
"productTypeName"
:
txorderdetail
.
goodsDetail
.
product
.
productTypeName
,
"productTypeName"
:
txorderdetail
.
goodsDetail
.
product
.
productTypeName
,
"txPriceCode"
:
txorderdetail
.
goodsDetail
.
product
.
txPriceCode
,
"txPriceCode"
:
txorderdetail
.
goodsDetail
.
product
.
txPriceCode
,
...
...
brg-user-center/app/base/service/impl/order/orderProductSve.js
View file @
f3c8d8a8
...
@@ -21,7 +21,7 @@ class OderproductService extends ServiceBase {
...
@@ -21,7 +21,7 @@ class OderproductService extends ServiceBase {
// "regionId":actionbody.regionId,
// "regionId":actionbody.regionId,
// "regionName":actionbody.regionName,
// "regionName":actionbody.regionName,
// "contactsName":actionbody.contactsName,
// "contactsName":actionbody.contactsName,
// "contactsMob
lie":actionbody.contactsMobli
e,
// "contactsMob
ile":actionbody.contactsMobil
e,
// "productType":actionbody.productType,
// "productType":actionbody.productType,
// "orderSnapshot":order_snapshot
// "orderSnapshot":order_snapshot
// }
// }
...
...
brg-user-center/app/front/entry/public/apidoc/customer/order.md
View file @
f3c8d8a8
...
@@ -7,12 +7,12 @@
...
@@ -7,12 +7,12 @@
1.
[
用户获取业务主体详情
](
#GetApplyAndSolutionInfo
)
1.
[
用户获取业务主体详情
](
#GetApplyAndSolutionInfo
)
1.
[
商城询价接口
](
#SelPrice2TX
)
1.
[
商城询价接口
](
#SelPrice2TX
)
1.
[
用户获取概览数据
](
#GetOverviewInfoByUser
)
1.
[
用户获取概览数据
](
#GetOverviewInfoByUser
)
1.
[
立即购买
](
#SubmitGoods
i
nfo
)
1.
[
立即购买
](
#SubmitGoods
I
nfo
)
1.
[
需求提交
](
#SubmitNeed
)
1.
[
需求提交
](
#SubmitNeed
)
1.
[
需求列表
](
#GetNeedList
)
1.
[
需求列表
](
#GetNeedList
)
1.
[
需求详情
](
#GetNeedDetail
)
1.
[
需求详情
](
#GetNeedDetail
)
1.
[
根据交付状态获取订单列表
](
#GetOrderListByStatus
)
1.
[
根据交付状态获取订单列表
](
#GetOrderListByStatus
)
1.
[
关闭需求
](
#Refus
al
Solution
)
1.
[
关闭需求
](
#Refus
e
Solution
)
1.
[
我的资质证照列表
](
#GetQualificationCertificateListByUserAndType
)
1.
[
我的资质证照列表
](
#GetQualificationCertificateListByUserAndType
)
1.
[
我的资质证照详情
](
#GetQualificationCertificateDetail
)
1.
[
我的资质证照详情
](
#GetQualificationCertificateDetail
)
...
@@ -440,13 +440,13 @@
...
@@ -440,13 +440,13 @@
}
}
```
```
## **<a name="SubmitGoods
i
nfo"> 立即购买</a>**
## **<a name="SubmitGoods
I
nfo"> 立即购买</a>**
[
返回到目录
](
#menu
)
[
返回到目录
](
#menu
)
##### URL
##### URL
[
/api/action/order/springBoard
]
[
/api/action/order/springBoard
]
#### 参数格式 `JSON`
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### HTTP请求方式 `POST`
#### 功能模块 Action:SubmitGoods
i
nfo
#### 功能模块 Action:SubmitGoods
I
nfo
#### 参数说明
#### 参数说明
...
@@ -466,7 +466,7 @@
...
@@ -466,7 +466,7 @@
#### 参数示例
#### 参数示例
```
javascript
```
javascript
{
{
"Action"
:
"SubmitGoods
i
nfo"
,
"Action"
:
"SubmitGoods
I
nfo"
,
"VerificationCode"
:
"564264"
,
"VerificationCode"
:
"564264"
,
"Info"
:
"[{
\"
product
\"
:{
\"
productIcon
\"
:null,
\"
productType
\"
:
\"
/ic/kzfw/
\"
,
\"
productTypeName
\"
:
\"
/工商服务/刻章服务/
\"
,
\"
servicerCode
\"
:
\"
测试服务商
\"
},
\"
productSnapshot
\"
:{
\"
timeSpan
\"
:
\"
1
\"
,
\"
timeUnit
\"
:
\"
p
\"
,
\"
pid
\"
:1003952,
\"
productCode
\"
:
\"
p_business_registration
\"
,
\"
goodsSubType
\"
:
\"
sp_business_registration_chapter
\"
,
\"
subProductCode
\"
:
\"
sp_business_registration_chapter
\"
,
\"
qifuzidingyi
\"
:
\"
beijing
\"
,
\"
sv_business_registration_type_fivechapter
\"
:
\"
1
\"
},
\"
showInfo
\"
:[{
\"
name
\"
:
\"
公司名称
\"
,
\"
value
\"
:
\"
公司宝
\"
},{
\"
name
\"
:
\"
公司名称
\"
,
\"
value
\"
:
\"
公司宝
\"
}],
\"
formInfo
\"
:{}}]"
"Info"
:
"[{
\"
product
\"
:{
\"
productIcon
\"
:null,
\"
productType
\"
:
\"
/ic/kzfw/
\"
,
\"
productTypeName
\"
:
\"
/工商服务/刻章服务/
\"
,
\"
servicerCode
\"
:
\"
测试服务商
\"
},
\"
productSnapshot
\"
:{
\"
timeSpan
\"
:
\"
1
\"
,
\"
timeUnit
\"
:
\"
p
\"
,
\"
pid
\"
:1003952,
\"
productCode
\"
:
\"
p_business_registration
\"
,
\"
goodsSubType
\"
:
\"
sp_business_registration_chapter
\"
,
\"
subProductCode
\"
:
\"
sp_business_registration_chapter
\"
,
\"
qifuzidingyi
\"
:
\"
beijing
\"
,
\"
sv_business_registration_type_fivechapter
\"
:
\"
1
\"
},
\"
showInfo
\"
:[{
\"
name
\"
:
\"
公司名称
\"
,
\"
value
\"
:
\"
公司宝
\"
},{
\"
name
\"
:
\"
公司名称
\"
,
\"
value
\"
:
\"
公司宝
\"
}],
\"
formInfo
\"
:{}}]"
...
@@ -500,7 +500,7 @@
...
@@ -500,7 +500,7 @@
| 参数名 | 必填 | 类型 | 描述 |
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| ---- | ---- | ---- | ---- |
| UserName | 是 | string | 用户名称 |
| UserName | 是 | string | 用户名称 |
| ContactsMob
li
e | 是 | string | 联系人电话 |
| ContactsMob
il
e | 是 | string | 联系人电话 |
| ContactsName | 否 | string | 联系人名称 |
| ContactsName | 否 | string | 联系人名称 |
| RegionId | 是 | string | 地区id |
| RegionId | 是 | string | 地区id |
| RegionName | 是 | string | 地区名称 |
| RegionName | 是 | string | 地区名称 |
...
@@ -520,7 +520,7 @@
...
@@ -520,7 +520,7 @@
{
{
"Action"
:
"SubmitNeed"
,
"Action"
:
"SubmitNeed"
,
"UserName"
:
"011"
,
"UserName"
:
"011"
,
"ContactsMob
li
e"
:
"17610163852"
,
"ContactsMob
il
e"
:
"17610163852"
,
"ContactsName"
:
"wdy"
,
"ContactsName"
:
"wdy"
,
"RegionId"
:
"110100"
,
"RegionId"
:
"110100"
,
"RegionName"
:
"北京"
,
"RegionName"
:
"北京"
,
...
@@ -583,7 +583,7 @@
...
@@ -583,7 +583,7 @@
"Status"
:
1
,
"Status"
:
1
,
"InstanceSet"
:
{
"InstanceSet"
:
{
"Count"
:
8
,
"Count"
:
8
,
"Rows"
:
"[{
\"
id
\"
:103,
\"
need_num
\"
:
\"
N202006201537aL6MrDE
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"
wdy
\"
,
\"
contacts_mob
lie
\"
:
\"
17610163852
\"
,
\"
region_id
\"
:
\"
320100
\"
,
\"
region_name
\"
:
\"
南京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"
svlhusghsjhvseiluhuvuivfhi
\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
GSB
\"
,
\"
servicer_name
\"
:null,
\"
created_at
\"
:
\"
2020-06-20T07:37:44.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-20T07:37:44.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:102,
\"
need_num
\"
:
\"
N202006201142FJdqXPC
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"
wdy
\"
,
\"
contacts_moblie
\"
:
\"
17610163852
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"
svlhusghsjhvseiluhuvuivfhi
\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
S_202006201007FI8tuF
\"
,
\"
servicer_name
\"
:
\"
网易云
\"
,
\"
created_at
\"
:
\"
2020-06-20T03:42:37.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-20T03:42:37.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:100,
\"
need_num
\"
:
\"
N202006201129Qba19e2
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"
wdy
\"
,
\"
contacts_moblie
\"
:
\"
17610163852
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"
svlhusghsjhvseiluhuvuivfhi
\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
S_202006201007FI8tuF
\"
,
\"
servicer_name
\"
:
\"
网易云
\"
,
\"
created_at
\"
:
\"
2020-06-20T03:29:33.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-20T03:29:33.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:67,
\"
need_num
\"
:
\"
N202006161642ODMRsRW
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"\"
,
\"
contacts_moblie
\"
:
\"
18735397229
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
gsb
\"
,
\"
servicer_name
\"
:null,
\"
created_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:68,
\"
need_num
\"
:
\"
N202006161642nBRBToJ
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"\"
,
\"
contacts_moblie
\"
:
\"
18735397229
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
gsb
\"
,
\"
servicer_name
\"
:null,
\"
created_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:69,
\"
need_num
\"
:
\"
N202006161642dtAo81x
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"\"
,
\"
contacts_moblie
\"
:
\"
18735397229
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
gsb
\"
,
\"
servicer_name
\"
:null,
\"
created_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:70,
\"
need_num
\"
:
\"
N202006161642AjjLIsr
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"\"
,
\"
contacts_moblie
\"
:
\"
18735397229
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
gsb
\"
,
\"
servicer_name
\"
:null,
\"
created_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:61,
\"
need_num
\"
:
\"
N202006141134GQ7HV3a
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"
北京
\"
,
\"
contacts_mobli
e
\"
:
\"
18262855372
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"
00000000000000000
\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
S_202006051002UE4Lse
\"
,
\"
servicer_name
\"
:
\"
测试服务商
\"
,
\"
created_at
\"
:
\"
2020-06-14T03:34:50.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-14T03:34:50.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0}]"
"Rows"
:
"[{
\"
id
\"
:103,
\"
need_num
\"
:
\"
N202006201537aL6MrDE
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"
wdy
\"
,
\"
contacts_mob
ile
\"
:
\"
17610163852
\"
,
\"
region_id
\"
:
\"
320100
\"
,
\"
region_name
\"
:
\"
南京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"
svlhusghsjhvseiluhuvuivfhi
\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
GSB
\"
,
\"
servicer_name
\"
:null,
\"
created_at
\"
:
\"
2020-06-20T07:37:44.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-20T07:37:44.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:102,
\"
need_num
\"
:
\"
N202006201142FJdqXPC
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"
wdy
\"
,
\"
contacts_mobile
\"
:
\"
17610163852
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"
svlhusghsjhvseiluhuvuivfhi
\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
S_202006201007FI8tuF
\"
,
\"
servicer_name
\"
:
\"
网易云
\"
,
\"
created_at
\"
:
\"
2020-06-20T03:42:37.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-20T03:42:37.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:100,
\"
need_num
\"
:
\"
N202006201129Qba19e2
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"
wdy
\"
,
\"
contacts_mobile
\"
:
\"
17610163852
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"
svlhusghsjhvseiluhuvuivfhi
\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
S_202006201007FI8tuF
\"
,
\"
servicer_name
\"
:
\"
网易云
\"
,
\"
created_at
\"
:
\"
2020-06-20T03:29:33.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-20T03:29:33.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:67,
\"
need_num
\"
:
\"
N202006161642ODMRsRW
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"\"
,
\"
contacts_mobile
\"
:
\"
18735397229
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
gsb
\"
,
\"
servicer_name
\"
:null,
\"
created_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:68,
\"
need_num
\"
:
\"
N202006161642nBRBToJ
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"\"
,
\"
contacts_mobile
\"
:
\"
18735397229
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
gsb
\"
,
\"
servicer_name
\"
:null,
\"
created_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:69,
\"
need_num
\"
:
\"
N202006161642dtAo81x
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"\"
,
\"
contacts_mobile
\"
:
\"
18735397229
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
gsb
\"
,
\"
servicer_name
\"
:null,
\"
created_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:70,
\"
need_num
\"
:
\"
N202006161642AjjLIsr
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"\"
,
\"
contacts_mobile
\"
:
\"
18735397229
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
gsb
\"
,
\"
servicer_name
\"
:null,
\"
created_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-16T08:42:14.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0},{
\"
id
\"
:61,
\"
need_num
\"
:
\"
N202006141134GQ7HV3a
\"
,
\"
user_id
\"
:
\"
011
\"
,
\"
user_name
\"
:null,
\"
contacts_name
\"
:
\"
北京
\"
,
\"
contacts_mobil
e
\"
:
\"
18262855372
\"
,
\"
region_id
\"
:
\"
110100
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/ic/gsreg/
\"
,
\"
consult_type_name
\"
:
\"
/工商服务/公司注册/
\"
,
\"
status
\"
:1,
\"
status_name
\"
:
\"
已提交
\"
,
\"
notes
\"
:
\"
00000000000000000
\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
S_202006051002UE4Lse
\"
,
\"
servicer_name
\"
:
\"
测试服务商
\"
,
\"
created_at
\"
:
\"
2020-06-14T03:34:50.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-14T03:34:50.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0}]"
},
},
"RequestId"
:
"af0cf310-b2ce-11ea-9dd5-03e6b499c7e6"
"RequestId"
:
"af0cf310-b2ce-11ea-9dd5-03e6b499c7e6"
}
}
...
@@ -619,7 +619,7 @@
...
@@ -619,7 +619,7 @@
"Response"
:
{
"Response"
:
{
"Status"
:
1
,
"Status"
:
1
,
"InstanceSet"
:
{
"InstanceSet"
:
{
"NeedInfo"
:
"{
\"
id
\"
:20,
\"
need_num
\"
:
\"
N202006130012
\"
,
\"
user_id
\"
:
\"
1
\"
,
\"
user_name
\"
:
\"
张三
\"
,
\"
contacts_name
\"
:
\"
张三
\"
,
\"
contacts_mob
li
e
\"
:
\"
13075556693
\"
,
\"
region_id
\"
:
\"
1
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/qcfw/icp/
\"
,
\"
consult_type_name
\"
:
\"
/资质证照/icp/
\"
,
\"
status
\"
:2,
\"
status_name
\"
:
\"
待用户确认
\"
,
\"
notes
\"
:
\"
测试数据勿删
\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
gsb
\"
,
\"
servicer_name
\"
:
\"
公司宝
\"
,
\"
created_at
\"
:
\"
2020-06-03T16:04:45.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-20T08:58:06.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:null}"
,
"NeedInfo"
:
"{
\"
id
\"
:20,
\"
need_num
\"
:
\"
N202006130012
\"
,
\"
user_id
\"
:
\"
1
\"
,
\"
user_name
\"
:
\"
张三
\"
,
\"
contacts_name
\"
:
\"
张三
\"
,
\"
contacts_mob
il
e
\"
:
\"
13075556693
\"
,
\"
region_id
\"
:
\"
1
\"
,
\"
region_name
\"
:
\"
北京
\"
,
\"
consult_type
\"
:
\"
/qcfw/icp/
\"
,
\"
consult_type_name
\"
:
\"
/资质证照/icp/
\"
,
\"
status
\"
:2,
\"
status_name
\"
:
\"
待用户确认
\"
,
\"
notes
\"
:
\"
测试数据勿删
\"
,
\"
need_info
\"
:null,
\"
servicer_code
\"
:
\"
gsb
\"
,
\"
servicer_name
\"
:
\"
公司宝
\"
,
\"
created_at
\"
:
\"
2020-06-03T16:04:45.000Z
\"
,
\"
updated_at
\"
:
\"
2020-06-20T08:58:06.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:null}"
,
"SolutionInfo"
:
"{
\"
id
\"
:17,
\"
need_num
\"
:
\"
N202006130012
\"
,
\"
solution_num
\"
:
\"
NS_202006130920sregN
\"
,
\"
user_id
\"
:
\"
1
\"
,
\"
user_name
\"
:
\"
张三
\"
,
\"
solution_content
\"
:{
\"
id
\"
:26,
\"
bizopt_id
\"
:32,
\"
clerkName
\"
:
\"
小三
\"
,
\"
clerkPhone
\"
:
\"
4567800
\"
,
\"
updated_at
\"
:
\"
2020-06-02 20:32:14
\"
,
\"
remark_info
\"
:
\"
77777777777777777777777
\"
,
\"
scheme_info
\"
:{
\"
address
\"
:
\"
hangzhou
\"
,
\"
company
\"
:
\"
77777777777777
\"
,
\"
annual_report
\"
:true},
\"
businessType
\"
:
\"
/qcfw/icp/
\"
,
\"
servicerCode
\"
:
\"
1
\"
,
\"
servicerName
\"
:
\"
公司宝
\"
,
\"
salesman_name
\"
:
\"
小三
\"
,
\"
facilitator_id
\"
:
\"
test
\"
,
\"
salesman_phone
\"
:
\"
199299949424
\"
,
\"
refusal_content
\"
:
\"\"
,
\"
facilitator_name
\"
:
\"
测试服务商
\"
},
\"
is_refusal
\"
:1,
\"
refusal_notes
\"
:
\"
测试修改方案
\"
,
\"
created_at
\"
:
\"
2020-06-13T01:20:30.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0}"
"SolutionInfo"
:
"{
\"
id
\"
:17,
\"
need_num
\"
:
\"
N202006130012
\"
,
\"
solution_num
\"
:
\"
NS_202006130920sregN
\"
,
\"
user_id
\"
:
\"
1
\"
,
\"
user_name
\"
:
\"
张三
\"
,
\"
solution_content
\"
:{
\"
id
\"
:26,
\"
bizopt_id
\"
:32,
\"
clerkName
\"
:
\"
小三
\"
,
\"
clerkPhone
\"
:
\"
4567800
\"
,
\"
updated_at
\"
:
\"
2020-06-02 20:32:14
\"
,
\"
remark_info
\"
:
\"
77777777777777777777777
\"
,
\"
scheme_info
\"
:{
\"
address
\"
:
\"
hangzhou
\"
,
\"
company
\"
:
\"
77777777777777
\"
,
\"
annual_report
\"
:true},
\"
businessType
\"
:
\"
/qcfw/icp/
\"
,
\"
servicerCode
\"
:
\"
1
\"
,
\"
servicerName
\"
:
\"
公司宝
\"
,
\"
salesman_name
\"
:
\"
小三
\"
,
\"
facilitator_id
\"
:
\"
test
\"
,
\"
salesman_phone
\"
:
\"
199299949424
\"
,
\"
refusal_content
\"
:
\"\"
,
\"
facilitator_name
\"
:
\"
测试服务商
\"
},
\"
is_refusal
\"
:1,
\"
refusal_notes
\"
:
\"
测试修改方案
\"
,
\"
created_at
\"
:
\"
2020-06-13T01:20:30.000Z
\"
,
\"
deleted_at
\"
:null,
\"
version
\"
:0}"
},
},
"RequestId"
:
"626a5c90-b2d4-11ea-b81b-89b08281dc19"
"RequestId"
:
"626a5c90-b2d4-11ea-b81b-89b08281dc19"
...
@@ -708,14 +708,14 @@
...
@@ -708,14 +708,14 @@
```
```
## **<a name="Refus
al
Solution"> 关闭需求推送到服务商</a>**
## **<a name="Refus
e
Solution"> 关闭需求推送到服务商</a>**
[
返回到目录
](
#menu
)
[
返回到目录
](
#menu
)
##### URL
##### URL
[
/api/receive/needApi/springBoard
]
[
/api/receive/needApi/springBoard
]
#### 参数格式 `JSON`人
#### 参数格式 `JSON`人
#### HTTP请求方式 `POST`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 Action:Refus
al
Solution
#### 渠道执行的类型 Action:Refus
e
Solution
参数名 | 必须 | 字段类型 | 长度限制 | 说明
参数名 | 必须 | 字段类型 | 长度限制 | 说明
-|-|-|-|-
-|-|-|-|-
...
@@ -726,7 +726,7 @@ RefusalContent | Y | string | 100 | 备注信息
...
@@ -726,7 +726,7 @@ RefusalContent | Y | string | 100 | 备注信息
#### 参数示例
#### 参数示例
```
javascript
```
javascript
{
{
"Action"
:
"Refus
al
Solution"
,
"Action"
:
"Refus
e
Solution"
,
"NeedNum"
:
""
,
"NeedNum"
:
""
,
"SolutionNum"
:
""
,
"SolutionNum"
:
""
,
"RefusalContent"
:
""
//描述
"RefusalContent"
:
""
//描述
...
...
brg-user-center/app/front/entry/public/apidoc/pushReceive/push.md
View file @
f3c8d8a8
...
@@ -25,7 +25,7 @@ servicerName | Y | string | 100 | 服务商名称
...
@@ -25,7 +25,7 @@ servicerName | Y | string | 100 | 服务商名称
regionId | Y | string | 100 | 地区id
regionId | Y | string | 100 | 地区id
regionName | Y | string | 100 | 地区名称
regionName | Y | string | 100 | 地区名称
contactsName | Y | string | 100 | 用户名称
contactsName | Y | string | 100 | 用户名称
contactsMobli
e | Y | string | 100 | 用户电话
ContactsMobil
e | Y | string | 100 | 用户电话
consultType | Y | int | 100 | 需求类型
consultType | Y | int | 100 | 需求类型
consultTypeName | Y | int | 100 | 需求类型名称
consultTypeName | Y | int | 100 | 需求类型名称
...
@@ -39,7 +39,7 @@ servicerName | Y | string | 100 | 服务商名称
...
@@ -39,7 +39,7 @@ servicerName | Y | string | 100 | 服务商名称
regionId | Y | string | 100 | 地区id
regionId | Y | string | 100 | 地区id
regionName | Y | string | 100 | 地区名称
regionName | Y | string | 100 | 地区名称
contactsName | Y | string | 100 | 用户名称
contactsName | Y | string | 100 | 用户名称
contactsMobli
e | Y | string | 100 | 用户电话
ContactsMobil
e | Y | string | 100 | 用户电话
consultType | Y | int | 100 | 需求类型
consultType | Y | int | 100 | 需求类型
consultTypeName | Y | int | 100 | 需求类型名称
consultTypeName | Y | int | 100 | 需求类型名称
companyName | Y | int | 100 | 公司名称
companyName | Y | int | 100 | 公司名称
...
@@ -55,7 +55,7 @@ companyName | Y | int | 100 | 公司名称
...
@@ -55,7 +55,7 @@ companyName | Y | int | 100 | 公司名称
"regionId"
:
"1"
,
"regionId"
:
"1"
,
"regionName"
:
"北京"
,
"regionName"
:
"北京"
,
"contactsName"
:
"张三"
,
"contactsName"
:
"张三"
,
"
contactsMobli
e"
:
"17610163853"
,
"
ContactsMobil
e"
:
"17610163853"
,
"consultType"
:
"/ic/gsreg/"
,
"consultType"
:
"/ic/gsreg/"
,
"consultTypeName"
:
"/工商服务/公司注册/"
,
"consultTypeName"
:
"/工商服务/公司注册/"
,
"servicerCode: "
gsb
",
"servicerCode: "
gsb
",
...
@@ -94,7 +94,7 @@ servicerName | Y | string | 100 | 服务商名称
...
@@ -94,7 +94,7 @@ servicerName | Y | string | 100 | 服务商名称
regionId | Y | string | 100 | 地区id
regionId | Y | string | 100 | 地区id
regionName | Y | string | 100 | 地区名称
regionName | Y | string | 100 | 地区名称
contactsName | Y | string | 100 | 用户名称
contactsName | Y | string | 100 | 用户名称
contactsMob
li
e | Y | string | 100 | 用户电话
contactsMob
il
e | Y | string | 100 | 用户电话
productType | Y | int | 100 | 产品类型
productType | Y | int | 100 | 产品类型
productTypeName | Y | int | 100 | 产品类型名称
productTypeName | Y | int | 100 | 产品类型名称
...
@@ -109,7 +109,7 @@ servicerName | Y | string | 100 | 服务商名称
...
@@ -109,7 +109,7 @@ servicerName | Y | string | 100 | 服务商名称
regionId | Y | string | 100 | 地区id
regionId | Y | string | 100 | 地区id
regionName | Y | string | 100 | 地区名称
regionName | Y | string | 100 | 地区名称
contactsName | Y | string | 100 | 用户名称
contactsName | Y | string | 100 | 用户名称
contactsMob
li
e | Y | string | 100 | 用户电话
contactsMob
il
e | Y | string | 100 | 用户电话
productType | Y | int | 100 | 产品类型
productType | Y | int | 100 | 产品类型
productTypeName | Y | int | 100 | 产品类型名称
productTypeName | Y | int | 100 | 产品类型名称
order_snapshot | Y | string | 500 | 订单快照(json转字符串)
order_snapshot | Y | string | 500 | 订单快照(json转字符串)
...
@@ -126,7 +126,7 @@ order_snapshot | Y | string | 500 | 订单快照(json转字符串)
...
@@ -126,7 +126,7 @@ order_snapshot | Y | string | 500 | 订单快照(json转字符串)
"regionId"
:
""
,
"regionId"
:
""
,
"regionName"
:
""
,
"regionName"
:
""
,
"contactsName"
:
""
,
"contactsName"
:
""
,
"contactsMob
li
e"
:
""
,
"contactsMob
il
e"
:
""
,
"productType"
:
""
"productType"
:
""
"orderSnapshot"
:{}
"orderSnapshot"
:{}
}
}
...
...
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