Test.http 215 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. "wallet": "test",
  9. "pid": 1
  10. }