Commit c3325fdf by lizefeng

fix

parent ef67d0e3
...@@ -815,7 +815,7 @@ namespace AutoTurnOver.Services ...@@ -815,7 +815,7 @@ namespace AutoTurnOver.Services
case "USD":return "Amazon.com"; case "USD":return "Amazon.com";
case "SEK": return "Amazon.se"; case "SEK": return "Amazon.se";
case "GBP": return "Amazon.co.uk"; case "GBP": return "Amazon.co.uk";
case "MAX": return "Amazon.com.mx"; case "MXN": return "Amazon.com.mx";
case "CAD": return "Amazon.ca"; case "CAD": return "Amazon.ca";
default:return ""; default:return "";
} }
......
...@@ -165,6 +165,8 @@ namespace AutoTurnOver.Services.Dto ...@@ -165,6 +165,8 @@ namespace AutoTurnOver.Services.Dto
public class FeesDto public class FeesDto
{ {
[JsonProperty("Fee")]
[JsonConverter(typeof(ItemFeeDataConverter))]
public List<FeeDto> Fee { get; set; } public List<FeeDto> Fee { get; set; }
} }
} }
......
...@@ -59,7 +59,7 @@ namespace ResetOutofstock ...@@ -59,7 +59,7 @@ namespace ResetOutofstock
//new AmazonDataSynchroService().SynchroReportIds(FikaAmazonAPI.Utils.Constants.ReportTypes.GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2, 10); //new AmazonDataSynchroService().SynchroReportIds(FikaAmazonAPI.Utils.Constants.ReportTypes.GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2, 10);
//while (true) //while (true)
//{ //{
//new AmazonDataSynchroService().AnaReport(data_id: "19131959072"); // new AmazonDataSynchroService().AnaReport(status:-1);
//} //}
} }
......
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