🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
##判断是否为押金用户 +++ 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 } ~~~