1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-13 01:02:27 +08:00
This commit is contained in:
houseme
2024-07-19 12:04:04 +08:00
parent ba0a1477eb
commit d8fde54f2d
118 changed files with 974 additions and 867 deletions

View File

@@ -116,7 +116,7 @@ type (
util.CommonError
ContactWay ContactWay `json:"contact_way"`
}
// ContactWay 「联系我」配置
// ContactWay「联系我」配置
ContactWay struct {
ConfigID string `json:"config_id"`
Type int `json:"type"`
@@ -209,7 +209,7 @@ type (
ContactWay []*ContactWayForList `json:"contact_way"`
NextCursor string `json:"next_cursor"`
}
// ContactWayForList 「联系我」配置
// ContactWayForList「联系我」配置
ContactWayForList struct {
ConfigID string `json:"config_id"`
}