diff --git a/public/index.html b/public/index.html index d05e911..137c6ea 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/rest/project.http b/rest/project.http index 7d99a56..c69c535 100644 --- a/rest/project.http +++ b/rest/project.http @@ -1,14 +1,14 @@ ### login # @name login -POST https://www.tall.wiki/gateway/tall/v1.0/users/signin +POST https://test.tall.wiki/gateway/tall/v1.0/users/signin content-type: application/json;charset=utf-8 { "client": 1, "data": { - "credential": "song", - "identifier": "999999" + "credential": "123456", + "identifier": "zb" }, "scene": 0, "type": 3 @@ -18,7 +18,7 @@ content-type: application/json;charset=utf-8 ### 导入插件 # POST http://127.0.0.1:7220/plugin/import -POST http://www.tall.wiki/gateway/pluginshop/plugin/import +POST http://test.tall.wiki/gateway/pluginshop/plugin/import Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW Authorization: Bearer {{login.response.body.$.data.token}} @@ -34,6 +34,6 @@ Content-Type: xlsx ### 更新redis内的插件信息 -POST http://www.tall.wiki/gateway/pluginshop/plugin/updatePluginOfRedis +POST http://test.tall.wiki/gateway/pluginshop/plugin/updatePluginOfRedis content-type: application/json;charset=utf-8 Authorization: Bearer {{login.response.body.$.data.token}} diff --git a/src/App.vue b/src/App.vue index 66d268e..bf8b36c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@