package models type WechatSign struct { AppId string NonceStr string Timestamp int64 Url string Signature string RawString string }