|
|
@@ -2121,12 +2121,14 @@ namespace SiteCore
|
|
|
{
|
|
|
refund_type = "补印";
|
|
|
}
|
|
|
+
|
|
|
JObject jsonObject12 = new JObject
|
|
|
{
|
|
|
{ "Userid",cytUserId },
|
|
|
//{ "pwd", "lt666888" },
|
|
|
{ "LTOrderId", entity.ctid },
|
|
|
{ "IdCode", entity.OrderSn },
|
|
|
+ { "CytMallId", string.IsNullOrEmpty(entity.SupplierOrderSn) ? "" : entity.SupplierOrderSn},
|
|
|
{ "RefundType", refund_type },
|
|
|
{ "ReprintReasons", after },
|
|
|
{ "ReasonsImgUrls", entity.AfterSaleSupplierImg },
|