Authorization: Bearer ********************{
"amount": 0,
"description": "string",
"orderId": 0
}curl --location 'https://www.mengzhikeji.cn/prod-api/demo/demo/wechat-pay' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"amount": 0,
"description": "string",
"orderId": 0
}'{
"code": 0,
"msg": "string",
"data": "string"
}