Commit 36bd9355 by 王悦

fix md5

parent 077e8b08
......@@ -2,7 +2,7 @@ const system = require("../system");
const moment = require('moment')
const axios = require('axios');
const settings = require("../../config/settings");
const md5 = require("MD5");
const md5 = require("md5");
class AppServiceBase {
constructor() {
this.execClient = system.getObject("util.execClient");
......
......@@ -2,7 +2,7 @@ const system = require("../system");
const moment = require('moment')
const settings = require("../../config/settings");
const axios = require('axios');
const md5 = require("MD5");
const md5 = require("md5");
class ServiceBase {
constructor(gname, daoName) {
this.execClient = system.getObject("util.execClient");
......
......@@ -14,7 +14,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",
"aliyun-api-gateway": "^1.1.6",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment