获取当前生效的appid
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m46s

This commit is contained in:
2026-04-30 10:52:33 +08:00
parent 66e12e9629
commit 248ed55f4e
4 changed files with 33 additions and 0 deletions

View File

@@ -68,3 +68,8 @@ type JSSDKConfigResponse struct {
NonceStr string `json:"nonce_str" description:"随机字符串"`
Signature string `json:"signature" description:"签名SHA1"`
}
// WechatAppIDResponse 微信 AppID 响应
type WechatAppIDResponse struct {
AppID string `json:"app_id" description:"当前生效的公众号 AppID"`
}