|
@ -716,6 +716,7 @@ namespace BBWY.Server.Business |
|
|
req.jdPrices = req.jdPrices.Substring(0, req.jdPrices.Length - 1); |
|
|
req.jdPrices = req.jdPrices.Substring(0, req.jdPrices.Length - 1); |
|
|
req.bindType = req.bindType.Substring(0, req.bindType.Length - 1); |
|
|
req.bindType = req.bindType.Substring(0, req.bindType.Length - 1); |
|
|
req.num = req.num.Substring(0, req.num.Length - 1); |
|
|
req.num = req.num.Substring(0, req.num.Length - 1); |
|
|
|
|
|
req.promoPrices = req.promoPrices.Substring(0, req.promoPrices.Length - 1); |
|
|
|
|
|
|
|
|
var res = jdClient.Execute(req, token, DateTime.Now.ToLocalTime()); |
|
|
var res = jdClient.Execute(req, token, DateTime.Now.ToLocalTime()); |
|
|
if (res.IsError) |
|
|
if (res.IsError) |
|
|