zhangqian
2023-10-07 5174713b52738c8dd26c550cd36c79a04da6ad2f
api/v1/task.go
@@ -115,6 +115,7 @@
   taskResponse.Prompt = conf.Conf.Prompt
   taskResponse.ChannelAmount = channelAmount
   taskResponse.TaskCount = service.NewTaskService().NewTaskCount()
   ctx.OkWithDetailed(taskResponse)
}