- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
获取支付配置
开发中
GET
/api/front/order/get/pay/config
最后修改时间:2023-06-09 08:24:03
责任人:未设置
请求参数
无
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
aliPayStatus
string
必需
orderInfoVo
object
必需
payWeixinOpen
string
必需
preOrderNo
string
必需
storeSelfMention
string
必需
yuePayStatus
string
必需
message
string
必需
示例
{
"code": 0,
"data": {
"aliPayStatus": "",
"orderInfoVo": {
"addressId": 0,
"bargainId": 0,
"bargainUserId": 0,
"cartIdList": [],
"city": "",
"combinationId": 0,
"couponFee": 0,
"detail": "",
"district": "",
"freightFee": 0,
"isVideo": true,
"orderDetailList": [
{
"attrValueId": 0,
"giveIntegral": 0,
"image": "",
"isReply": 0,
"isSub": true,
"payNum": 0,
"price": 0,
"productId": 0,
"productName": "",
"productType": 0,
"sku": "",
"tempId": 0,
"vipPrice": 0,
"volume": 0,
"weight": 0
}
],
"orderProNum": 0,
"payFee": 0,
"phone": "",
"pinkId": 0,
"proTotalFee": 0,
"province": "",
"realName": "",
"remark": "",
"seckillId": 0,
"userBalance": 0,
"userCouponId": 0,
"userIntegral": 0
},
"payWeixinOpen": "",
"preOrderNo": "",
"storeSelfMention": "",
"yuePayStatus": ""
},
"message": ""
}
修改于 2023-06-09 08:24:03