apitest.http 427 B

123456789101112131415161718192021222324
  1. // 接口测试
  2. ### 订阅列表
  3. POST http://localhost:8002/jybx/subscribe/mType/list
  4. Content-Type: application/json
  5. UserId:63aea0bd901a4b3d4e661efb
  6. appId:10000
  7. newUserId:366045
  8. {
  9. "pageNum": 1,
  10. "pageSize": 50,
  11. "format": "table",
  12. "area": "",
  13. "selectTime": "all",
  14. "city": "",
  15. "buyerClass": "",
  16. "subtype": "",
  17. "industry": "",
  18. "keyWords": "",
  19. "fileExists": "",
  20. "price": "",
  21. "exportNum": "",
  22. "vt": "m"
  23. }