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
5b457002
Commit
5b457002
authored
Sep 15, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'tx-fi-tax' of gitlab.gongsibao.com:jiangyong/zhichan into tx-fi-tax
parents
27641916
8415fe7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tx-fi-tax/app/base/system.js
+3
-3
No files found.
tx-fi-tax/app/base/system.js
View file @
5b457002
...
...
@@ -353,7 +353,7 @@ class System {
let
str
=
''
;
for
(
var
i
in
arr
)
{
if
(
arr
[
i
]
!=
"sign"
&&
arr
[
i
]
!=
"ip"
&&
(
!
(
Object
.
prototype
.
toString
.
call
(
obj
[
arr
[
i
]])
==
'[object Object]'
||
Object
.
prototype
.
toString
.
call
(
obj
[
arr
[
i
]])
==
'[object Array]'
)
(
!
(
Object
.
prototype
.
toString
.
call
(
obj
[
arr
[
i
]])
==
'[object Object]'
)
//|| Object.prototype.toString.call(obj[arr[i]]) == '[object Array]'
&&
((
obj
[
arr
[
i
]]
||
obj
[
arr
[
i
]]
===
0
||
obj
[
arr
[
i
]]
===
false
)
&&
obj
[
arr
[
i
]]
!=
'undefined'
)))
{
str
+=
arr
[
i
]
+
"="
+
obj
[
arr
[
i
]]
+
"&"
;
}
...
...
@@ -370,7 +370,7 @@ class System {
/**
* 队列操作
* @param {json}
pushUrl string 推送URL地址
pushUrl string 推送URL地址
actionType string 推送地址接收时的功能名称
notifyUrl string 推送成功后通知的Url
messageBody json 推送的业务消息,必须有一项对象属性值
...
...
@@ -389,7 +389,7 @@ class System {
actionType
:
obj
.
actionType
,
identifyCode
:
"book-manage"
,
messageBody
:
obj
.
messageBody
,
isMessageBody
:
1
//对融易算只发送放messageBody
isMessageBody
:
1
//对融易算只发送放messageBody
}
}
if
(
obj
.
notifyUrl
)
{
...
...
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