mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
修改方法名
This commit is contained in:
@@ -97,7 +97,7 @@ namespace SDKCSharp.Request
|
|||||||
dict[openConfig.VersionName] = this.version;
|
dict[openConfig.VersionName] = this.version;
|
||||||
|
|
||||||
// 业务参数
|
// 业务参数
|
||||||
String biz_content = buildBizContent();
|
String biz_content = BuildBizContent();
|
||||||
|
|
||||||
dict[openConfig.DataName] = biz_content;
|
dict[openConfig.DataName] = biz_content;
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@ namespace SDKCSharp.Request
|
|||||||
return requestForm;
|
return requestForm;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected string buildBizContent()
|
protected string BuildBizContent()
|
||||||
{
|
{
|
||||||
if (bizModel != null)
|
if (bizModel != null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user