##判斷是否為押金用戶
+++
post:/index.php/index/Index/isDeposit
*int:uid=1#用戶id
<<<
success
{
"info": "2",
"msg": "已交押金用戶",
"code": 1
}
## info:1未交押金、2已交押金、3扣除押金、4退還押金
<<<
error
{
"info": "1",
"msg": "您還沒有交押金,請先交押金。",
"code": 0
}
~~~