golang 的 rabbitmq 消费项目
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.
 
 
 

17 lines
601 B

  1. package md
  2. const (
  3. /* 微信京东小程序 */
  4. APPLET_JD_ID = "wx91d27dbf599dff74"
  5. APPLET_JD_URL = "pages/union/proxy/proxy?spreadUrl=%s&EA_PTAG="
  6. /* 唯品会 */
  7. APPLET_VIP_ID = "wxe9714e742209d35f"
  8. /* 考拉 */
  9. APPLET_KL_ID = "wx9180a45a676eed94"
  10. APPLET_KL_URL = "package-product/pages/index?dastr=__da_dad3e203_5d016fd6a5b92c00&zkTargetUrl=https%3A%2F%2Fm-goods.kaola.com%2Fproduct%2F{ITEM_ID}.html"
  11. APPLET_KL_ACTIVITY_URL = "package-product/pages/index?dastr=__da_dad3e203_5d016fd6a5b92c00&zkTargetUrl={URL}"
  12. /* 拼多多 */
  13. APPLET_PDD_ID = "wx32540bd863b27570"
  14. )