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