多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
1.小区详情(不需要token) ~~~[api] get:https://zhmj.mogooyun.com/api/community/community_detail door_id#大门id <<< success <<< error ~~~ 2.房东注册 ~~~[api] post:https://zhmj.mogooyun.com/api/community/landlord name#姓名 phone#手机号 house_code#门牌号 community_id#小区id <<< success <<< error ~~~ 3.房东家庭成员注册 ~~~[api] post:https://zhmj.mogooyun.com/api/community/family_member name#姓名 phone#手机号 house_code#门牌号 community_id#小区id <<< success <<< error ~~~ 4.租客注册 ~~~[api] post:https://zhmj.mogooyun.com/api/community/tenant name#房东姓名 phone#手机号 house_code#门牌号 community_id#小区id landlord_phone#房东手机号 Leasing_contract'#租赁凭证 card_positive#身份证正面 card_reverse#身份证反面 <<< success <<< error ~~~ 5.访客申请 ~~~[api] post:https://zhmj.mogooyun.com/api/community/visitor name#房东姓名 phone#手机号 community_id#小区id visitor_by_name#被访问人姓名 visitor_by_phone#被访问人手机号 visitor_cause#访问事由 <<< success <<< error ~~~ 6.访客审核 ~~~[api] put:https://zhmj.mogooyun.com/api/community/visitor_audit cv_id#访客表id status#状态:0待审核1通过2失败3已开门 <<< success <<< error ~~~ 7.租客审核 ~~~[api] put:https://zhmj.mogooyun.com/api/community/tenant_audit cu_id#小区用户表id status#状态:0待审核1通过2失败 <<< success <<< error ~~~ 8.家庭成员审核 ~~~[api] put:https://zhmj.mogooyun.com/api/community/family_member_audit cu_id#小区用户表id status#状态:0待审核1通过2失败 <<< success <<< error ~~~ 9.访客列表 status#状态:0待审核1通过2失败3已开门 ~~~[api] get:https://zhmj.mogooyun.com/api/community/visitor_list page# limit# where#查询条件{'where':{'status':[1,2,3]}} <<< success <<< error ~~~ 10.用户小区列表 ~~~[api] get:https://zhmj.mogooyun.com/api/community/community_list page# limit# <<< success <<< error ~~~ 11.用户小区房屋列表 ~~~[api] get:https://zhmj.mogooyun.com/api/community/community_user_house_list <<< success <<< error ~~~ 11.房屋成员(包裹租客,成员,房东)列表 ~~~[api] get:https://zhmj.mogooyun.com/api/community/community_user_list page# limit# house_code#门牌号(可选,为空则返回所有待审核人员) <<< success <<< error ~~~ 12.成员房屋申请信息详情 ~~~[api] get:https://zhmj.mogooyun.com/api/community/community_user_detail house_code#门牌号 community_id#小区id <<< success <<< error ~~~ 13.提交建议 ~~~[api] get:https://zhmj.mogooyun.com/api/community/community_suggest content#建议内容 community_id#小区id(可选) <<< success <<< error ~~~ 13.访客自身小区申请记录 ~~~[api] get:https://zhmj.mogooyun.com/api/community/visitor_user_list phone#手机号 community_id#小区id <<< success <<< error ~~~ 14.房东删除成员 ~~~[api] delete:https://zhmj.mogooyun.com/api/community/landlord_del cu_id#房屋成员列表id编号 <<< success <<< error ~~~