Browse Source

Merge branch 'master' of http://code.qiyue666.com/pengcong001/bbwy

pjzs_starttask_update
shanji 1 year ago
parent
commit
e94c6856ff
  1. 2
      BBWY.Client/BBWY.Client.csproj
  2. 2
      BBWY.Client/GlobalContext.cs
  3. 3
      BBWY.Server.Business/PlatformSDK/JDBusiness.cs
  4. BIN
      InDll2/sendPhone.dll

2
BBWY.Client/BBWY.Client.csproj

@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">  <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<ApplicationIcon>Resources\Images\bbwylogo.ico</ApplicationIcon> <ApplicationIcon>Resources\Images\bbwylogo.ico</ApplicationIcon>

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{ {
ShopServiceGroupList = new List<string>(); ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>(); ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10230"; ClientVersion = "10231";
} }

3
BBWY.Server.Business/PlatformSDK/JDBusiness.cs

@ -1114,7 +1114,8 @@ namespace BBWY.Server.Business
var tempDataJarray = JArray.Parse(res.Json["jingdong_category_read_findSaleAttrTemplates_responce"]["categoryAttrTemplates"]["templateData"].ToString()); var tempDataJarray = JArray.Parse(res.Json["jingdong_category_read_findSaleAttrTemplates_responce"]["categoryAttrTemplates"]["templateData"].ToString());
var colorProperty = tempDataJarray.FirstOrDefault(j => (j.Value<string>("name") == "颜色" || var colorProperty = tempDataJarray.FirstOrDefault(j => (j.Value<string>("name") == "颜色" ||
j.Value<string>("name") == "规格" || j.Value<string>("name") == "规格" ||
j.Value<string>("name") == "类别") && j.Value<string>("name") == "类别" ||
j.Value<string>("name") == "香型") &&
j["attrValueList"].Children().Count() > 0); j["attrValueList"].Children().Count() > 0);
if (colorProperty == null) if (colorProperty == null)
{ {

BIN
InDll2/sendPhone.dll

Binary file not shown.
Loading…
Cancel
Save