🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 合作商家首页 ~~~[api] post:/businesshome/get <<< success <<< error ~~~ ## 转让二维码 ~~~[api] post:/businesshome/giveqrcode <<< success <<< error ~~~ ## 自助核销二维码 ~~~[api] post:/businesshome/auditqrcode <<< success <<< error ~~~ ## 引流券核销列表 ~~~[api] post:/businesshome/auditcoupon *int:page=1 #页码 *int:limit=10 #显示条数 strar=2012-01-01#开始时间 end=2012-01-01#结束时间 <<< success ~~~ ## 商家券核销列表 ~~~[api] post:/businesshome/attractcoupon *int:page=1 #页码 *int:limit=10 #显示条数 strar=2012-01-01#开始时间 end=2012-01-01#结束时间 <<< success ~~~