Exemplo n.º 1
0
 private void PolyfixOfOldApi(ref HttpParamers paramers)
 {
     // old sxqian api polly fill
     paramers.AddParamer("yclDataStore.appKey", this.AccessToken);
     paramers.AddParamer("yclDataStore.appSecret", this.AccessSecret);
     if (!string.IsNullOrEmpty(this.callBackUrl))
     {
         paramers.AddParamer("yclDataStore.callBackUrl", this.callBackUrl);
     }
 }
Exemplo n.º 2
0
 private void PolyfixOfOldDownloadApi(ref HttpParamers paramers)
 {
     // old sxqian api polly fill
     paramers.AddParamer("appKey", this.AccessToken);
     paramers.AddParamer("appSecret", this.AccessSecret);
 }