#### 商品詳情
~~~[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"
// }
// ~~~
支付方式在購物車列表和商品詳情中直接返回給前端