多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
商品表 ![](https://img.kancloud.cn/62/4f/624fa6e9d6523e005fe5f8803f6b5f69_575x196.png) 1.商品列表 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/product/product_list type#商品类别 page#第几页 limit#每页条数 <<< success <<< error ~~~ 2.商品购买 ~~~[api] post:https://yqkl.ruochuangkeji.com/api/product/product_buy product_id#商品id address#收货地址 <<< success <<< error ~~~ ![](https://img.kancloud.cn/a5/16/a516cb7b42eb262536327df053a9731d_751x362.png) 3.商品订单列表 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/product/product_order_list status#订单状态 page#第几页 limit#每页条数 <<< success <<< error ~~~ 4.用户收货 ~~~[api] put:https://yqkl.ruochuangkeji.com/api/product/product_order_sure order_id#订单号 <<< success <<< error ~~~ 积分选项表 ![](https://img.kancloud.cn/db/14/db14a64a0d7c50b0194f9dedaada9154_631x203.png) 3.复投列表 //实际购买价格为point_price加上redelivery_service ~~~[api] get:https://yqkl.ruochuangkeji.com/api/recycle/recycle_list type#3,4代表复投选项 page#第几页 limit#每页条数 <<< success { "status": 0, "message": "success", "data": [ { "option_id": 9, "type": 3, "point_num": "3000.00000", "point_price": "100.00000", "create_time": "2022-02-13 13:42:46", "cover": null, "name": null, "redelivery_service": "25.00000" //复投手续费 }, { "option_id": 11, "type": 3, "point_num": "6000.00000", "point_price": "200.00000", "create_time": "2022-02-13 13:42:46", "cover": null, "name": null, "redelivery_service": "50.00000" } ] } <<< error ~~~ 4.复投购买 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/recycle/recycle_buy option_id#选项id <<< success <<< error ~~~ 5.商品详情 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/product/product_detail product_id#商品id <<< success <<< error ~~~