yinbangzhong
2024-06-17 7342185782fec53480caeba8e047d01b35927bec
1
2
3
4
5
6
7
package response
 
import "speechAnalysis/constvar"
 
type FollowResp struct {
    FollowStatus constvar.BoolType `json:"followStatus"` //1 已关注 2未关注
}