update code

This commit is contained in:
Lwei
2026-07-23 16:20:45 +08:00
parent fc6e516ca3
commit 9b5ec7b410
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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']);