feat: add channel code integral reward

This commit is contained in:
danaisuiyuan
2026-05-21 06:46:18 +08:00
parent ab65147b82
commit 673a19b3f7
8 changed files with 95 additions and 10 deletions

View File

@@ -51,8 +51,7 @@ class Clear extends AuthController
public function delete_log()
{
$this->services->deleteLog();
return $this->success('数据缓存刷新成功!');
return $this->success('系统日志清除成功!');
}
}