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