Commit c8410acc by 冷斌

update

parent 6442923c
......@@ -184,8 +184,12 @@ 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;
$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