getCustomerList 299 B

1234567891011121314151617181920
  1. {
  2. "result": 1,
  3. "description": null,
  4. "para": {
  5. "dataList": [
  6. {
  7. "text": "张三",
  8. "value": 12345
  9. },
  10. {
  11. "text": "张三2",
  12. "value": 11111
  13. },
  14. {
  15. "text": "张三3",
  16. "value": 22222
  17. }
  18. ]
  19. }
  20. }