Commit ceb57922 by 冷斌

update

parent 1758a715
......@@ -130,6 +130,9 @@ class CustomerController extends AdminbaseController{
->select();
$lv = '平台';
var_dump($proxy);
die;
if (!empty($proxy[0]['path'])) {
$path2 = array_filter(explode(';', $proxy[0]['path']));
$uuid = array_pop($path2);
......
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