首页查询已关联的公司
http://postation.pengpengwaimai.top/index/relationship
## 以下所有的接口,ip都改成了上面的这个二级域名
http://139.224.235.55/index/relationship
传入stationid,

用户登录在首页调这个接口,按照查询到的对应关系显示
这个接口调整为,根据companybrand 显示对应的快递公司icon,
对应关系:中通ZTO,申通STO,圆通YTO,韵达YD,百世BS
假如说,这个用户与多家中通建立了关系,那么就显示多个中通的icon
返回值数据结构:
{
"status": "success",
"data": [
{
"id": "1",
"createtime": "2019-10-07 21:25:38",
"stationid": "1",
"stationname": "公司直营门店",
"companyid": "1",
"companyname": "中通快递",
"financerule": "0.80",
"companybrand": "ZTO"
},
{
"id": "2",
"createtime": "2019-10-08 20:52:06",
"stationid": "1",
"stationname": "公司直营门店",
"companyid": "2",
"companyname": "申通快递",
"financerule": "0.90",
"companybrand": "STO"
},
{
"id": "3",
"createtime": "2019-10-08 20:52:22",
"stationid": "1",
"stationname": "公司直营门店",
"companyid": "3",
"companyname": "圆通快递",
"financerule": "0.70",
"companybrand": "YTO"
},
{
"id": "4",
"createtime": "2019-10-08 20:51:30",
"stationid": "1",
"stationname": "公司直营门店",
"companyid": "4",
"companyname": "韵达快递",
"financerule": "1.10",
"companybrand": "YD"
},
{
"id": "5",
"createtime": "2019-10-08 20:51:31",
"stationid": "1",
"stationname": "公司直营门店",
"companyid": "5",
"companyname": "百世快递",
"financerule": "1.20",
"companybrand": "BS"
}
]
}