办学质量监测教学评价系统
ageer
2025-05-03 009aa5f1a50293f5b32efcda879a233c6f83f6e1
ruoyi-modules/ruoyi-chat/src/main/java/org/ruoyi/chat/controller/tripartite/SubmitController.java
@@ -15,9 +15,14 @@
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.Optional;
/**
 * 绘画任务提交
 *
 * @author ageerle
 * @date 2025-05-03
 */
@Api(tags = "任务提交")
@RestController
@RequestMapping("/mj/submit")