多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
~~~[api] post:api/v1/pos/index/p_getGood int:storeid=not null#店铺ID 不填写默认获取所有 int:panterid=not null# int:goodid=not null# 商品标识ID <<< success { "status": 1, "codemsg": "ok", "data": { "id": 4, //商品ID "pcate": 4, //所属分类ID "unitname": "份", //商品属性 "marketprice": "5.00", //价格 "productprice": "2.00", //成本价 "memberprice": "4.00", //会员价 "shorttitle":"BBJX", "title": "步步惊心", //名称 "thumb": "http://www.we7.cn/attachment/images/3/2018/11/Cz6N6zZjR3Y9Q3Gyq6bd3Gl6g1Q6yi.png", //图片 "taste": [], //口味 "store": 63, 库存 "numtype":0 //0 正常商品 1计价商品 "dangkou": 1//所属档口ID } <<< error ~~~