update code
This commit is contained in:
@@ -83,7 +83,7 @@ class Module extends BaseController
|
||||
}
|
||||
$param = get_params();
|
||||
$name = $param['name'];
|
||||
$data = curl_post('https://www.gougucms.com/home/get_module/module',['name'=>$name]);
|
||||
$data = curl_post('https://oa.lwzone.top/home/get_module/module',['name'=>$name]);
|
||||
$json_data = json_decode($data, true);
|
||||
if($json_data['code'] == 1){
|
||||
return to_assign(1,$json_data['msg']);
|
||||
|
||||
Reference in New Issue
Block a user