podmall.mall.payment.online.prepayconfig/api/podmall/mall/payment/online.prepay.json1。{
"orderNo": "string",
"orderNos": [
null
],
"type": "string",
"paymethod": "string"
}curl --location '/v4/gateway/podmall.mall.payment.online.prepay' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": "string",
"orderNos": [
null
],
"type": "string",
"paymethod": "string"
}'{
"status": 0,
"success": true,
"data": {
"url": "string",
"tradeNo": "string"
}
}