Body请求参数

名称 类型 描述
money decimal number 金额
payCode string 支付码
paymentMode int 支付类型(0:支付,1:充值)
shopId int 门店Id
timeStamp string 时间戳
userName string 操作员

请求示例

application/json, text/json
{
  "timeStamp": "",
  "payCode": "",
  "shopId": 3,
  "money": 4.0,
  "paymentMode": 5,
  "userName": ""
}

响应参数

名称 类型 描述
message string 返回信息
paymentType int 支付类型
resultCode string 三方支付结果码

响应示例

application/json, text/json