M5: Workerman 常驻服务 + AI 审核/润色插件 + 支付插件(支付宝/微信/沙箱)+ 会员插件(套餐/订阅/付费文章)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Blog\Jobs;
|
||||
|
||||
use App\Blog\Services\LlmClient;
|
||||
|
||||
/**
|
||||
* 由 Workerman 消费者执行的 AI 任务统一接口。
|
||||
*/
|
||||
interface AiJob
|
||||
{
|
||||
public function handle(LlmClient $llm): void;
|
||||
}
|
||||
Reference in New Issue
Block a user