Browse Source

请求测试更新

andy 1 year ago
parent
commit
0cb6a19a3e
1 changed files with 80 additions and 0 deletions
  1. 80 0
      request2.http

+ 80 - 0
request2.http

@@ -0,0 +1,80 @@
+
+@host=http://localhost:9500
+#@host=http://120.26.64.82:9500
+###
+
+POST {{host}}/user/getToken
+Content-Type: application/json
+
+{
+  "appid": "dataBase",
+  "appsecret": "tqUlEeQECqrI"
+}
+###
+
+###
+POST {{host}}/user/verifyCode
+Content-Type: application/json
+sessionid: a0c8503c3386a506c20247e2e26fa4d6
+
+{}
+
+###
+
+###
+POST {{host}}/user/login
+Content-Type: application/json
+sessionid: a0c8503c3386a506c20247e2e26fa4d6
+
+{
+  "account": "zhaowei",
+  "password": "apOWtZ0zSBReHCkdp4jKPx97CIyyhu/EqsLcnn8CW5EljiZUmx1x89km6y3x9v0jWAlSXS8Il5KLE7iVI45l56+BllcPPUpORKffI1wkRMT4n3oWGW3mDr1a+DzMvFXKwilaJT5XZfTMEDU3wItzWzMpB6E2y7VPcfd2RPueQwU=",
+  "verifycode": "TNp6sw6u94eydM6WJNICkRtW+BgN8A3y0SOAFNKJt2ERS6bc8a9fqABxmT+3w9FUza/NBD/PaZXPWZjbEV33whRWMAE2sGbGDHDyNAzJtDtDYn169lv1ubEQcA4MtJwZlU67lOb3HMnVW1Mt8gI2EXoeq1o/fCMuLVTpM0ahrqU="
+}
+
+###
+POST {{host}}/openApi/query
+Content-Type: application/json
+
+{
+  "serviceid": "19",
+  "datacontent": {
+    "filter": {
+      "type": "datasource"
+    }
+  },
+  "event": "0",
+  "page": 1,
+  "size": 9999
+}
+
+###
+POST localhost:9501/controlApi/startAll
+Content-Type: application/json
+
+{
+  "containercode": "test"
+}
+###
+POST localhost:9501/controlApi/stopAll
+Content-Type: application/json
+
+{
+  "containercode": "test"
+}
+###
+POST localhost:9501/controlApi/stop
+Content-Type: application/json
+
+{
+  "serviceid": "139",
+  "containercode": "test"
+}
+###
+POST localhost:9501/controlApi/start
+Content-Type: application/json
+
+{
+  "serviceid": "139",
+  "containercode": "test"
+}