Commit 3fe5ffe0 authored by zhuwei's avatar zhuwei

根据站点id组装站点名字

parent 1a1cecde
...@@ -676,6 +676,12 @@ class UserService ...@@ -676,6 +676,12 @@ class UserService
case 10003 : case 10003 :
$site_name[] = '深圳市'; $site_name[] = '深圳市';
break; break;
case 10004 :
$site_name[] = '广州市';
break;
case 10005 :
$site_name[] = '北京市';
break;
default : default :
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment