name: 塔斯汀微信小程序 desc: |- - 启动页|弹窗 - 首页|顶部Banner - 首页|塔塔热推 - 首页|弹窗 - 订单页|弹窗 - 支付页|超值换购弹窗 - 点单页|商品列表横幅 banner - 点单页|菜单上方活动提示 category: ad icon: https://www.tasiting.com/templates/tastien/image/29440_16868769529842.ico http: mitm: - sss-web.tastientech.com url-rewrite: # 点单页|菜单上方活动提示 - https://sss-web.tastientech.com/api/accumulationPointWX/queryActivityTips - reject body-rewrite: # 塔斯汀 Banner - https://sss-web.tastientech.com/api/minic/shop/intelligence/banner/c/list response-jq if .result != null then .result|=map(select(.locationCode|index("INDEX_TOP_BANNER")|not)) end # 首页顶部Banner - https://sss-web.tastientech.com/api/minic/shop/intelligence/banner/c/list response-jq if .result != null then .result|=map(select(.locationCode|index("INDEX_HOT_AREA")|not)) end # 首页塔塔热推 - https://sss-web.tastientech.com/api/minic/shop/intelligence/banner/c/list response-jq if .result != null then .result|=map(select(.locationCode|index("PRODUCT_LIST_LEFTMENU_BANNER")|not)) end # 点单页商品列表横幅 banner - https://sss-web.tastientech.com/api/minic/shop/intelligence/banner/c/list response-jq if .result != null then .result|=map(select(.locationCode|index("ORDER_DETAIL_BANNER")|not)) end - https://sss-web.tastientech.com/api/minic/shop/intelligence/banner/c/list response-jq if .result != null then .result|=map(select(.locationCode|index("J_TSDD")|not)) end # 订单页弹窗 - https://sss-web.tastientech.com/api/minic/shop/intelligence/banner/c/list response-jq if .result != null then .result|=map(select(.locationCode|index("J_INDEX")|not)) end # 首页弹窗 - https://sss-web.tastientech.com/api/minic/shop/intelligence/banner/c/list response-jq if .result != null then .result|=map(select(.locationCode|index("GROUP_COUPON_BANNER")|not)) end - https://sss-web.tastientech.com/api/minic/shop/intelligence/banner/c/list response-jq if .result != null then .result|=map(select(.locationCode|index("HOME_BOTTOM_ENTRY")|not)) end - https://sss-web.tastientech.com/api/minic/shop/intelligence/banner/c/list response-jq if .result != null then .result|=map(select(.locationCode|index("INDEX_WAIST_AREA")|not)) end - https://sss-web.tastientech.com/api/minic/shop/intelligence/banner/c/list response-jq if .result != null then .result|=map(select(.locationCode|index("HOME_PAGE_BOTTOM_FLOATING_ICON")|not)) end - https://sss-web.tastientech.com/api/minic/shop/intelligence/banner/c/firstBanner response-jq .result={} # 小程序启动页弹窗 - https://sss-web.tastientech.com/api/activity/productDiscountRecommend/recommend response-jq .result.popupFlag=false # 支付界面超值换购弹窗