三方得益Api

三方得益Api


3.2、获取运营中心或市管理中心

<h5>简要描述</h5> <ul> <li>获取运营中心或市管理中心</li> </ul> <h5>请求URL</h5> <ul> <li><code>api/getOperate</code></li> </ul> <h5>请求方式</h5> <ul> <li>get </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户名</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>类型:operate(区县运营中心) lianc(市级联创)</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     "id": 2,     "user_id": 1,     "type": "operate",     "enterprise_name": "遵义红花岗区运营中心",//运营中心或城市管理中心名称     "category_id": 5,     "province_id": 1450,     "city_id": 1451,     "country_id": 1465,     "address": "延安路街道环城路168宾馆(环城路)",//详情地址     "lat": "27.697935",//经度     "lng": "106.944252",//纬度     "agent_id": 1,     "name": "饶晓",//联系人     "phone": "18216594510",//联系电话     "person_no": 55,//团队人数     "desc": "遵义红花岗区运营中心",     "status": 0,//审核状态:状态:0、提交状态 1、审核成功 2、审核失败 -1、禁用     "note": "",//审核失败原因描述     "broker_store_num": 0,     "city": {//城市信息         "id": 1451,         "name": "遵义市",         "detail_name": "贵州省.遵义市"     },     "country": {//区县信息         "id": 1465,         "name": "红花岗区",         "detail_name": "贵州省.遵义市.红花岗区"     },     "category": {//行业分类         "id": 5,         "category_name": "热水器",         "short_name": null     },     "agent": {//经纪人信息         "id": 1,         "name": "饶晓",         "phone": "18216594510"     },     "images": [//申请提交的资料图片()         {             "id": 11,             "tag": "operationCenter",             "tag_id": 2,             "url": "resources/20220324/20220324135210.png",//资料保存地址             "filed_name": "contract_file",//资料类型             "do_url": "http://sanfangyide.utopia-ww.com/resources/20220324/20220324135210.png"//资料全地址         },         {             "id": 12,             "tag": "operationCenter",             "tag_id": 2,             "url": "resources/20220324/20220324135211.jpg",             "filed_name": "contract_file",             "do_url": "http://sanfangyide.utopia-ww.com/resources/20220324/20220324135211.jpg"         },         {             "id": 13,             "tag": "operationCenter",             "tag_id": 2,             "url": "resources/20220324/20220324135211.jpg",             "filed_name": "contract_file",             "do_url": "http://sanfangyide.utopia-ww.com/resources/20220324/20220324135211.jpg"         },         {             "id": 10,             "tag": "operationCenter",             "tag_id": 2,             "url": "resources/20220324/20220324135203.png",             "filed_name": "door_url",             "do_url": "http://sanfangyide.utopia-ww.com/resources/20220324/20220324135203.png"         },         {             "id": 9,             "tag": "operationCenter",             "tag_id": 2,             "url": "resources/20220324/20220324135201.png",             "filed_name": "license_url",             "do_url": "http://sanfangyide.utopia-ww.com/resources/20220324/20220324135201.png"         }     ] }</code></pre>

页面列表

ITEM_HTML