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