多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 【用户】获取用户资料(会员) --- * **auth_type** 认证类型(1个人,2企业) * **user_type** 用户类型(1业主,2服务商) * **auth_state** 审核状态(0未申请, 1申请中, 2通过, 3不通过) ~~~[api] get:data/api.author/info *string:openid=5da828e6e3e9e#登录标识 <<< success { "code": 1, "info": "获取会员资料", "data": { "id": 1, "openid": "5da828e6e3e9e", "phone": "13617343800", "brank_subacc": "66955331423141623", "brank_booth": "669553314796483", "brank_state": 1, "brank_member_code": "0001278945", "brank_amount": "0.00", "brank_fmount": "0.00", "user_type": 1, "auth_type": 1, "username": "邹景", "email": "xxxxxxxxx@qq.com", "id_type": "身份证", "id_code": "4304261989XXXXXXXX", "legal_username": "", "legal_phone": "", "company_title": "", "company_code": "", "contact_province": "", "contact_city": "", "contact_area": "", "contact_address": "", "contact_username": "", "contact_phone": "", "account_name": "中国银行", "account_code": "601382200XXXXXXXX", "auth_state": 2, "create_at": "2019-09-27 11:07:50" } } ~~~