Commit bfaa03fc by 冷斌

update

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