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.
|
- package md
-
- const (
- /* 微信京东小程序 */
- APPLET_JD_ID = "wx91d27dbf599dff74"
- APPLET_JD_URL = "pages/union/proxy/proxy?spreadUrl=%s&EA_PTAG="
- /* 唯品会 */
- APPLET_VIP_ID = "wxe9714e742209d35f"
- /* 考拉 */
- APPLET_KL_ID = "wx9180a45a676eed94"
- APPLET_KL_URL = "package-product/pages/index?dastr=__da_dad3e203_5d016fd6a5b92c00&zkTargetUrl=https%3A%2F%2Fm-goods.kaola.com%2Fproduct%2F{ITEM_ID}.html"
- APPLET_KL_ACTIVITY_URL = "package-product/pages/index?dastr=__da_dad3e203_5d016fd6a5b92c00&zkTargetUrl={URL}"
-
- /* 拼多多 */
- APPLET_PDD_ID = "wx32540bd863b27570"
- )
|