Test.http 255 B

123456789101112
  1. ### 获取版本
  2. GET http://127.0.0.1:7001/api/version
  3. Content-Type: application/json
  4. ### 注册用户
  5. POST http://127.0.0.1:7001/api/user/register
  6. Content-Type: application/json
  7. {
  8. "username": "test",
  9. "password": "e10adc3949ba59abbe56e057f20f883e"
  10. }