Authorization: Bearer ********************{
"productId": "1",
"piType": "alipaySDK",
"username": "cszh001"
}curl --location --request POST '/api/v1/payment/unionpay' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "1",
"piType": "alipaySDK",
"username": "cszh001"
}'{
"code": 0,
"message": "",
"data": {}
}