[关闭]
@Vincent-Gao 2018-09-28T00:25:25.000000Z 字数 2122 阅读 1314

攻城略地API文档

API


用户使用

1. 首页(仅有一张地图)


2. 获取题目(不含可视化界面)

  1. [
  2. {
  3. rules: [
  4. [
  5. "Jiangsu",
  6. "Sichuan"
  7. ],
  8. ...
  9. [
  10. "Nei_Mongol",
  11. "Sichuan"
  12. ]
  13. ]
  14. },
  15. {
  16. your_castle: "",
  17. computer_castle: [
  18. "Jiangsu",
  19. "Beijing",
  20. "Guangdong",
  21. "Jiangxi",
  22. "Nei_Mongol",
  23. "Shaanxi",
  24. "Sichuan",
  25. "Tianjin",
  26. "Hong_Kong"
  27. ]
  28. },
  29. {
  30. your_choice: "",
  31. computer_choice: "Jiangsu"
  32. },
  33. {
  34. key: -4686482580493518000
  35. }
  36. ]

3. 获取题目(含有可视化界面)

  1. [
  2. {
  3. rules: [...]
  4. },
  5. {
  6. your_castle: "",
  7. computer_castle: [...]
  8. },
  9. {
  10. your_choice: "",
  11. computer_choice: "Jiangsu"
  12. },
  13. {
  14. key: -4686482580493518000
  15. }
  16. ]

4. 对战界面(不含可视化界面)

  1. [
  2. {
  3. rules: [...]
  4. },
  5. {
  6. your_castle: "",
  7. computer_castle: [...]
  8. },
  9. {
  10. your_choice: "自己的落子",
  11. computer_choice: "..."
  12. },
  13. {
  14. key: ...
  15. }
  16. ]
  1. [
  2. {
  3. rules: [...]
  4. },
  5. {
  6. your_castle: "",
  7. computer_castle: [...]
  8. },
  9. {
  10. your_choice: "...",
  11. computer_choice: "电脑本局的落子"
  12. },
  13. {
  14. key: ...
  15. }
  16. ]

5. 对战界面(含有可视化界面)

  1. [
  2. {
  3. rules: [...]
  4. },
  5. {
  6. your_castle: "",
  7. computer_castle: [...]
  8. },
  9. {
  10. your_choice: "自己的落子",
  11. computer_choice: "..."
  12. },
  13. {
  14. key: ...
  15. }
  16. ]
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注