|
|
@ -27152,7 +27152,7 @@ namespace TradeManageNew
|
|
|
|
/// <param name="sku"></param>
|
|
|
|
/// <param name="sku"></param>
|
|
|
|
/// <returns></returns>
|
|
|
|
/// <returns></returns>
|
|
|
|
[WebMethod(EnableSession = true)]
|
|
|
|
[WebMethod(EnableSession = true)]
|
|
|
|
public APIReturnModel PostTemuShipOrder(int orderid, decimal dlength, decimal dwidth, decimal dheight, decimal dweight, string warehouseId,long channelId,long shipCompanyId, int sendType,string channelText)
|
|
|
|
public APIReturnModel PostTemuShipOrder(int orderid, decimal dlength, decimal dwidth, decimal dheight, decimal dweight, string warehouseId,long channelId,long? shipCompanyId, int sendType,string channelText)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Pages.Login(this.Session);
|
|
|
|
Pages.Login(this.Session);
|
|
|
|
var rmodel = new APIReturnModel();
|
|
|
|
var rmodel = new APIReturnModel();
|
|
|
@ -28154,7 +28154,8 @@ namespace TradeManageNew
|
|
|
|
cmd.shipLogisticsType = fmd.ShipLogisticsType;
|
|
|
|
cmd.shipLogisticsType = fmd.ShipLogisticsType;
|
|
|
|
cmd.shippingCompanyName = fmd.ShippingCompanyName;
|
|
|
|
cmd.shippingCompanyName = fmd.ShippingCompanyName;
|
|
|
|
cmd.estimatedText = fmd.EstimatedText;
|
|
|
|
cmd.estimatedText = fmd.EstimatedText;
|
|
|
|
//cmd.channelId = fmd.ChannelId;
|
|
|
|
cmd.channelId = fmd.ChannelId;
|
|
|
|
|
|
|
|
|
|
|
|
temuChannels2.Add(cmd);
|
|
|
|
temuChannels2.Add(cmd);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
rmodel.Datas = temuChannels2.OrderBy(r => r.postPrice);
|
|
|
|
rmodel.Datas = temuChannels2.OrderBy(r => r.postPrice);
|
|
|
|