Commit aea4a4ee by 冷斌

update

parent 24cacb79
......@@ -132,14 +132,14 @@ class CustomerController extends AdminbaseController{
if (!empty($proxy[0]['path'])) {
$path2 = array_filter(explode(';', $proxy[0]['path']));
$uuid = array_pop($path2);
var_dump($uuid);
die;
$uuinfo = getUserInfo($uuid);
$lv = $uuinfo['user_nicename'];
if ($lv === '用户不存在') {
$lv = '平台';
}
}
var_dump($lv);
die;
$users[$k]['lv']= $lv;
$users[$k]=$v;
......
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