修复流量分选择账号无法更新

This commit is contained in:
wong
2025-06-30 17:29:01 +08:00
parent 6cc717a6c8
commit bdc636cfcb

View File

@@ -687,6 +687,7 @@ class WorkbenchController extends Controller
$config->endTime = $param['endTime'];
$config->devices = json_encode($param['devices']);
$config->pools = json_encode($param['pools']);
$config->account = json_encode($param['account']);
$config->updateTime = time();
$config->save();
}