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