request2.http 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. #@host=http://localhost:9500
  2. @host=http://120.26.64.82:9500
  3. ###
  4. POST {{host}}/user/getToken
  5. Content-Type: application/json
  6. {
  7. "appid": "dataBase",
  8. "appsecret": "tqUlEeQECqrI"
  9. }
  10. ###
  11. ###
  12. POST {{host}}/user/verifyCode
  13. Content-Type: application/json
  14. sessionid: 3d12d7f18898f8fcea6059946189c375
  15. {}
  16. ###
  17. ###
  18. POST {{host}}/user/login
  19. Content-Type: application/json
  20. sessionid: 3d12d7f18898f8fcea6059946189c375
  21. {
  22. "account": "zhaowei",
  23. "password": "apOWtZ0zSBReHCkdp4jKPx97CIyyhu/EqsLcnn8CW5EljiZUmx1x89km6y3x9v0jWAlSXS8Il5KLE7iVI45l56+BllcPPUpORKffI1wkRMT4n3oWGW3mDr1a+DzMvFXKwilaJT5XZfTMEDU3wItzWzMpB6E2y7VPcfd2RPueQwU=",
  24. "verifycode": "TNp6sw6u94eydM6WJNICkRtW+BgN8A3y0SOAFNKJt2ERS6bc8a9fqABxmT+3w9FUza/NBD/PaZXPWZjbEV33whRWMAE2sGbGDHDyNAzJtDtDYn169lv1ubEQcA4MtJwZlU67lOb3HMnVW1Mt8gI2EXoeq1o/fCMuLVTpM0ahrqU="
  25. }
  26. ###
  27. POST {{host}}/openApi/query
  28. Content-Type: application/json
  29. {
  30. "serviceid": "19",
  31. "datacontent": {
  32. "filter": {
  33. "type": "datasource"
  34. }
  35. },
  36. "event": "0",
  37. "page": 1,
  38. "size": 9999
  39. }
  40. ###
  41. POST localhost:9501/controlApi/startAll
  42. Content-Type: application/json
  43. {
  44. "containercode": "test"
  45. }
  46. ###
  47. POST localhost:9501/controlApi/stopAll
  48. Content-Type: application/json
  49. {
  50. "containercode": "test"
  51. }
  52. ###
  53. POST localhost:9501/controlApi/stop
  54. Content-Type: application/json
  55. {
  56. "serviceid": "139",
  57. "containercode": "test"
  58. }
  59. ###
  60. POST localhost:9501/controlApi/start
  61. Content-Type: application/json
  62. {
  63. "serviceid": "139",
  64. "containercode": "test"
  65. }
  66. ###
  67. POST http://120.26.64.82:9500/openApi/query
  68. usertoken: 58dae03c8a0553dc1e50f32d8dbc4358
  69. sessionid: 43616ffaf8209ca2dae16e7c272cd602
  70. Content-Type: application/json;charset=UTF-8
  71. {
  72. "serviceid": 15,
  73. "datacontent": {
  74. "filter": {
  75. "serviceid": 5
  76. }
  77. },
  78. "event": "0",
  79. "page": 1,
  80. "size": 9999
  81. }
  82. ###
  83. POST http://120.26.64.82:9500/openApi/query
  84. Content-Type: application/json
  85. usertoken: abefa0f41006104d9b2ee8aba9f3f296
  86. sessionid: 9dd97c42fd2f13ed27ec1e4359c14609
  87. {
  88. "page": 1,
  89. "serviceid": 151,
  90. "datacontent": {
  91. "username": "dev",
  92. "email": "l7871878100@hotmail.com"
  93. },
  94. "event": "0"
  95. }
  96. ###
  97. POST http://localhost:18888/openApi/sendemail
  98. Content-Type: application/json
  99. {
  100. "datacontent": {
  101. "context": "测试邮件 勿回!",
  102. "subject": "测试邮件",
  103. "email": "liyuxuan@airchina.com "
  104. }
  105. }
  106. ###
  107. WEBSOCKET ws://localhost:9500/ws
  108. Content-Type: application/json
  109. {
  110. "message": "Hello, server!",
  111. "repeat": 3
  112. }