Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-front
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengguangpu
doublescreen-front
Commits
8685102a
Commit
8685102a
authored
Jun 22, 2020
by
jiangjiantao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
错误监控
parent
142a3a2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
alipayLogger.js
utils/alipayLogger.js
+5
-1
No files found.
utils/alipayLogger.js
View file @
8685102a
...
@@ -753,7 +753,6 @@ AlipayLogger.prototype = util.createObject(MiniProgramLogger.prototype), util.ex
...
@@ -753,7 +753,6 @@ AlipayLogger.prototype = util.createObject(MiniProgramLogger.prototype), util.ex
u
=
e
.
parseResponse
(
t
.
data
);
u
=
e
.
parseResponse
(
t
.
data
);
f
&&
(
u
=
util
.
ext
(
u
,
util
.
safetyCall
(
f
,
[
i
.
data
,
t
.
data
],
{})));
f
&&
(
u
=
util
.
ext
(
u
,
util
.
safetyCall
(
f
,
[
i
.
data
,
t
.
data
],
{})));
}
}
// console.log('request data......', u, t.data, t);
u
.
msg
=
JSON
.
stringify
({
u
.
msg
=
JSON
.
stringify
({
msg
:
u
.
msg
,
msg
:
u
.
msg
,
request
:
i
.
data
,
request
:
i
.
data
,
...
@@ -776,6 +775,11 @@ AlipayLogger.prototype = util.createObject(MiniProgramLogger.prototype), util.ex
...
@@ -776,6 +775,11 @@ AlipayLogger.prototype = util.createObject(MiniProgramLogger.prototype), util.ex
n
==
""
&&
t
.
error
&&
(
n
=
t
.
error
);
n
==
""
&&
t
.
error
&&
(
n
=
t
.
error
);
var
u
=
""
,
var
u
=
""
,
r
=
f
?
util
.
safetyCall
(
f
,
[
i
.
data
],
{})
:
{};
r
=
f
?
util
.
safetyCall
(
f
,
[
i
.
data
],
{})
:
{};
u
.
msg
=
JSON
.
stringify
({
msg
:
u
.
msg
,
request
:
i
.
data
,
response
:
t
.
data
});
t
&&
t
.
body
&&
(
u
=
(
u
=
JSON
.
stringify
(
t
.
body
)).
substring
(
0
,
256
)),
e
.
api
(
util
.
ext
({
t
&&
t
.
body
&&
(
u
=
(
u
=
JSON
.
stringify
(
t
.
body
)).
substring
(
0
,
256
)),
e
.
api
(
util
.
ext
({
api
:
o
,
api
:
o
,
success
:
!
1
,
success
:
!
1
,
...
...
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