From 26d2093bd7585ab16d452dd92c77dd9866b80dfa Mon Sep 17 00:00:00 2001 From: wwek Date: Tue, 22 Apr 2025 19:40:57 +0800 Subject: [PATCH] fix typo (#831) --- openplatform/account/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openplatform/account/account.go b/openplatform/account/account.go index 29b231c..e2898a5 100644 --- a/openplatform/account/account.go +++ b/openplatform/account/account.go @@ -2,7 +2,7 @@ package account import "github.com/silenceper/wechat/v2/openplatform/context" -// Account 开放平台张哈管理 +// Account 开放平台帐号管理 // TODO 实现方法 type Account struct { *context.Context