Merge pull request #81 from Zangwill/patch-1

修复wxuin的int类型导致编译的32位程序出错
This commit is contained in:
聂青 2021-09-16 09:54:50 +08:00 committed by GitHub
commit fd272d7339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ import (
// User 抽象的用户结构: 好友 群组 公众号
type User struct {
Uin int
Uin int64
HideInputBarFlag int
StarFriend int
Sex int