Commit dd9883a1 by 冷斌

update

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