Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

default.txt 247B

12345678910111213
  1. POST /task?id=1 HTTP/1.1
  2. Host: example.org
  3. Content-Type: application/json; charset=utf-8
  4. Content-Length: 137
  5. {
  6. "status": "ok",
  7. "extended": true,
  8. "results": [
  9. {"value": 0, "type": "int64"},
  10. {"value": 1.0e+3, "type": "decimal"}
  11. ]
  12. }