threedayTask.json 954 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "activeTime": 10800,
  3. "time": 259200,
  4. "childCount": 2,
  5. "money": 5,
  6. "task": [
  7. {
  8. "id": 1,
  9. "name": "收获/1/次/小麦",
  10. "num": 1,
  11. "product_type": 10001,
  12. "active": 4.50
  13. },
  14. {
  15. "id": 2,
  16. "name": "收获/5/次/玉米",
  17. "num": 5,
  18. "product_type": 10002,
  19. "active": 0.4
  20. },
  21. {
  22. "id": 3,
  23. "name": "收获/10/次/甘蔗",
  24. "num": 10,
  25. "product_type": 10003,
  26. "active": 0.06
  27. },
  28. {
  29. "id": 4,
  30. "name": "收获/20/次/辣椒",
  31. "num": 20,
  32. "product_type": 10010,
  33. "active": 0.03
  34. },
  35. {
  36. "id": 5,
  37. "name": "收获/30/次/冬瓜",
  38. "num": 30,
  39. "product_type": 10014,
  40. "active": 0.01
  41. }
  42. ]
  43. }