From 7f91ff9dfa6d6ff8ec35dfea6d5195a20f631127 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 13 五月 2024 13:58:16 +0800
Subject: [PATCH] 关注和取消关注接口

---
 models/audio.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/models/audio.go b/models/audio.go
index 313f379..747d2d9 100644
--- a/models/audio.go
+++ b/models/audio.go
@@ -23,6 +23,7 @@
 		OccurrenceAt     time.Time            `json:"-"`
 		OccurrenceTime   string               `json:"occurrenceTime" gorm:"-"`
 		IsFollowed       constvar.BoolType    `gorm:"type:tinyint;not null;default:2;comment:鏄惁鍏虫敞"` //鏄惁鍏虫敞 1鍏虫敞 2鏈叧娉�
+		Score            float64              `json:"score"`                                        // 缃俊搴�
 	}
 
 	AudioSearch struct {

--
Gitblit v1.8.0