🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
![](https://img.kancloud.cn/3e/c9/3ec9cacf172a3f92c0eebc3e55d8042f_693x312.png) 1.商品列表 ~~~[api] get:https://ds.xian008.com/api/store/product_list page#第几页 limit#条数 shop_id#店铺id <<< success <<< error ~~~ 2.商品详情 ~~~[api] get:https://ds.xian008.com/api/store/product_detail product_id#商品id <<< success <<< error ~~~ 3.店铺列表 ~~~[api] get:https://ds.xian008.com/api/shop/shop_list page#第几页 limit#条数 <<< success <<< error ~~~ 4.店铺详情 ~~~[api] get:https://ds.xian008.com/api/shop/shop_detail ship_id#店铺id <<< success <<< error ~~~ 4.店铺修改 ~~~[api] put:https://ds.xian008.com/api/shop/shop_edit shop_id# shop_name#可选 shop_logo#可选 address#可选 <<< success <<< error ~~~ 5.店铺评价列表 ~~~[api] get:https://ds.xian008.com/api/shop/shop_evaluate shop_id# page# limit# <<< success <<< error ~~~