Commit a43a39e0 by 冷斌

update

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