获取当前生效的appid
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m46s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m46s
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user