[关闭]
@GEEKO 2018-09-28T06:50:50.000000Z 字数 516 阅读 506

App Banner跳转方案

App


APP Banner跳转分为H5跳转和内部跳转

内部跳转

业务模块:赛事、旅游、国内机票、国际机票、火车票、酒店
App模块:需要根据不同的业务模块和现有的业务确定
参数:需要和IOS和Android双方协定后,然后再定

业务模块 APP模块 内容模块 参数
火车票 订单列表 date=2018-09&type=huochepiao
旅游 内容列表 出境游 type=chujingyou
旅游 内容详情 出境游 id=5
  1. [
  2. {
  3. "module": "旅游",
  4. "AppModule": "产品类别列表模块",
  5. "ContentModule": "",
  6. "Param": {
  7. "type": "赛事游"
  8. }
  9. },
  10. {
  11. "module": "旅游",
  12. "AppModule": "产品城市列表模块",
  13. "ContentModule": "",
  14. "Param": {
  15. "city": "三亚"
  16. }
  17. },
  18. {
  19. "module": "旅游",
  20. "AppModule": "产品详情模块",
  21. "ContentModule": "",
  22. "Param": {
  23. "id": 5
  24. }
  25. },
  26. {
  27. "module": "赛事",
  28. "AppModule": "赛事订单详情",
  29. "ContentModule": "",
  30. "Param": {
  31. "id": 5
  32. }
  33. }
  34. ]
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注