Commit 27b4e316 by 冷斌

update

parent c8410acc
......@@ -184,12 +184,8 @@ class ChargeController extends AdminbaseController {
if (!empty($proxy[0]['path'])) {
$path2 = array_filter(explode(';', $proxy[0]['path']));
var_dump($path2);
array_unshift($path2);
var_dump($path2);
$uuid = array_unshift($path2);
var_dump($path2, $uuid);
die;
array_shift($path2);
$uuid = array_shift($path2);
$uuinfo = getUserInfo($uuid);
$lv = $uuinfo['user_nicename'];
if ($lv === '用户不存在') {
......@@ -460,8 +456,8 @@ class ChargeController extends AdminbaseController {
if (!empty($proxy[0]['path'])) {
$path2 = array_filter(explode(';', $proxy[0]['path']));
array_unshift($path2);
$uuid = array_unshift($path2);
array_shift($path2);
$uuid = array_shift($path2);
$uuinfo = getUserInfo($uuid);
$lv = $uuinfo['user_nicename'];
if ($lv === '用户不存在') {
......
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