mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
删除无用代码
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user