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
d84011b5
Commit
d84011b5
authored
Nov 10, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
cc5ea1d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
igirl-web/app/base/api/impl/tmsub.js
+1
-0
igirl-web/package.json
+2
-1
No files found.
igirl-web/app/base/api/impl/tmsub.js
View file @
d84011b5
...
...
@@ -43,6 +43,7 @@ class TmSub {
async
autosub
(
obj
,
pobj
)
{
//提报数据
try
{
var
tmpObj
=
obj
||
obj
.
appKey
?
obj
:
pobj
;
console
.
log
(
JSON
.
stringify
(
tmpObj
),
"autosub........."
);
var
verifyResult
=
await
this
.
verifyData
(
tmpObj
);
if
(
verifyResult
.
code
!=
1
)
{
return
verifyResult
;
...
...
igirl-web/package.json
View file @
d84011b5
...
...
@@ -51,7 +51,8 @@
"
sha1
"
:
"^1.1.1"
,
"
socket.io
"
:
"^2.1.1"
,
"
uuid
"
:
"^3.2.1"
,
"
wx-pay
"
:
"^1.0.2"
"
wx-pay
"
:
"^1.0.2"
,
"
zip-local
"
:
"^0.3.4"
},
"devDependencies"
:
{
"
element-theme
"
:
"^2.0.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