简要描述:

请求域名:

请求URL:

POST:plugin.store-cashier.frontend.pos.merge-pay.wechatCardPayHj

参数:

参数名 是否必须 类型 说明 备注
store_id int 门店ID
goods string 商品信息json字符串
amount float 金额
buy_id int 购买会员ID
auth_code string 付款码字符串

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": true
}

错误时返回:

  • 缺少访问参数 - 商品ID
{
    "result": 0,
    "msg": "缺少访问参数",
    "data": [ ]
}


### 返回参数说明:

|参数名|类型|说明|
|:-----  |:-----|-----|


备注: