Commit f069f14f by 泽锋 李

fix

parent ec84f1f8
......@@ -18,7 +18,7 @@ namespace AutoTurnOver.Controllers
{
[HttpGet("Test")]
public ActionResult<RequestResultDto> Test([FromBody] dc_quantity_out_stock_search_dto search)
public ActionResult<RequestResultDto> Test()
{
return new RequestResultDto { success = true, data =
HttpHelper.Request("http://10.0.3.13/api/Logistics/ApiLogistics/GetPlatOfficialLine?PlatName=aliexpress&PlatSite=US&EndCountry=US&Skus=&WeightKg=0.015&Size=7,4,1&ElectrifiedType=1&SellMoney=1.6000&Currency=USD&OfficialLine=&postWay=&distribution=&logisticsId=0&EnterZip=&isIgnoreVolumeWeight=True&ruleStartPoint=1", RequestType.GET, timeout: 1000 * 60 * 60 * 24)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment