Appearance
短 key 托管类似于短链API,开发者可以通过GenShorten将不超过4KB的长信息转成短key,再通过FetchShorten将短key还原为长信息。
参数说明:
OfficialAccountApp.URL.ShortGenKey(ctx,"[longData]", 30*24*3600)
微信官方文档
OfficialAccountApp.URL.FetchShorten(ctx,"[shortKey]")
参考: PowerWechatTutorial