mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 21:02:25 +08:00
feat: improve comment and upgrade golang version 1.16 (#604)
* feat: improve action config and code comment * feat: improve comment and upgrade golang version 1.16 * feat: improve import
This commit is contained in:
@@ -28,6 +28,7 @@ type AccountBasicInfo struct {
|
||||
}
|
||||
|
||||
// GetAccountBasicInfo 获取小程序基础信息
|
||||
//
|
||||
//reference:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/Mini_Program_Information_Settings.html
|
||||
func (basic *Basic) GetAccountBasicInfo() (*AccountBasicInfo, error) {
|
||||
ak, err := basic.GetAuthrAccessToken(basic.AppID)
|
||||
|
||||
Reference in New Issue
Block a user