#### 商品详情
~~~[api]
get:/goods/${groupId}/queryDetail
//*parentId=133106221000001#商品组id(string)
<<<
success
{
"retCode": 0,
"retMsg": "success",
"responseInfo": {
"goodsBaseProp": {
category,
store_id,
goods_name,
goods_brand,
goods_main_photo,
goods_price,
store_price,
goods_details,
goods_transfee,
goods_groupId,
defaultInventory,
goods_credit,
goods_salenum,
goods_collect,
ship_price
},
childGoods: [{
goodsId,
goods_properties_id,
goods_property,
price,
goods_desc_photo,
goods_inventory,
goods_status
}],
imageServerUrl
}
}
<<<
error
{
"retCode": !0,
"retMsg": "errMsg"
}
~~~
// #### 获取支付方式
// ~~~[api]
// get:/queryPayment.htm
// storeId=1#店铺id(int)
// <<<
// success
// {
// "retCode": 0,
// "retMsg": "success",
// "responseInfo": {
// payMethods: ["coobill"]
// }
// }
// <<<
// error
// {
// "retCode": !0,
// "retMsg": "errMsg"
// }
// ~~~
支付方式在购物车列表和商品详情中直接返回给前端