mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
修改方法名
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user