作者 lyh

gx

@@ -83,7 +83,7 @@ class WebSettingLogic extends BaseLogic @@ -83,7 +83,7 @@ class WebSettingLogic extends BaseLogic
83 } 83 }
84 $this->addProgress($count,$type); 84 $this->addProgress($count,$type);
85 $updateNotifyModel->edit([$field => 1], ['project_id' => $this->user['project_id'], $field => 0]); 85 $updateNotifyModel->edit([$field => 1], ['project_id' => $this->user['project_id'], $field => 0]);
86 - $urlStr = $this->getString(); 86 + $urlStr = $this->getString($type,$page);
87 http_get($urlStr,["charset = UTF-8"]); 87 http_get($urlStr,["charset = UTF-8"]);
88 return $this->success(); 88 return $this->success();
89 } 89 }