下单接口 并支付
开发中
正式环境
https://open.zuifuli.com
正式环境
https://open.zuifuli.com
POST
https://open.zuifuli.com
最后修改时间:2024-01-09 03:27:54
应用场景
支付成功后返回订单号
接口信息
serviceName | overtime.meals.pay |
---|---|
version | 1.0 |
请求bizContent参数
参数名称 | 类型 | 必填 | 说明 |
---|---|---|---|
longitude | Double | 是 | 经度 |
latitude | Double | 是 | 纬度 |
addrId | Long | 是 | 职场id |
custId | Long | 是 | 用户id |
shopId | Long | 是 | 店铺id |
skuId | Long | 是 | 商品id |
floor | String | 是 | 楼层 |
响应bizContent参数
参数名称 | 类型 | 必填 | 说明 |
---|---|---|---|
orderId | Long | 是 | 订单id |
success | Boolean | 是 | 是否成功 |
请求bizContent
bizContent={
"addrId": 2881002,
"shopId": "852003",
"skuId":"1775001",
"longitude":"121.48169243706599",
"latitude":"31.233382975261",
"floor": "22",
"custId": "1887250",
# "pay":"false"
}
响应bizContent
{
"orderId": 1744296291617849345,
"success": true
}
请求参数
Body 参数application/x-www-form-urlencoded
channelCode
string
渠道编号
sign
string
签名
signType
string
必需
示例值:
MD5
timestamp
string
必需
bizContent
string
必需
version
string
版本号
示例值:
1.0
serviceName
string
服务名称
示例值:
overtime.meals.pay