You've already forked FrameTour-BE
添加“单模版成片任务查询”接口
This commit is contained in:
@ -49,5 +49,7 @@ public interface GoodsService {
|
||||
* @param userId
|
||||
* @return
|
||||
*/
|
||||
ApiResponse<Integer> getTaskStatus(Long userId ,Long scenicId);
|
||||
ApiResponse<Integer> getAllTaskStatus(Long userId ,Long scenicId);
|
||||
|
||||
ApiResponse<Integer> getTemplateTaskStatus(Long userId, Long templateId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user