🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 列表 ~~~[api] post:/shop/list *int:page=1# *int:limit=10# <<< success ~~~ ## 详情 ~~~[api] post:/shop/get *int:id=1#ID <<< success ~~~ ## 添加 ~~~[api] post:/shop/add *string:shop_name=名称# *string:phone=电话# *string:address=地址# *string:lat=坐标 纬度# *string:lng=坐标 经度# *int:state=1#0-停业,1-营业 <<< success ~~~ ## 编辑 ~~~[api] post:/shop/edit *int:id=1#ID *string:shop_name=名称# *string:phone=电话# *string:address=地址# *string:lat=坐标 纬度# *string:lng=坐标 经度# *int:state=1#0-停业,1-营业 <<< success ~~~ ## 门店自助核销二维码 ~~~[api] post:/shop/auditqrcode *string:id=门店id#说明文字 <<< success <<< error ~~~