mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-15 18:14:59 +08:00
【删除】删除 MidjourneyJob 提供 通知地址
This commit is contained in:
parent
347824c985
commit
b9d823f0ed
@ -1,21 +0,0 @@
|
|||||||
package cn.iocoder.yudao.module.ai.job;
|
|
||||||
|
|
||||||
import cn.iocoder.yudao.framework.quartz.core.handler.JobHandler;
|
|
||||||
import org.springframework.stereotype.Component;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* midjourney job(同步 mj 结果)
|
|
||||||
*
|
|
||||||
* @author fansili
|
|
||||||
* @time 2024/5/28 17:57
|
|
||||||
* @since 1.0
|
|
||||||
*/
|
|
||||||
@Component
|
|
||||||
public class MidjourneyJob implements JobHandler {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String execute(String param) throws Exception {
|
|
||||||
// todo @范 同步 midjourney proxy 结果
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user