coupons/README.md
2020-11-05 18:25:14 +08:00

28 lines
748 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 美团饿了吗CPS红包别人领红包下单你拿推广佣金
<img src="https://github.com/zwpro/coupons/blob/master/static/demo.png" width="300"/><br/>
### 使用方法
源码为uniapp项目需下载hbuilder导入项目打包可编译成h5或小程序(跳转地址为小程序路径)
### 常见问题
1. 如何获取美团饿了吗的推广链接
美团联盟https://union.meituan.com/
饿了么、双十一https://pub.alimama.com/
2.如何打包成小程序
编译成小程序的话需要配置coupons里小程序路径
比如跳转饿了么小程序:
```
minapp: {
appid: 'wxece3a9a4c82f58c9',
path: 'pages/sharePid/web/index?scene=https://s.click.ele.me/wR9ecuu'
}
```
如有疑问请提issue