add - 添加对接地址

dep_nodyang
wangsr 1 year ago
parent 948af42a47
commit 5b71bd3012

@ -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,

Loading…
Cancel
Save