Commit 2bc80dfc by 冷斌

update

parent 1e695564
...@@ -181,10 +181,10 @@ class ChargeController extends AdminbaseController { ...@@ -181,10 +181,10 @@ class ChargeController extends AdminbaseController {
->where(['uid'=>$v['uid']]) ->where(['uid'=>$v['uid']])
->select(); ->select();
$lv = '平台'; $lv = '平台';
var_dump($proxy);
die;
if (!empty($proxy['path'])) { if (!empty($proxy['path'])) {
$uuid = array_pop(explode(';', $proxy['path'])); $uuid = array_pop(explode(';', $proxy['path']));
var_dump($uuid);
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