文 档 中 心 / Document Center
搜索 管理中心
壹川接口文档V3
获取平台信息
更新时间:2018-04-12 14:24:26   更新人员:叶洋   文档状态:完成 #68    测试接口
摘要
获取系统平台的资料信息
  1. 接口基本信息
    接口名称:获取系统资料
    请求方法:GET
    接口地址:sysinfo
    登录验证:是
  2. 响应数据参数
    参数名 参数 数据类型 示例值 说明
    sys_id 系统ID编码 string 系统ID编号
    code 组织代码 string
    country_id 国家ID int
    province_id 省ID int
    city_id 城市ID int
    district_id 地区id int
    street_id 街道id int
    address 详细地址 string
    lng 经度 float
    lat 纬度 float
    name 名称 string
    initials 首字母 string
    english_name 英文名 string
    contacts 联系人 string
    mobile 联系电话 string
    tel 座机电话 string
    fax 传真 string
    email 邮箱 string
    cover 封面图 string
    picture_list 图片列表 string
    img_business_license 营业执照 string
    img_transport_license 运输许可证 string
    img_corporation_idcard 法人身份证 string
    description 描述 string
    remark 备注 string
  3. 请求示例
    请求例子:
     
    apirq('sysinfo') 
    
    返回数据结果:
     
    {
        "code": 0,
        "msg": "系统资料数据获取成功!",
        "time": "1523513799",
        "data": {
            "sys_id": "1000000000000000",
            "code": "S100000000",
            "country_id": 1,
            "province_id": 2,
            "city_id": 2,
            "district_id": 3,
            "street_id": 1,
            "lng": "2.000000",
            "lat": "3.000000",
            "name": "系统",
            "initials": "xt",
            "english_name": "system",
            "address": "成都",
            "contacts": "邓",
            "mobile": "13212345678",
            "tel": "",
            "fax": "",
            "email": "",
            "cover": "",
            "picture_list": "",
            "img_business_license": "",
            "img_transport_license": "",
            "img_corporation_idcard": "",
            "description": "",
            "remark": ""
        }
    } 
    
本书创建于 2018-03-30 12:03:13 ?如有疑问,请联系技术人员