public WxSyncRequest(WxRequest request, string passTicket, WxSyncKey syncKey, string sid, string skey, string lang = "zh_CN") : this() { this.Request = new _WxSyncRequest(request, syncKey); this.PassTicket = passTicket; this.SId = sid; this.SKey = skey; this.Lang = lang; }
public _WxSyncRequest(WxRequest request, WxSyncKey syncKey) : this() { this.BaseRequest = new WxBaseRequest(request); this.SyncKey = syncKey; }