## 提現申請接口參數說明
+++
post:https://pay.ggt56.com/api.php?a=withdraw
*apply#英文數字_組成 首字母不能是數字 最少10位
*us_id#用戶id
*pay_pass#支付密碼
*money#提現金額
bank_name#銀行名稱
card_num#銀行卡號
*sign#簽名
<<<
success
{
"errNum": 0,
"retMsg": "success",
"retData":""
}
<<<
error
{
"errNum":errNum,
"retMsg":errorMsg,
}