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
2341d66e
Commit
2341d66e
authored
Jul 22, 2020
by
linboxuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pushByFQ new fields createdat
parent
99793a7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
+1
-0
center-channel/app/base/service/impl/utilsSve/utilsUcommuneSve.js
+1
-1
No files found.
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
View file @
2341d66e
...
...
@@ -46,6 +46,7 @@ class UtilsFqAliyunService extends AppServiceBase {
productId
:
productInfo
.
price_item
.
service_code
,
// 是 产品 ID
productQuantity
:
orderInfo
.
quantity
,
// 是 产品数量
operator_phone
:
this
.
ucommuneOperatorPhone
,
// 2020 0704 推送fq 必填字段 这里以下为新增 7.7修改由写死改为从settings获取
createdat
:
orderInfo
.
created_at
,
// 2020 0722 lin新增 张超推送文档新增必填字段
thirdPartyCustomerId
:
orderInfo
.
channelUserId
,
pay_flow_no
:
orderInfo
.
pay_flow_no
,
// 支付流水号
pay_channel
:
orderInfo
.
pay_channel
,
// 支付渠道(微信、支付宝)(必填)
...
...
center-channel/app/base/service/impl/utilsSve/utilsUcommuneSve.js
View file @
2341d66e
...
...
@@ -29,7 +29,7 @@ class UtilsUcommuneService extends AppServiceBase {
this
.
logCtl
.
info
({
optitle
:
"优客免登接口"
,
op
:
"center-app/app/base/service/impl/utilsSve/utilsUcommuneSve.js/getUserInfo"
,
content
:
"参数="
+
JSON
.
stringify
(
actionBody
),
content
:
"参数="
+
JSON
.
stringify
(
pobj
),
clientIp
:
pobj
.
client_ip
||
""
});
if
(
!
actionBody
.
userToken
)
{
...
...
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