getFAQDetailList 945 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "result": 1,
  3. "description": null,
  4. "data": {
  5. "dataList": [
  6. {
  7. "id": 123,
  8. "question": "怎么洗?",
  9. "answer": "使用微信扫码支付并选择套餐,然后按下洗衣机的红色按钮洗衣。",
  10. "images": [
  11. "/1.0/images/b6.jpg",
  12. "/1.0/images/b7.jpg"
  13. ],
  14. "videos": [
  15. "/home/sites/videos/4.mp4"
  16. ],
  17. "devType": "洗衣机",
  18. "devTypeId": 1
  19. },
  20. {
  21. "id": 222,
  22. "question": "收费?",
  23. "answer": "根据套餐收费。",
  24. "images": [
  25. "/1.0/images/b1.jpg",
  26. "/1.0/images/b2.jpg"
  27. ],
  28. "videos": null,
  29. "devType": "洗衣机",
  30. "devTypeId": 1
  31. },
  32. {
  33. "id": 333,
  34. "question": "退款?",
  35. "answer": "可以在用户界面申请退币。",
  36. "devType": "洗衣机",
  37. "devTypeId": 1
  38. }
  39. ]
  40. }
  41. }