Commit 57080030 by 冷斌

update

parent 8c616742
......@@ -183,7 +183,7 @@ class ChargeController extends AdminbaseController {
$lv = '平台';
if (!empty($proxy[0]['path'])) {
$uuid = array_pop(explode(';', $proxy[0]['path']));
$uuid = array_pop(array_filter(explode(';', $proxy[0]['path'])));
var_dump($proxy[0]['path'], explode(';', $proxy[0]['path']));
die;
$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