gitee.com/h79/goutils@v1.22.10/auth/token/source.go (about)

     1  package token
     2  
     3  type Source struct {
     4  	AppId  string `json:"appid"`
     5  	Source string `json:"source"`
     6  }