curl --location --request POST 'http://mp.xipuduo.com/index.php/SmallProgramApi/Vip/cashOrder_v5' \
--form 'amount="10"' \
--form 'password="123456"' \
--form 'bank_name="1"' \
--form 'account_no=""' \
--form 'account_name=""' \
--form 'vid="1"' \
--form 'uid="1"' \
--form 'merchant_id="1"' \
--form 'sign="123456"'{
"status": 1,
"msg": "提现申请成功"
}