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
4d6a0631
Commit
4d6a0631
authored
Sep 20, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
313b0240
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
+4
-4
No files found.
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
View file @
4d6a0631
...
@@ -33,8 +33,8 @@ class UtilsFqAliyunService extends AppServiceBase {
...
@@ -33,8 +33,8 @@ class UtilsFqAliyunService extends AppServiceBase {
}
}
var
interface_params_info
=
verifyResult
.
data
;
var
interface_params_info
=
verifyResult
.
data
;
var
ucommuneOperatorPhone
=
pobj
.
appInfo
&&
pobj
.
appInfo
.
contact_mobile
?
pobj
.
appInfo
.
contact_mobile
:
this
.
ucommuneOperatorPhone
var
ucommuneOperatorPhone
=
pobj
.
appInfo
&&
pobj
.
appInfo
.
contact_mobile
?
pobj
.
appInfo
.
contact_mobile
:
this
.
ucommuneOperatorPhone
console
.
log
(
"推送的业务员手机号为:"
,
this
.
ucommuneOperatorPhone
)
console
.
log
(
"推送的业务员手机号为:"
,
ucommuneOperatorPhone
)
var
params
=
{
var
params
=
{
idempotentId
:
orderInfo
.
orderNo
,
// 是 业务 ID
idempotentId
:
orderInfo
.
orderNo
,
// 是 业务 ID
idempotentSource
:
productInfo
.
service_business_code
,
// 是 业务来源(ic_jdyun、ic_ali)
idempotentSource
:
productInfo
.
service_business_code
,
// 是 业务来源(ic_jdyun、ic_ali)
...
@@ -46,13 +46,13 @@ class UtilsFqAliyunService extends AppServiceBase {
...
@@ -46,13 +46,13 @@ class UtilsFqAliyunService extends AppServiceBase {
orderPrice
:
orderInfo
.
totalSum
,
// 是 订单金额
orderPrice
:
orderInfo
.
totalSum
,
// 是 订单金额
productId
:
productInfo
.
price_item
.
service_code
,
// 是 产品 ID
productId
:
productInfo
.
price_item
.
service_code
,
// 是 产品 ID
productQuantity
:
orderInfo
.
quantity
,
// 是 产品数量
productQuantity
:
orderInfo
.
quantity
,
// 是 产品数量
operator_phone
:
this
.
ucommuneOperatorPhone
,
// 2020 0704 推送fq 必填字段 这里以下为新增 7.7修改由写死改为从settings获取
operator_phone
:
ucommuneOperatorPhone
,
// 2020 0704 推送fq 必填字段 这里以下为新增 7.7修改由写死改为从settings获取
createdat
:
orderInfo
.
created_at
,
// 2020 0722 lin新增 张超推送文档新增必填字段
createdat
:
orderInfo
.
created_at
,
// 2020 0722 lin新增 张超推送文档新增必填字段
thirdPartyCustomerId
:
orderInfo
.
channelUserId
,
thirdPartyCustomerId
:
orderInfo
.
channelUserId
,
pay_flow_no
:
orderInfo
.
pay_flow_no
,
// 支付流水号
pay_flow_no
:
orderInfo
.
pay_flow_no
,
// 支付流水号
pay_channel
:
orderInfo
.
pay_channel
,
// 支付渠道(微信、支付宝)(必填)
pay_channel
:
orderInfo
.
pay_channel
,
// 支付渠道(微信、支付宝)(必填)
pay_time
:
orderInfo
.
pay_time
,
//付款时间
pay_time
:
orderInfo
.
pay_time
,
//付款时间
pay_payer_bank_no
:
orderInfo
.
pay_payer_bank_no
//付款人账号
pay_payer_bank_no
:
orderInfo
.
pay_payer_bank_no
//付款人账号
};
};
// var result = await this.opAliyunClientPost(pobj, "pushOrderBusiness", interface_params_info.opUrl, interface_params_info.key, interface_params_info.secret, params);
// var result = await this.opAliyunClientPost(pobj, "pushOrderBusiness", interface_params_info.opUrl, interface_params_info.key, interface_params_info.secret, params);
var
result
=
await
this
.
opAliyunClientPost
(
pobj
,
interface_params_info
.
opUrl
,
interface_params_info
.
key
,
interface_params_info
.
secret
,
params
);
var
result
=
await
this
.
opAliyunClientPost
(
pobj
,
interface_params_info
.
opUrl
,
interface_params_info
.
key
,
interface_params_info
.
secret
,
params
);
...
...
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