Commit 1e695564 by 冷斌

update

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