删除无用代码

This commit is contained in:
tanghc
2019-06-21 18:02:15 +08:00
parent e40ab63f1f
commit 49947e7f63
3 changed files with 6 additions and 36 deletions

View File

@@ -106,7 +106,6 @@ namespace SDKCSharp.Client
form[this.openConfig.AccessTokenName] = accessToken;
}
form[this.openConfig.AppKeyName] = this.appId;
string content = SopSignature.getSignContent(form);
string sign = SignUtil.CreateSign(form, privateKey, request.Charset, request.SignType);
form[this.openConfig.SignName] = sign;