add luma api service

This commit is contained in:
RockYang
2024-08-30 18:12:14 +08:00
parent dae75343d0
commit a16ef6476d
8 changed files with 453 additions and 8 deletions

View File

@@ -28,7 +28,3 @@ type SunoJob struct {
PlayTimes int `json:"play_times"` // 播放次数
CreatedAt int64 `json:"created_at"`
}
func (SunoJob) TableName() string {
return "chatgpt_suno_jobs"
}