接口修改14
This commit is contained in:
parent
6d3ac63622
commit
6cd7393cd8
@ -46,7 +46,7 @@ class Index extends BaseController
|
||||
{
|
||||
|
||||
$street_id=Db::table('fa_szxc_information_useraddress')->where('admin_id',$this->adminInfo['id'])->value('street_id');
|
||||
$street_name=Db::table('fa_geo_street')->where('admin_id',$street_id)->value('street_name');
|
||||
$street_name=Db::table('fa_geo_street')->where('street_code',$street_id)->value('street_name');
|
||||
if ($this->adminInfo['group_access']==4){
|
||||
$urls="http://zhen.lihaink.cn?street_id=$street_id"."&street_name=".$street_name;
|
||||
return <<<EOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user