mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-12 00:32:26 +08:00
improve comment ,参考:https://github.com/huacnlee/autocorrect
This commit is contained in:
@@ -83,12 +83,12 @@ type ExtattrItem struct {
|
||||
Web ExtattrItemWeb `json:"web,omitempty"`
|
||||
}
|
||||
|
||||
// ExtattrItemText 互联企业成员详细信息自定义属性(文本)
|
||||
// ExtattrItemText 互联企业成员详细信息自定义属性 (文本)
|
||||
type ExtattrItemText struct {
|
||||
Value string `json:"value"`
|
||||
}
|
||||
|
||||
// ExtattrItemWeb 互联企业成员详细信息自定义属性(网页)
|
||||
// ExtattrItemWeb 互联企业成员详细信息自定义属性 (网页)
|
||||
type ExtattrItemWeb struct {
|
||||
URL string `json:"url"`
|
||||
Title string `json:"title"`
|
||||
|
||||
Reference in New Issue
Block a user