{
"ins_no": "12345678",
"version": "1.0",
"nonce": "abc123def456",
"sign": "A1B2C3D4E5F6...",
"data": {
"ins_user_phone": "string",
"type": 0,
"amount": "string",
"wallet_type": 0
}
}curl --location 'https://api.yuanpay.vip/api/mall/month_withdraw_amount' \
--header 'Content-Type: application/json' \
--data '{
"ins_no": "12345678",
"version": "1.0",
"nonce": "abc123def456",
"sign": "A1B2C3D4E5F6...",
"data": {
"ins_user_phone": "string",
"type": 0,
"amount": "string",
"wallet_type": 0
}
}'{
"code": 0,
"msg": "string",
"data": {
"month_price": "string",
"is_sign": true
}
}