Update controllers/ApiController.php
This commit is contained in:
parent
6ae14302fd
commit
9960469007
|
@ -518,6 +518,7 @@ class ApiController extends Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function actionReGenFeature() {
|
public function actionReGenFeature() {
|
||||||
|
@file_get_contents("http://localhost:2305/update-feature");
|
||||||
\app\models\SyncUrl::deleteAll(['key_config' => 'log_process_status']);
|
\app\models\SyncUrl::deleteAll(['key_config' => 'log_process_status']);
|
||||||
$updating = \app\models\SyncUrl::findOne(['key_config' => 'updating']);
|
$updating = \app\models\SyncUrl::findOne(['key_config' => 'updating']);
|
||||||
if (!$updating) {
|
if (!$updating) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user