|
|
@ -13,7 +13,7 @@ namespace Mesnac.Action.ChemicalWeighing.InterfaceDocking
|
|
|
|
{
|
|
|
|
{
|
|
|
|
HttpItem item = new HttpItem()
|
|
|
|
HttpItem item = new HttpItem()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
URL = "", //URL 必需项
|
|
|
|
URL = "http://192.168.202.23:5001/api/ReceivingAndFeedingMaterials/TankIsDischargedSync", //URL 必需项
|
|
|
|
Method = "post",//URL 可选项 默认为Get
|
|
|
|
Method = "post",//URL 可选项 默认为Get
|
|
|
|
ContentType = "application/json",//返回类型 可选项有默认值
|
|
|
|
ContentType = "application/json",//返回类型 可选项有默认值
|
|
|
|
PostDataType = PostDataType.String,
|
|
|
|
PostDataType = PostDataType.String,
|
|
|
|