Commit b18d567d by wangfa

修改图生图

parent db7a2ff5
......@@ -36,7 +36,7 @@ public function handle()
}
if (isset($content) && filled($content)) {
$key = app(TaskService::class)->getDiscordMessageKey($matches[1]);
$key = app(TaskService::class)->getDiscordMessageKey($content);
$cachePrompt = Cache::get($key);
if (!empty($cachePrompt)) {
$updateData = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment