##查詢賬戶余額明細
~~~[api]
get:/public/api/provider/queryWalletInfo
*appid#商戶申請的appid
*sign#簽名
*timestamp=1564402972422#時間戳
*
*
*
*
*
<<<
success
{
"status": "SUCCESS",
"msg": "成功",
"data": {
"balance": 878,
"freezeMoney": 120
}
}
<<<
error
{
"status": "FAIL",
"msg": "參數異常",
}
<<<
error
{
"status": "FAIL",
"msg": "商戶不存在,請聯系客服申請!",
}
<<<
error
{
"status": "FAIL",
"msg": "簽名驗證失敗!",
}
<<<
error
{
"status": "FAIL",
"msg": "您無權訪問此訂單",
}
~~~