diff --git a/BBWY.Client/GlobalContext.cs b/BBWY.Client/GlobalContext.cs index e14d54df..7ef174c1 100644 --- a/BBWY.Client/GlobalContext.cs +++ b/BBWY.Client/GlobalContext.cs @@ -13,7 +13,7 @@ namespace BBWY.Client { ShopServiceGroupList = new List(); ShopServiceGroupLowerList = new List(); - ClientVersion = "10205"; + ClientVersion = "10206"; } diff --git a/BBWY.Client/Models/APIModel/Response/PackTask/SearchWaitSealBoxResponse.cs b/BBWY.Client/Models/APIModel/Response/PackTask/SearchWaitSealBoxResponse.cs index 8405fcda..01ca6795 100644 --- a/BBWY.Client/Models/APIModel/Response/PackTask/SearchWaitSealBoxResponse.cs +++ b/BBWY.Client/Models/APIModel/Response/PackTask/SearchWaitSealBoxResponse.cs @@ -71,6 +71,10 @@ namespace BBWY.Client.Models.APIModel /// /// 任务Id /// + public long TaskIdRemark { get; set; } + /// + /// 任务Id + /// public long TaskId { get; set; } /// /// 图片链接 diff --git a/BBWY.Client/Views/SealBox/SealBoxNoConfigureControl.xaml b/BBWY.Client/Views/SealBox/SealBoxNoConfigureControl.xaml index 4ab3df0c..b5183f16 100644 --- a/BBWY.Client/Views/SealBox/SealBoxNoConfigureControl.xaml +++ b/BBWY.Client/Views/SealBox/SealBoxNoConfigureControl.xaml @@ -108,7 +108,7 @@ -