蛋蛋星球 后台端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

92 line
3.8 KiB

  1. package md
  2. var Module = map[string]string{
  3. "1": "home_page",
  4. "2": "member_center",
  5. "3": "bottom_bar",
  6. "4": "invitation_download_landing_page",
  7. "5": "invitation_poster",
  8. "6": "about_us",
  9. "7": "down_channel",
  10. "8": "contribution",
  11. "9": "egg_score",
  12. "10": "business_cooperation",
  13. "11": "qualification_certificate",
  14. "12": "withdraw",
  15. "13": "withdraw_account",
  16. "14": "user_real_name",
  17. "15": "website_about_us",
  18. "16": "star_sword_debate",
  19. "17": "upgrade_strategy",
  20. "18": "egg_paradise",
  21. "19": "egg_paradise_games",
  22. "20": "egg_paradise_car",
  23. "21": "egg_paradise_oil",
  24. "22": "egg_paradise_life",
  25. }
  26. var ModuleList = []map[string]interface{}{
  27. {"name": "首页", "mod_name": "home_page", "value": "1"},
  28. {"name": "会员中心", "mod_name": "member_center", "value": "2"},
  29. {"name": "底部导航", "mod_name": "bottom_bar", "value": "3"},
  30. {"name": "邀请下载落地页", "mod_name": "invitation_download_landing_page", "value": "4"},
  31. {"name": "邀请海报", "mod_name": "invitation_poster", "value": "5"},
  32. {"name": "关于我们", "mod_name": "about_us", "value": "6"},
  33. {"name": "下载渠道", "mod_name": "down_channel", "value": "7"},
  34. {"name": "贡献值", "mod_name": "contribution", "value": "8"},
  35. {"name": "蛋蛋分", "mod_name": "egg_score", "value": "9"},
  36. {"name": "商务合作", "mod_name": "business_cooperation", "value": "10"},
  37. {"name": "资质证书", "mod_name": "qualification_certificate", "value": "11"},
  38. {"name": "提现页", "mod_name": "withdraw", "value": "12"},
  39. {"name": "提现到账户", "mod_name": "withdraw_account", "value": "13"},
  40. {"name": "实名认证", "mod_name": "user_real_name", "value": "14"},
  41. {"name": "官网联系我们", "mod_name": "website_about_us", "value": "15"},
  42. {"name": "星球论剑", "mod_name": "star_sword_debate", "value": "16"},
  43. {"name": "升级攻略", "mod_name": "upgrade_strategy", "value": "17"},
  44. {"name": "蛋蛋乐园", "mod_name": "egg_paradise", "value": "18"},
  45. {"name": "蛋蛋乐园-小游戏", "mod_name": "egg_paradise_games", "value": "19"},
  46. {"name": "蛋蛋乐园-打车", "mod_name": "egg_paradise_car", "value": "20"},
  47. {"name": "蛋蛋乐园-加油", "mod_name": "egg_paradise_oil", "value": "21"},
  48. {"name": "蛋蛋乐园-便捷生活", "mod_name": "egg_paradise_life", "value": "22"},
  49. }
  50. var SkipData = []map[string]interface{}{
  51. {
  52. "name": "营销模块",
  53. "type": "sale",
  54. "list": []map[string]interface{}{
  55. {"name": "小游戏", "type": "station", "router": "", "url": "", "applet_id": "", "applet_appid": "", "data": map[string]interface{}{"type": "", "activity_id": ""}},
  56. {"name": "打车", "type": "station", "router": "", "url": "", "applet_id": "", "applet_appid": "", "data": map[string]interface{}{"type": "", "activity_id": ""}},
  57. {"name": "加油", "type": "station", "router": "", "url": "", "applet_id": "", "applet_appid": "", "data": map[string]interface{}{"type": "", "activity_id": ""}},
  58. {"name": "便捷生活", "type": "station", "router": "", "url": "", "applet_id": "", "applet_appid": "", "data": map[string]interface{}{"type": "", "activity_id": ""}},
  59. {"name": "短剧", "type": "station", "router": "", "url": "", "applet_id": "", "applet_appid": "", "data": map[string]interface{}{"type": "", "activity_id": ""}},
  60. {"name": "短视频", "type": "station", "router": "", "url": "", "applet_id": "", "applet_appid": "", "data": map[string]interface{}{"type": "", "activity_id": ""}},
  61. },
  62. },
  63. {
  64. "name": "打车",
  65. "type": "car",
  66. "list": []map[string]interface{}{},
  67. },
  68. {
  69. "name": "加油",
  70. "type": "oil",
  71. "list": []map[string]interface{}{},
  72. },
  73. {
  74. "name": "便捷生活",
  75. "type": "life",
  76. "list": []map[string]interface{}{},
  77. },
  78. {
  79. "name": "外链",
  80. "type": "url",
  81. "list": []map[string]interface{}{},
  82. },
  83. {
  84. "name": "小程序",
  85. "type": "applet",
  86. "list": []map[string]interface{}{},
  87. },
  88. }