diff --git a/index.js b/index.js index 6e41bda..5a20d93 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,7 @@ /** * 框架核心 - * @authors yutent (yutent@doui.cc) - * @date 2015-11-25 18:06:14 - * + * @author yutent + * @date 2020/09/28 10:01:47 */ import 'es.shim' // 加载拓展方法 diff --git a/package.json b/package.json index e22db17..ebc0794 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "main": "index.js", "dependencies": { "@gm5/session": "^1.0.0", - "@gm5/request": "^1.2.1", + "@gm5/request": "^1.2.3", "@gm5/response": "^1.3.1", "@gm5/controller": "^1.0.0", "@gm5/jwt": "^1.1.0",