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