mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
1.13.2
This commit is contained in:
@@ -49,7 +49,7 @@ namespace SDKCSharp.Client
|
||||
}
|
||||
return openHttp.Get(url, header);
|
||||
}
|
||||
return this.openHttp.RequestFormBody(url, form, header);
|
||||
return this.openHttp.PostJsonBody(url, JsonUtil.ToJSONString(form), header);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user