diff --git a/BBWY.Client/Views/Order/GrabJDMibole.xaml.cs b/BBWY.Client/Views/Order/GrabJDMibole.xaml.cs index a72a3470..778da1c0 100644 --- a/BBWY.Client/Views/Order/GrabJDMibole.xaml.cs +++ b/BBWY.Client/Views/Order/GrabJDMibole.xaml.cs @@ -81,7 +81,7 @@ namespace BBWY.Client.Views.Order w2m.OnWebMessageReceived = (e) => { var buyerAccount = e.TryGetWebMessageAsString().Trim(); - Console.WriteLine($"{orderId}接收买家账号{buyerAccount}"); + Console.WriteLine($"订单号 {orderId} 京东订单详情页数据 {buyerAccount}"); this.Tag = buyerAccount; this.DialogResult = true; this.Close(); diff --git a/InDll2/sendPhone.dll b/InDll2/sendPhone.dll index a9990849..7bebb3d0 100644 Binary files a/InDll2/sendPhone.dll and b/InDll2/sendPhone.dll differ