123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- #@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: 3d12d7f18898f8fcea6059946189c375
- {}
- ###
- ###
- POST {{host}}/user/login
- Content-Type: application/json
- sessionid: 3d12d7f18898f8fcea6059946189c375
- {
- "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"
- }
- ###
- POST http://120.26.64.82:9500/openApi/query
- usertoken: 58dae03c8a0553dc1e50f32d8dbc4358
- sessionid: 43616ffaf8209ca2dae16e7c272cd602
- Content-Type: application/json;charset=UTF-8
- {
- "serviceid": 15,
- "datacontent": {
- "filter": {
- "serviceid": 5
- }
- },
- "event": "0",
- "page": 1,
- "size": 9999
- }
- ###
- POST http://120.26.64.82:9500/openApi/query
- Content-Type: application/json
- usertoken: abefa0f41006104d9b2ee8aba9f3f296
- sessionid: 9dd97c42fd2f13ed27ec1e4359c14609
- {
- "page": 1,
- "serviceid": 151,
- "datacontent": {
- "username": "dev",
- "email": "l7871878100@hotmail.com"
- },
- "event": "0"
- }
- ###
- POST http://localhost:18888/openApi/sendemail
- Content-Type: application/json
- {
- "datacontent": {
- "context": "测试邮件 勿回!",
- "subject": "测试邮件",
- "email": "liyuxuan@airchina.com "
- }
- }
- ###
- WEBSOCKET ws://localhost:9500/ws
- Content-Type: application/json
- {
- "message": "Hello, server!",
- "repeat": 3
- }
|