From 25ee4ff9b87e7b239ee16b9b172aaad40d5ffae9 Mon Sep 17 00:00:00 2001 From: tanghc Date: Wed, 29 May 2019 14:45:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B9=E6=B3=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sop-sdk/sdk-csharp/SDKCSharp/Request/BaseRequest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sop-sdk/sdk-csharp/SDKCSharp/Request/BaseRequest.cs b/sop-sdk/sdk-csharp/SDKCSharp/Request/BaseRequest.cs index c246b171..b0d6dcd9 100644 --- a/sop-sdk/sdk-csharp/SDKCSharp/Request/BaseRequest.cs +++ b/sop-sdk/sdk-csharp/SDKCSharp/Request/BaseRequest.cs @@ -97,7 +97,7 @@ namespace SDKCSharp.Request dict[openConfig.VersionName] = this.version; // 业务参数 - String biz_content = buildBizContent(); + String biz_content = BuildBizContent(); dict[openConfig.DataName] = biz_content; @@ -108,7 +108,7 @@ namespace SDKCSharp.Request return requestForm; } - protected string buildBizContent() + protected string BuildBizContent() { if (bizModel != null) {