package
1.2.1
Repository: https://github.com/bububa/wechat.git
Documentation: pkg.go.dev

# Functions

新增页面.
删除页面.
No description provided by the author
No description provided by the author
No description provided by the author
查询页面列表.
编辑页面信息.

# Structs

No description provided by the author
No description provided by the author
PageIterator iter, err := NewPageIterator(*core.Client, *SearchQuery) if err != nil { // TODO: 增加你的代码 } for iter.HasNext() { items, err := iter.NextPage() if err != nil { // TODO: 增加你的代码 } // TODO: 增加你的代码 }.
No description provided by the author
No description provided by the author
No description provided by the author