feat: finish payment page layout

This commit is contained in:
RockYang
2023-11-07 18:10:28 +08:00
parent 4a81826d19
commit d0b8d666e4
8 changed files with 178 additions and 31 deletions

View File

@@ -81,7 +81,7 @@ func (s *Service) Run() {
// PushTask 推送任务到队列
func (s *Service) PushTask(task types.SdTask) {
logger.Infof("add a new MidJourney Task: %+v", task)
logger.Infof("add a new Stable Diffusion Task: %+v", task)
s.taskQueue.RPush(task)
}