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
4e886f13
Commit
4e886f13
authored
Mar 23, 2022
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix md5
parent
d33c125e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
zhiquanquan/app/base/db/initData.js
+1
-1
zhiquanquan/app/base/service/sve.base.js
+1
-1
zhiquanquan/package.json
+1
-1
No files found.
zhiquanquan/app/base/db/initData.js
View file @
4e886f13
const
system
=
require
(
"../system"
);
const
settings
=
require
(
"../../config/settings.js"
);
const
reclient
=
system
.
getObject
(
"util.redisClient"
);
const
md5
=
require
(
"
MD
5"
);
const
md5
=
require
(
"
md
5"
);
var
dbf
=
system
.
getObject
(
"db.common.connection"
);
var
db
=
dbf
.
getCon
();
db
.
sync
({
force
:
true
}).
then
(
async
()
=>
{
...
...
zhiquanquan/app/base/service/sve.base.js
View file @
4e886f13
...
...
@@ -11,7 +11,7 @@ class ServiceBase {
this
.
daoName
=
daoName
;
this
.
dao
=
system
.
getObject
(
"db."
+
gname
+
"."
+
daoName
);
this
.
restS
=
system
.
getObject
(
"util.restClient"
);
this
.
md5
=
require
(
"
MD
5"
);
this
.
md5
=
require
(
"
md
5"
);
this
.
execClient
=
system
.
getObject
(
"util.execClient"
);
this
.
appInfo
=
{
aliyuntmtransfer
:
{
appkey
:
"202003231118"
,
secret
:
"7cbb846246874167b5c7e01cd0016c99"
}
...
...
zhiquanquan/package.json
View file @
4e886f13
...
...
@@ -11,7 +11,7 @@
"license"
:
"
ISC
"
,
"dependencies"
:
{
"
@alicloud/pop-core
"
:
"^1.7.7"
,
"
MD5
"
:
"1
.3.0"
,
"
md5
"
:
"^2
.3.0"
,
"
after
"
:
"^0.8.2"
,
"
ali-oss
"
:
"^4.12.2"
,
"
amqplib
"
:
"^0.8.0"
,
...
...
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