💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] ## 列表 ~~~[api] post:/business/list <<< success ~~~ ## 详情 ~~~[api] post:/business/get *string:id# id <<< success ~~~ ## 添加 ~~~[api] post:/business/add *string:shop_name#门店名称 *string:phone#门店电话 *string:address#地址 <<< success ~~~ ## 修改 ~~~[api] post:/business/edit *string:id=默认值#门店id *string:shop_name#门店名称 *string:phone#门店电话 *string:address#地址 *int:state#状态 1=开启 0=关闭 <<< success <<< error ~~~ ## 获取关注二维码 ~~~[api] post:/shop/shopqrcode *string:id=默认值#门店id <<< success ~~~ ## 获取核销二维码 ~~~[api] post:/shop/auditqrcode *string:id=默认值#门店id <<< success ~~~