[2024-05-16 00:57:45.785] 准备创建主订单,id=-888399475, order no=D20240516331340, user ip=156.146.45.201, CurrentUser.Id=37549 [2024-05-16 00:57:45.785] xxxx [2024-05-16 00:57:45.957] xxxx2 [2024-05-16 00:57:45.957] 准备创建订单详细,id=-888399475, order no=D20240516331340, user ip=156.146.45.201, CurrentUser.Id=37549 [2024-05-16 00:57:46.144] 订单创建完成,id=-888399475,user ip=156.146.45.201, CurrentUser.Id=37549 [2024-05-16 00:58:24.316] SetExpressCheckout,orderId=-888399475,user ip=156.146.45.201, CurrentUser.Id=37549 [2024-05-16 00:58:24.332] 订单准备付款,orderId=-888399475,user ip=156.146.45.201, CurrentUser.Id=37549 [2024-05-16 00:58:24.332] SetExpressCheckout,currency=HKD,name=user,L_NAME1=21 - 香蕉俱樂部兩季 (第35及36季) $720,L_AMT1=720.00,L_QTY1=1,L_OrderNo=D20240516331340 [2024-05-16 00:58:24.410] SetExpressCheckout,L_AMT1=720.00 [2024-05-16 00:58:24.410] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=720.00 [2024-05-16 00:58:24.410] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=720 [2024-05-16 00:58:24.410] SetExpressCheckout,start SetExpressCheckout [2024-05-16 00:58:25.301] 订单准备付款,发送短信通知,orderId=-888399475,user ip=156.146.45.201, CurrentUser.Id=37549 [2024-05-16 00:58:33.535] 订单准备付款,即将转向,orderId=-888399475,user ip=156.146.45.201, CurrentUser.Id=37549 [2024-05-16 00:59:08.739] mobileAgents[i]:android [2024-05-16 01:01:23.179] 223.19.84.182 /Product/Save?PID=7632 System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> MySql.Data.MySqlClient.MySqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.TimeoutException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count) --- End of inner exception stack trace --- at MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.LoadPacket() at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) --- End of inner exception stack trace --- at MySql.Data.MySqlClient.ExceptionInterceptor.Throw(Exception exception) at MySql.Data.MySqlClient.MySqlConnection.HandleTimeoutOrThreadAbort(Exception ex) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at System.Data.Mapping.Update.Internal.DynamicUpdateCommand.Execute(UpdateTranslator translator, EntityConnection connection, Dictionary`2 identifierValues, List`1 generatedValues) at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter) --- End of inner exception stack trace --- at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter) at System.Data.Objects.ObjectContext.SaveChanges(SaveOptions options) at System.Data.Entity.Internal.InternalContext.SaveChanges() --- End of inner exception stack trace --- at System.Data.Entity.Internal.InternalContext.SaveChanges() at CommonLogic.RepositoryBase`1.Update(TB entity) at D100.BLL.NOGeneratorLogic.CreateOrderNo() in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.BLL\NOGeneratorLogic.cs:line 31 at D100.Web.Controllers.ProductController.SaveSingleProduct(String columnIds, String productId, Decimal price, String mandataryColumnIds, p_product_master_order& masterOrder, Boolean isAddToCart) in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.Web\Controllers\ProductController.cs:line 269 at D100.Web.Controllers.ProductController.Save() in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.Web\Controllers\ProductController.cs:line 85 at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.b__41() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.b__33() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.b__49() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.b__20() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.b__22(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) at System.Web.Mvc.Controller.<>c__DisplayClass1d.b__18(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.b__3(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) [2024-05-16 01:02:21.853] 开始付款,即将转向,orderId=-888399475,user ip=156.146.45.201, CurrentUser.Id=37549 [2024-05-16 01:02:21.853] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 01:02:22.385] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 01:02:22.385] GetExpressCheckoutDetails, payerid=54Q3Q8F6GXL3E [2024-05-16 01:02:24.103] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 01:02:24.103] GetExpressCheckoutDetails, do_ack is success [2024-05-16 01:02:24.103] GetExpressCheckoutDetails, transactionID=5T999551TM547471H [2024-05-16 01:02:24.103] GetExpressCheckoutDetails, feeamt=23.23 [2024-05-16 01:02:24.103] 【PaypalHelper,OnPaySuccess】 enter,id=-888399475,user ip=156.146.45.201, CurrentUser.Id=37549 [2024-05-16 01:02:35.869] 223.19.84.182 /Product/Save?PID=7632 System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> MySql.Data.MySqlClient.MySqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.TimeoutException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count) --- End of inner exception stack trace --- at MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.LoadPacket() at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) --- End of inner exception stack trace --- at MySql.Data.MySqlClient.ExceptionInterceptor.Throw(Exception exception) at MySql.Data.MySqlClient.MySqlConnection.HandleTimeoutOrThreadAbort(Exception ex) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at System.Data.Mapping.Update.Internal.DynamicUpdateCommand.Execute(UpdateTranslator translator, EntityConnection connection, Dictionary`2 identifierValues, List`1 generatedValues) at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter) --- End of inner exception stack trace --- at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter) at System.Data.Objects.ObjectContext.SaveChanges(SaveOptions options) at System.Data.Entity.Internal.InternalContext.SaveChanges() --- End of inner exception stack trace --- at System.Data.Entity.Internal.InternalContext.SaveChanges() at CommonLogic.RepositoryBase`1.Update(TB entity) at D100.BLL.NOGeneratorLogic.CreateOrderNo() in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.BLL\NOGeneratorLogic.cs:line 31 at D100.Web.Controllers.ProductController.SaveSingleProduct(String columnIds, String productId, Decimal price, String mandataryColumnIds, p_product_master_order& masterOrder, Boolean isAddToCart) in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.Web\Controllers\ProductController.cs:line 269 at D100.Web.Controllers.ProductController.Save() in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.Web\Controllers\ProductController.cs:line 85 at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.b__41() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.b__33() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.b__49() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.b__20() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.b__22(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) at System.Web.Mvc.Controller.<>c__DisplayClass1d.b__18(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.b__3(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) [2024-05-16 01:03:20.316] 69.171.249.4 /BC/Review/-1520214918 System.Data.EntityException: The underlying provider failed on Open. ---> System.TimeoutException: Timeout in IO operation at MySql.Data.MySqlClient.TimedStream.StopTimer() at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.LoadPacket() at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.ReadOk(Boolean read) at MySql.Data.MySqlClient.MySqlConnection.ChangeDatabase(String databaseName) at MySql.Data.MySqlClient.MySqlConnection.Open() at System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure) --- End of inner exception stack trace --- at System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure) at System.Data.EntityClient.EntityConnection.Open() at System.Data.Objects.ObjectContext.EnsureConnection() at System.Data.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) at System.Data.Objects.ObjectQuery`1.System.Collections.Generic.IEnumerable.GetEnumerator() at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at System.Data.Entity.Internal.Linq.InternalSet`1.FindInStore(WrappedEntityKey key, String keyValuesParamName) at System.Data.Entity.Internal.Linq.InternalSet`1.Find(Object[] keyValues) at CommonLogic.RepositoryBase`1.Find(Object[] keyValues) at D100.Web.ModelBuilders.BCModelBuilder.BuildScheduleView() in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.Web\ModelBuilders\BCModelBuilder.cs:line 19 at D100.Web.Controllers.BCController.Review() in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.Web\Controllers\BCController.cs:line 23 at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.b__41() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.b__33() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.b__49() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.b__20() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.b__22(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) at System.Web.Mvc.Controller.<>c__DisplayClass1d.b__18(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.b__3(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) [2024-05-16 01:03:42.662] 【PaypalHelper,OnPaySuccess】 exception=System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> MySql.Data.MySqlClient.MySqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.TimeoutException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count) --- End of inner exception stack trace --- at MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.LoadPacket() at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) --- End of inner exception stack trace --- at MySql.Data.MySqlClient.ExceptionInterceptor.Throw(Exception exception) at MySql.Data.MySqlClient.MySqlConnection.HandleTimeoutOrThreadAbort(Exception ex) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at System.Data.Mapping.Update.Internal.DynamicUpdateCommand.Execute(UpdateTranslator translator, EntityConnection connection, Dictionary`2 identifierValues, List`1 generatedValues) at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter) --- End of inner exception stack trace --- at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter) at System.Data.Objects.ObjectContext.SaveChanges(SaveOptions options) at System.Data.Entity.Internal.InternalContext.SaveChanges() --- End of inner exception stack trace --- at System.Data.Entity.Internal.InternalContext.SaveChanges() at CommonLogic.RepositoryBase`1.Update(TB entity) at D100.Web.Helpers.PaypalHelper.OnPaySuccess(String transactionID, String orderId, String productName, String amount, HttpRequestBase request, UserToken userInfo) in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.Web\Helpers\PaypalHelper.cs:line 41 [2024-05-16 01:03:42.912] 开始付款,即将转向,orderId=-888399475,user ip=156.146.45.201, CurrentUser.Id=37549 [2024-05-16 01:03:42.912] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 01:03:43.506] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 01:03:43.506] GetExpressCheckoutDetails, payerid=54Q3Q8F6GXL3E [2024-05-16 01:03:44.068] GetExpressCheckoutDetails, do_ack=Failure [2024-05-16 01:03:44.068] GetExpressCheckoutDetails, do_ack false, Redirect to / [2024-05-16 01:03:53.459] 223.19.84.182 /Product/membership/7632 login from cookie, userid=718650460,userName=mf88864, userPwd=$P$B6BmE6JpElvCgoYquQ/rhQ/cdDN1Fw/ [2024-05-16 01:04:19.133] 223.19.84.182 /Product/netradio login from cookie, userid=718650460,userName=mf88864, userPwd=$P$B6BmE6JpElvCgoYquQ/rhQ/cdDN1Fw/ [2024-05-16 01:04:55.743] Base Error Log [2024-05-16 01:04:55.743] An error occurred while updating the entries. See the inner exception for details. at System.Data.Entity.Internal.InternalContext.SaveChanges() at CommonLogic.RepositoryBase`1.Insert(TB entity) [2024-05-16 01:05:21.196] Base Error Log [2024-05-16 01:05:21.196] An error occurred while updating the entries. See the inner exception for details. at System.Data.Entity.Internal.InternalContext.SaveChanges() at CommonLogic.RepositoryBase`1.Insert(TB entity) [2024-05-16 01:05:21.275] System.Data.EntityException: An error occurred while starting a transaction on the provider connection. See the inner exception for details. ---> System.InvalidOperationException: Nested transactions are not supported. at MySql.Data.MySqlClient.ExceptionInterceptor.Throw(Exception exception) at MySql.Data.MySqlClient.MySqlConnection.BeginTransaction(IsolationLevel iso) at MySql.Data.MySqlClient.MySqlConnection.BeginDbTransaction(IsolationLevel isolationLevel) at System.Data.EntityClient.EntityConnection.BeginDbTransaction(IsolationLevel isolationLevel) --- End of inner exception stack trace --- at System.Data.EntityClient.EntityConnection.BeginDbTransaction(IsolationLevel isolationLevel) at System.Data.EntityClient.EntityConnection.BeginTransaction() at System.Data.Objects.ObjectContext.SaveChanges(SaveOptions options) at System.Data.Entity.Internal.InternalContext.SaveChanges() at CommonLogic.RepositoryBase`1.Update(TB entity) at D100.WebRef.Base.InsertLoginLogByCookie() in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.WebRef\Base.cs:line 497 [2024-05-16 01:05:56.431] Base Error Log [2024-05-16 01:05:56.431] An error occurred while updating the entries. See the inner exception for details. at System.Data.Entity.Internal.InternalContext.SaveChanges() at CommonLogic.RepositoryBase`1.Insert(TB entity) [2024-05-16 01:05:57.869] System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> MySql.Data.MySqlClient.MySqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.TimeoutException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count) --- End of inner exception stack trace --- at MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.LoadPacket() at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) --- End of inner exception stack trace --- at MySql.Data.MySqlClient.ExceptionInterceptor.Throw(Exception exception) at MySql.Data.MySqlClient.MySqlConnection.HandleTimeoutOrThreadAbort(Exception ex) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at System.Data.Mapping.Update.Internal.DynamicUpdateCommand.Execute(UpdateTranslator translator, EntityConnection connection, Dictionary`2 identifierValues, List`1 generatedValues) at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter) --- End of inner exception stack trace --- at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter) at System.Data.Objects.ObjectContext.SaveChanges(SaveOptions options) at System.Data.Entity.Internal.InternalContext.SaveChanges() --- End of inner exception stack trace --- at System.Data.Entity.Internal.InternalContext.SaveChanges() at CommonLogic.RepositoryBase`1.Update(TB entity) at D100.WebRef.Base.InsertLoginLogByCookie() in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.WebRef\Base.cs:line 497 [2024-05-16 01:06:14.494] 准备创建主订单,id=798192525, order no=D20240516331341, user ip=14.0.158.193, CurrentUser.Id=718650460 [2024-05-16 01:06:14.494] xxxx [2024-05-16 01:06:14.603] 准备创建主订单,id=1993437942, order no=D20240516331341, user ip=14.0.158.193, CurrentUser.Id=718650460 [2024-05-16 01:06:14.619] xxxx [2024-05-16 01:06:15.134] xxxx2 [2024-05-16 01:06:15.134] 准备创建订单详细,id=1993437942, order no=D20240516331341, user ip=14.0.158.193, CurrentUser.Id=718650460 [2024-05-16 01:06:15.134] 准备创建订单详细,id=798192525, order no=D20240516331341, user ip=14.0.158.193, CurrentUser.Id=718650460 [2024-05-16 01:06:15.681] 订单创建完成,id=1993437942,user ip=14.0.158.193, CurrentUser.Id=718650460 [2024-05-16 01:06:16.369] 准备创建主订单,id=-1128538174, order no=D20240516331342, user ip=14.0.158.193, CurrentUser.Id=718650460 [2024-05-16 01:06:16.369] xxxx [2024-05-16 01:06:16.681] xxxx2 [2024-05-16 01:06:16.681] 准备创建订单详细,id=-1128538174, order no=D20240516331342, user ip=14.0.158.193, CurrentUser.Id=718650460 [2024-05-16 01:06:17.463] 订单创建完成,id=-1128538174,user ip=14.0.158.193, CurrentUser.Id=718650460 [2024-05-16 01:06:53.777] mobileAgents[i]:android [2024-05-16 01:09:40.896] 准备创建主订单,id=697321076, order no=D20240516331343, user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:09:40.896] xxxx [2024-05-16 01:09:41.209] xxxx2 [2024-05-16 01:09:41.209] 准备创建订单详细,id=697321076, order no=D20240516331343, user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:09:41.443] 订单创建完成,id=697321076,user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:09:56.962] 准备创建主订单,id=2027641305, order no=D20240516331344, user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:09:56.962] xxxx [2024-05-16 01:09:57.243] xxxx2 [2024-05-16 01:09:57.243] 准备创建订单详细,id=2027641305, order no=D20240516331344, user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:09:57.602] 订单创建完成,id=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:10:05.212] SetExpressCheckout,orderId=697321076,user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:10:05.212] 订单准备付款,orderId=697321076,user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:10:05.212] SetExpressCheckout,currency=HKD,name=user,L_NAME1=02 - 沈大師講投資 (第36季) $600,L_AMT1=600.00,L_QTY1=1,L_OrderNo=D20240516331343 [2024-05-16 01:10:05.227] SetExpressCheckout,L_AMT1=600.00 [2024-05-16 01:10:05.227] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=600.00 [2024-05-16 01:10:05.227] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=600 [2024-05-16 01:10:05.227] SetExpressCheckout,start SetExpressCheckout [2024-05-16 01:10:06.180] 订单准备付款,发送短信通知,orderId=697321076,user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:10:06.430] 订单准备付款,即将转向,orderId=697321076,user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:10:25.587] SetExpressCheckout,orderId=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:10:25.587] 订单准备付款,orderId=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:10:25.587] SetExpressCheckout,currency=HKD,name=user,L_NAME1=20 - 三佬食經 (第36季) $380,L_AMT1=480.00,L_QTY1=1,L_OrderNo=D20240516331344 [2024-05-16 01:10:25.602] SetExpressCheckout,L_AMT1=480.00 [2024-05-16 01:10:25.602] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=480.00 [2024-05-16 01:10:25.602] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=480 [2024-05-16 01:10:25.602] SetExpressCheckout,start SetExpressCheckout [2024-05-16 01:10:26.227] 订单准备付款,发送短信通知,orderId=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:10:26.290] 订单准备付款,即将转向,orderId=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:10:56.632] 开始付款,即将转向,orderId=697321076,user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:10:56.632] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 01:10:57.086] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 01:10:57.086] GetExpressCheckoutDetails, payerid=6YBKXWTZTMKLW [2024-05-16 01:10:59.460] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 01:10:59.460] GetExpressCheckoutDetails, do_ack is success [2024-05-16 01:10:59.460] GetExpressCheckoutDetails, transactionID=7M691922MB244560P [2024-05-16 01:10:59.460] GetExpressCheckoutDetails, feeamt=19.75 [2024-05-16 01:10:59.476] 【PaypalHelper,OnPaySuccess】 enter,id=697321076,user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:11:16.146] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=697321076, order no=D20240516331343,user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:11:16.475] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=697321076, order no=D20240516331343,user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:11:33.885] 更新 p_user_service_time,channelid=466327554, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=718650460, p_product_master_order.user_id718650460 [2024-05-16 01:11:33.932] 更新 p_user_service_time,channelid=466327554, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=718650460, p_product_master_order.user_id718650460 [2024-05-16 01:11:33.963] 更新 p_user_service_time,channelid=466327554, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=718650460, p_product_master_order.user_id718650460 [2024-05-16 01:11:34.494] 重新组织权限 CollectUserCcaps, listUserServiceTime count =51, product id=7632 [2024-05-16 01:11:34.494] 重新组织权限 CollectUserCcaps,wp_capabilitiesarchive,n5554,n5272,n1723,n2339,n2444,n5862,n6042,n6212,n6392,n6465,n6562,n6752,n6902,n7022,n7142,n7232,n7342,n7443,n7637,n7868,n8300,n8704,n9102 [2024-05-16 01:11:34.494] program_code_new =n9340 [2024-05-16 01:11:34.651] 【PaypalHelper,OnPaySuccess】 completed,id=697321076,user ip=223.19.84.182, CurrentUser.Id=718650460 [2024-05-16 01:15:01.033] SetExpressCheckout,orderId=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:15:01.033] 订单准备付款,orderId=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:15:01.033] SetExpressCheckout,currency=HKD,name=user,L_NAME1=20 - 三佬食經 (第36季) $380,L_AMT1=480.00,L_QTY1=1,L_OrderNo=D20240516331344 [2024-05-16 01:15:01.033] SetExpressCheckout,L_AMT1=480.00 [2024-05-16 01:15:01.033] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=480.00 [2024-05-16 01:15:01.049] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=480 [2024-05-16 01:15:01.049] SetExpressCheckout,start SetExpressCheckout [2024-05-16 01:15:01.798] 订单准备付款,发送短信通知,orderId=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:15:02.314] 订单准备付款,即将转向,orderId=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:22:22.232] 开始付款,即将转向,orderId=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:22:22.232] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 01:22:22.748] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 01:22:22.748] GetExpressCheckoutDetails, payerid=4KXYWS2PYZT3Y [2024-05-16 01:22:24.967] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 01:22:24.967] GetExpressCheckoutDetails, do_ack is success [2024-05-16 01:22:24.967] GetExpressCheckoutDetails, transactionID=58S30334977599808 [2024-05-16 01:22:24.967] GetExpressCheckoutDetails, feeamt=16.27 [2024-05-16 01:22:24.967] 【PaypalHelper,OnPaySuccess】 enter,id=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:22:44.217] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=2027641305, order no=D20240516331344,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:22:45.014] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=2027641305, order no=D20240516331344,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:23:04.482] 更新 p_user_service_time,channelid=-1919810436, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=405254529, p_product_master_order.user_id405254529 [2024-05-16 01:23:04.576] 更新 p_user_service_time,channelid=-1919810436, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=405254529, p_product_master_order.user_id405254529 [2024-05-16 01:23:04.592] 更新 p_user_service_time,channelid=-1919810436, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=405254529, p_product_master_order.user_id405254529 [2024-05-16 01:23:04.779] 重新组织权限 CollectUserCcaps, listUserServiceTime count =6, product id=7552 [2024-05-16 01:23:04.779] 重新组织权限 CollectUserCcaps,wp_capabilitiesc2,a2,d2,archive,n1723,n2339,n2444,n5272,n5554,n6900,n6911,n7033,n7152,n7242,n7353,n7476,n7681,n7922,n7794 [2024-05-16 01:23:04.779] program_code_new =n9356 [2024-05-16 01:23:05.060] 【PaypalHelper,OnPaySuccess】 completed,id=2027641305,user ip=203.145.95.78, CurrentUser.Id=405254529 [2024-05-16 01:27:25.135] 54.36.149.51 /BC/Review/1970528862 System.Data.EntityException: The underlying provider failed on Open. ---> System.TimeoutException: Timeout in IO operation at MySql.Data.MySqlClient.TimedStream.StopTimer() at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.LoadPacket() at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.ReadOk(Boolean read) at MySql.Data.MySqlClient.MySqlConnection.ChangeDatabase(String databaseName) at MySql.Data.MySqlClient.MySqlConnection.Open() at System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure) --- End of inner exception stack trace --- at System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure) at System.Data.EntityClient.EntityConnection.Open() at System.Data.Objects.ObjectContext.EnsureConnection() at System.Data.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) at System.Data.Objects.ObjectQuery`1.System.Collections.Generic.IEnumerable.GetEnumerator() at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at System.Data.Entity.Internal.Linq.InternalSet`1.FindInStore(WrappedEntityKey key, String keyValuesParamName) at System.Data.Entity.Internal.Linq.InternalSet`1.Find(Object[] keyValues) at CommonLogic.RepositoryBase`1.Find(Object[] keyValues) at D100.Web.ModelBuilders.BCModelBuilder.BuildScheduleView() in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.Web\ModelBuilders\BCModelBuilder.cs:line 19 at D100.Web.Controllers.BCController.Review() in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.Web\Controllers\BCController.cs:line 23 at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.b__41() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.b__33() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.b__49() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.b__20() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.b__22(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) at System.Web.Mvc.Controller.<>c__DisplayClass1d.b__18(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.b__3(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) [2024-05-16 03:01:25.602] mobileAgents[i]:android [2024-05-16 03:17:55.383] 103.219.21.107 /Product/membership/5372 login from cookie, userid=-1418014853,userName=91338667, userPwd=$P$B6BmE6JpEpFwjb7W2uQ2OjOHt9rvf3. [2024-05-16 03:18:24.806] 准备创建主订单,id=39579565, order no=D20240516331345, user ip=103.219.21.107, CurrentUser.Id=-1418014853 [2024-05-16 03:18:24.806] xxxx [2024-05-16 03:18:25.087] xxxx2 [2024-05-16 03:18:25.087] 准备创建订单详细,id=39579565, order no=D20240516331345, user ip=103.219.21.107, CurrentUser.Id=-1418014853 [2024-05-16 03:18:25.274] 订单创建完成,id=39579565,user ip=103.219.21.107, CurrentUser.Id=-1418014853 [2024-05-16 03:19:17.244] SetExpressCheckout,orderId=39579565,user ip=103.219.21.107, CurrentUser.Id=-1418014853 [2024-05-16 03:19:20.072] 订单准备付款,orderId=39579565,user ip=103.219.21.107, CurrentUser.Id=-1418014853 [2024-05-16 03:19:20.104] SetExpressCheckout,currency=HKD,name=user,L_NAME1=香港台 收聽重溫及下載服務 - 一年 $1000,L_AMT1=1000.00,L_QTY1=1,L_OrderNo=D20240516331345 [2024-05-16 03:19:20.104] SetExpressCheckout,L_AMT1=1000.00 [2024-05-16 03:19:20.104] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=1000.00 [2024-05-16 03:19:20.104] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=1000 [2024-05-16 03:19:20.104] SetExpressCheckout,start SetExpressCheckout [2024-05-16 03:19:20.963] 订单准备付款,发送短信通知,orderId=39579565,user ip=103.219.21.107, CurrentUser.Id=-1418014853 [2024-05-16 03:19:21.338] 订单准备付款,即将转向,orderId=39579565,user ip=103.219.21.107, CurrentUser.Id=-1418014853 [2024-05-16 03:23:47.626] 开始付款,即将转向,orderId=39579565,user ip=203.145.95.126, CurrentUser.Id=-1418014853 [2024-05-16 03:23:47.626] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 03:23:48.126] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 03:23:48.126] GetExpressCheckoutDetails, payerid=AHBP64RK9N9UG [2024-05-16 03:23:49.880] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 03:23:49.880] GetExpressCheckoutDetails, do_ack is success [2024-05-16 03:23:49.880] GetExpressCheckoutDetails, transactionID=4M647948175041114 [2024-05-16 03:23:49.880] GetExpressCheckoutDetails, feeamt=31.35 [2024-05-16 03:23:49.880] 【PaypalHelper,OnPaySuccess】 enter,id=39579565,user ip=203.145.95.126, CurrentUser.Id=-1418014853 [2024-05-16 03:24:03.724] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=39579565, order no=D20240516331345,user ip=203.145.95.126, CurrentUser.Id=-1418014853 [2024-05-16 03:24:04.052] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=39579565, order no=D20240516331345,user ip=203.145.95.126, CurrentUser.Id=-1418014853 [2024-05-16 03:24:18.677] 更新 p_user_service_time,channelid=-937886262, privilege=download, service_time_limit=367, service_time_unit=d, CurrentUser id=-1418014853, p_product_master_order.user_id-1418014853 [2024-05-16 03:24:18.708] 更新 p_user_service_time,channelid=-937886262, privilege=live, service_time_limit=367, service_time_unit=d, CurrentUser id=-1418014853, p_product_master_order.user_id-1418014853 [2024-05-16 03:24:18.755] 更新 p_user_service_time,channelid=-937886262, privilege=review, service_time_limit=367, service_time_unit=d, CurrentUser id=-1418014853, p_product_master_order.user_id-1418014853 [2024-05-16 03:24:19.443] 重新组织权限 CollectUserCcaps, listUserServiceTime count =75, product id=5372 [2024-05-16 03:24:19.443] 重新组织权限 CollectUserCcaps,wp_capabilitiesc2,a2,d2,c3,d3,a3,archive,n1723,n2339,n2444,n5272,n5554,n7152,n7794,n8957 [2024-05-16 03:24:19.443] program_code_new =c2,a2,d2,archive,n5272,n1723,n2339,n2444,n5554,n7794 [2024-05-16 03:24:19.552] 【PaypalHelper,OnPaySuccess】 completed,id=39579565,user ip=203.145.95.126, CurrentUser.Id=-1418014853 [2024-05-16 03:30:50.022] mobileAgents[i]:iphone [2024-05-16 04:08:18.464] mobileAgents[i]:android [2024-05-16 04:27:57.542] mobileAgents[i]:iphone [2024-05-16 04:37:25.019] mobileAgents[i]:android [2024-05-16 05:03:25.462] 准备创建主订单,id=-662406014, order no=D20240516331346, user ip=118.140.122.114, CurrentUser.Id=-989857601 [2024-05-16 05:03:25.462] xxxx [2024-05-16 05:03:25.556] xxxx2 [2024-05-16 05:03:25.556] 准备创建订单详细,id=-662406014, order no=D20240516331346, user ip=118.140.122.114, CurrentUser.Id=-989857601 [2024-05-16 05:03:25.634] 订单创建完成,id=-662406014,user ip=118.140.122.114, CurrentUser.Id=-989857601 [2024-05-16 06:48:18.443] 准备创建主订单,id=-868717967, order no=D20240516331347, user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 06:48:18.443] xxxx [2024-05-16 06:48:18.490] xxxx2 [2024-05-16 06:48:18.490] 准备创建订单详细,id=-868717967, order no=D20240516331347, user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 06:48:18.630] 订单创建完成,id=-868717967,user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 06:48:40.474] SetExpressCheckout,orderId=-868717967,user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 06:48:40.490] 订单准备付款,orderId=-868717967,user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 06:48:40.490] SetExpressCheckout,currency=HKD,name=user,L_NAME1=02 - 沈大師講投資 (第36季) $600,L_AMT1=600.00,L_QTY1=1,L_OrderNo=D20240516331347 [2024-05-16 06:48:40.490] SetExpressCheckout,L_AMT1=600.00 [2024-05-16 06:48:40.490] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=600.00 [2024-05-16 06:48:40.490] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=600 [2024-05-16 06:48:40.490] SetExpressCheckout,start SetExpressCheckout [2024-05-16 06:48:41.287] 订单准备付款,发送短信通知,orderId=-868717967,user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 06:48:41.380] 订单准备付款,即将转向,orderId=-868717967,user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 06:49:16.724] 开始付款,即将转向,orderId=-868717967,user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 06:49:16.724] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 06:49:17.240] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 06:49:17.240] GetExpressCheckoutDetails, payerid=ETH244R3H7QDN [2024-05-16 06:49:19.665] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 06:49:19.665] GetExpressCheckoutDetails, do_ack is success [2024-05-16 06:49:19.665] GetExpressCheckoutDetails, transactionID=3JN76613MT4988813 [2024-05-16 06:49:19.665] GetExpressCheckoutDetails, feeamt=19.75 [2024-05-16 06:49:19.665] 【PaypalHelper,OnPaySuccess】 enter,id=-868717967,user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 06:49:29.993] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=-868717967, order no=D20240516331347,user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 06:49:30.227] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=-868717967, order no=D20240516331347,user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 06:49:41.024] 更新 p_user_service_time,channelid=466327554, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=-896060928, p_product_master_order.user_id-896060928 [2024-05-16 06:49:41.071] 更新 p_user_service_time,channelid=466327554, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=-896060928, p_product_master_order.user_id-896060928 [2024-05-16 06:49:41.087] 更新 p_user_service_time,channelid=466327554, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=-896060928, p_product_master_order.user_id-896060928 [2024-05-16 06:49:41.149] 重新组织权限 CollectUserCcaps, listUserServiceTime count =3, product id=7632 [2024-05-16 06:49:41.149] 重新组织权限 CollectUserCcaps,wp_capabilitiesarchive,n5554,n5272,n1723,n2339,n2444,n5702,n5862,n6042,n6212,n6392,n6562,n6752,n6902,n7022,n7142,n7232,n7342,n7443,n7637,n7868,n8300,n8704,n9102 [2024-05-16 06:49:41.149] program_code_new =n9340 [2024-05-16 06:49:41.243] 【PaypalHelper,OnPaySuccess】 completed,id=-868717967,user ip=58.152.250.84, CurrentUser.Id=-896060928 [2024-05-16 08:01:45.113] 准备创建主订单,id=107666777, order no=D20240516331348, user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 08:01:45.113] xxxx [2024-05-16 08:01:45.191] xxxx2 [2024-05-16 08:01:45.191] 准备创建订单详细,id=107666777, order no=D20240516331348, user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 08:01:45.269] 订单创建完成,id=107666777,user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 08:02:01.972] SetExpressCheckout,orderId=107666777,user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 08:02:01.972] 订单准备付款,orderId=107666777,user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 08:02:01.972] SetExpressCheckout,currency=HKD,name=user,L_NAME1=02 - 沈大師講投資 (第36季) $600,L_AMT1=600.00,L_QTY1=1,L_OrderNo=D20240516331348 [2024-05-16 08:02:01.988] SetExpressCheckout,L_AMT1=600.00 [2024-05-16 08:02:01.988] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=600.00 [2024-05-16 08:02:01.988] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=600 [2024-05-16 08:02:01.988] SetExpressCheckout,start SetExpressCheckout [2024-05-16 08:02:02.753] 订单准备付款,发送短信通知,orderId=107666777,user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 08:02:02.863] 订单准备付款,即将转向,orderId=107666777,user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 08:04:13.964] 开始付款,即将转向,orderId=107666777,user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 08:04:13.964] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 08:04:14.417] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 08:04:14.417] GetExpressCheckoutDetails, payerid=2X7L3J2XJK276 [2024-05-16 08:04:15.823] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 08:04:15.823] GetExpressCheckoutDetails, do_ack is success [2024-05-16 08:04:15.823] GetExpressCheckoutDetails, transactionID=28X8998961573803N [2024-05-16 08:04:15.823] GetExpressCheckoutDetails, feeamt=19.75 [2024-05-16 08:04:15.823] 【PaypalHelper,OnPaySuccess】 enter,id=107666777,user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 08:04:26.745] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=107666777, order no=D20240516331348,user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 08:04:26.979] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=107666777, order no=D20240516331348,user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 08:04:37.948] 更新 p_user_service_time,channelid=466327554, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=-1332875893, p_product_master_order.user_id-1332875893 [2024-05-16 08:04:37.964] 更新 p_user_service_time,channelid=466327554, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=-1332875893, p_product_master_order.user_id-1332875893 [2024-05-16 08:04:37.979] 更新 p_user_service_time,channelid=466327554, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=-1332875893, p_product_master_order.user_id-1332875893 [2024-05-16 08:04:38.042] 重新组织权限 CollectUserCcaps, listUserServiceTime count =3, product id=7632 [2024-05-16 08:04:38.042] 重新组织权限 CollectUserCcaps,wp_capabilitiesarchive,n5554,n5272,n1723,n2339,n2444,n5862,n6042,n6212,n6392,n6562,n6752,n6902,n7022,n7142,n7232,n7342,n7443,n7637,n7868,n8300,n8704,n9102 [2024-05-16 08:04:38.042] program_code_new =n9340 [2024-05-16 08:04:38.151] 【PaypalHelper,OnPaySuccess】 completed,id=107666777,user ip=182.239.121.170, CurrentUser.Id=-1332875893 [2024-05-16 09:13:07.437] 118.99.2.19 /Account/MsgList login from cookie, userid=35722,userName=3102278, userPwd=$P$BLHXIsXt6OT4s3WddjfT7W0jD7S/CV/ [2024-05-16 09:30:34.655] 113.211.210.217 /Product/netradio login from cookie, userid=50814522,userName=Carrieho, userPwd=$P$B6BmE6JpEe/HEqusd2FcJyuNDikOPt. [2024-05-16 09:32:02.081] 准备创建主订单,id=402538107, order no=D20240516331349, user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 09:32:02.081] xxxx [2024-05-16 09:32:02.143] xxxx2 [2024-05-16 09:32:02.143] 准备创建订单详细,id=402538107, order no=D20240516331349, user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 09:32:02.221] 订单创建完成,id=402538107,user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 09:32:24.707] SetExpressCheckout,orderId=402538107,user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 09:32:24.707] 订单准备付款,orderId=402538107,user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 09:32:24.707] SetExpressCheckout,currency=HKD,name=user,L_NAME1=02 - 沈大師講投資 (第35季) $600,L_AMT1=600.00,L_QTY1=1,L_OrderNo=D20240516331349 [2024-05-16 09:32:24.723] SetExpressCheckout,L_AMT1=600.00 [2024-05-16 09:32:24.723] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=600.00 [2024-05-16 09:32:24.723] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=600 [2024-05-16 09:32:24.723] SetExpressCheckout,start SetExpressCheckout [2024-05-16 09:32:25.629] 订单准备付款,发送短信通知,orderId=402538107,user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 09:32:25.723] 订单准备付款,即将转向,orderId=402538107,user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 09:36:42.766] 开始付款,即将转向,orderId=402538107,user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 09:36:42.766] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 09:36:43.235] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 09:36:43.235] GetExpressCheckoutDetails, payerid=DSQ2YWNDHL5JU [2024-05-16 09:36:44.891] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 09:36:44.891] GetExpressCheckoutDetails, do_ack is success [2024-05-16 09:36:44.891] GetExpressCheckoutDetails, transactionID=0TD835501S344332T [2024-05-16 09:36:44.891] GetExpressCheckoutDetails, feeamt=19.75 [2024-05-16 09:36:44.891] 【PaypalHelper,OnPaySuccess】 enter,id=402538107,user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 09:36:54.438] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=402538107, order no=D20240516331349,user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 09:36:54.672] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=402538107, order no=D20240516331349,user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 09:37:06.532] 更新 p_user_service_time,channelid=466327554, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=50814522, p_product_master_order.user_id50814522 [2024-05-16 09:37:06.579] 更新 p_user_service_time,channelid=466327554, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=50814522, p_product_master_order.user_id50814522 [2024-05-16 09:37:06.610] 更新 p_user_service_time,channelid=466327554, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=50814522, p_product_master_order.user_id50814522 [2024-05-16 09:37:06.735] 重新组织权限 CollectUserCcaps, listUserServiceTime count =3, product id=7442 [2024-05-16 09:37:06.735] 重新组织权限 CollectUserCcaps,wp_capabilitiesarchive,n5554,n5272,n1723,n2339,n2444,n9340 [2024-05-16 09:37:06.735] program_code_new =n9102 [2024-05-16 09:37:06.829] 【PaypalHelper,OnPaySuccess】 completed,id=402538107,user ip=113.211.210.217, CurrentUser.Id=50814522 [2024-05-16 11:42:37.894] SetUserPermissionByFreeProduct for user id:1521867477 [2024-05-16 11:42:38.066] 重新组织权限 CollectUserCcaps, listUserServiceTime count =0, product id=3482 [2024-05-16 11:42:38.066] 重新组织权限 CollectUserCcaps,wp_capabilities [2024-05-16 11:42:38.066] program_code_new =archive,n5554,n5272,n1723,n2339,n2444 [2024-05-16 11:43:10.503] 16.163.30.215 /UserActivation.aspx?key=a8c8cf84-8d2b-4453-a6e4-b441fed10916&login_name=Blueberry user activation success,username=Blueberry,user ip=16.163.30.215 [2024-05-16 13:19:51.205] 准备创建主订单,id=353927977, order no=D20240516331350, user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 13:19:51.205] xxxx [2024-05-16 13:19:51.268] xxxx2 [2024-05-16 13:19:51.268] 准备创建订单详细,id=353927977, order no=D20240516331350, user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 13:19:51.362] 订单创建完成,id=353927977,user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 13:20:12.585] SetExpressCheckout,orderId=353927977,user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 13:20:12.600] 订单准备付款,orderId=353927977,user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 13:20:12.600] SetExpressCheckout,currency=HKD,name=user,L_NAME1=02 - 沈大師講投資 (第36季) $600,L_AMT1=600.00,L_QTY1=1,L_OrderNo=D20240516331350 [2024-05-16 13:20:12.600] SetExpressCheckout,L_AMT1=600.00 [2024-05-16 13:20:12.600] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=600.00 [2024-05-16 13:20:12.600] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=600 [2024-05-16 13:20:12.600] SetExpressCheckout,start SetExpressCheckout [2024-05-16 13:20:13.491] 订单准备付款,发送短信通知,orderId=353927977,user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 13:20:13.663] 订单准备付款,即将转向,orderId=353927977,user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 13:20:26.006] 开始付款,即将转向,orderId=353927977,user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 13:20:26.006] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 13:20:26.366] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 13:20:26.366] GetExpressCheckoutDetails, payerid=K4Q9HFJCFA99L [2024-05-16 13:20:28.506] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 13:20:28.506] GetExpressCheckoutDetails, do_ack is success [2024-05-16 13:20:28.506] GetExpressCheckoutDetails, transactionID=1KK586158L723883H [2024-05-16 13:20:28.506] GetExpressCheckoutDetails, feeamt=24.55 [2024-05-16 13:20:28.506] 【PaypalHelper,OnPaySuccess】 enter,id=353927977,user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 13:20:38.131] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=353927977, order no=D20240516331350,user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 13:20:38.350] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=353927977, order no=D20240516331350,user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 13:20:48.272] 更新 p_user_service_time,channelid=466327554, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=-1533527554, p_product_master_order.user_id-1533527554 [2024-05-16 13:20:48.350] 更新 p_user_service_time,channelid=466327554, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=-1533527554, p_product_master_order.user_id-1533527554 [2024-05-16 13:20:48.522] 更新 p_user_service_time,channelid=466327554, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=-1533527554, p_product_master_order.user_id-1533527554 [2024-05-16 13:20:48.631] 重新组织权限 CollectUserCcaps, listUserServiceTime count =3, product id=7632 [2024-05-16 13:20:48.631] 重新组织权限 CollectUserCcaps,wp_capabilitiesarchive,n2951,n3898,n4512,n2444,n4322,n2339,n1723,n4752,n4942,n5152,n5332,n5542,n5702,n5862,n6042,n6212,n6392,n6562,n6752,n6902,n7022,n7142,n7232,n7342,n7443,n7637,n7868,n8300,n8704,n9102 [2024-05-16 13:20:48.631] program_code_new =n9340 [2024-05-16 13:20:48.725] 【PaypalHelper,OnPaySuccess】 completed,id=353927977,user ip=60.230.2.119, CurrentUser.Id=-1533527554 [2024-05-16 14:07:14.469] SetUserPermissionByFreeProduct for user id:-1585052213 [2024-05-16 14:07:14.719] 重新组织权限 CollectUserCcaps, listUserServiceTime count =0, product id=3482 [2024-05-16 14:07:14.719] 重新组织权限 CollectUserCcaps,wp_capabilities [2024-05-16 14:07:14.719] program_code_new =archive,n5554,n5272,n1723,n2339,n2444 [2024-05-16 14:09:48.648] 185.22.155.124 /UserActivation.aspx?key=d2f507a0-c2f9-4605-bd85-a522d8d8479f&login_name=lqylly user activation success,username=lqylly,user ip=185.22.155.124 [2024-05-16 15:30:48.498] mobileAgents[i]:iphone [2024-05-16 15:56:28.210] mobileAgents[i]:android [2024-05-16 15:57:23.914] 准备创建主订单,id=840287037, order no=D20240516331351, user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 15:57:23.914] xxxx [2024-05-16 15:57:23.960] xxxx2 [2024-05-16 15:57:23.960] 准备创建订单详细,id=840287037, order no=D20240516331351, user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 15:57:24.023] 订单创建完成,id=840287037,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 15:57:55.929] SetExpressCheckout,orderId=840287037,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 15:57:55.947] 订单准备付款,orderId=840287037,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 15:57:55.947] SetExpressCheckout,currency=HKD,name=user,L_NAME1=05 - 魅影空間 (第35季) $150,L_AMT1=150.00,L_QTY1=1,L_OrderNo=D20240516331351 [2024-05-16 15:57:55.961] SetExpressCheckout,L_AMT1=150.00 [2024-05-16 15:57:55.961] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=150.00 [2024-05-16 15:57:55.961] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=150 [2024-05-16 15:57:55.961] SetExpressCheckout,start SetExpressCheckout [2024-05-16 15:57:56.773] 订单准备付款,发送短信通知,orderId=840287037,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 15:57:56.867] 订单准备付款,即将转向,orderId=840287037,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 15:58:33.274] 开始付款,即将转向,orderId=840287037,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 15:58:33.274] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 15:58:33.742] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 15:58:33.742] GetExpressCheckoutDetails, payerid=EQZPY7PEAPHXJ [2024-05-16 15:58:35.305] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 15:58:35.305] GetExpressCheckoutDetails, do_ack is success [2024-05-16 15:58:35.305] GetExpressCheckoutDetails, transactionID=0E1416314F295243A [2024-05-16 15:58:35.305] GetExpressCheckoutDetails, feeamt=6.70 [2024-05-16 15:58:35.305] 【PaypalHelper,OnPaySuccess】 enter,id=840287037,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 15:58:44.829] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=840287037, order no=D20240516331351,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 15:58:45.047] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=840287037, order no=D20240516331351,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 15:58:54.692] 更新 p_user_service_time,channelid=731117391, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=31707, p_product_master_order.user_id31707 [2024-05-16 15:58:54.723] 更新 p_user_service_time,channelid=731117391, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=31707, p_product_master_order.user_id31707 [2024-05-16 15:58:54.738] 更新 p_user_service_time,channelid=731117391, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=31707, p_product_master_order.user_id31707 [2024-05-16 15:58:55.520] 重新组织权限 CollectUserCcaps, listUserServiceTime count =75, product id=7432 [2024-05-16 15:58:55.520] 重新组织权限 CollectUserCcaps,wp_capabilitiesa2,d2,c2,archive,n4330,n2508,n4514,n3806,n4112,n4113,n4328,n4323,n2850,n4513,n3455,n2951,n4224,n3807,n4520,n3456,n4117,n2570,n4518,n2507,n2571,n1723,n2851,n2339,n2444,n4324,n2569,n4758,n4753,n4754,n4948,n4943,n4944,n5158,n5153,n5154,n5338,n5333,n5334,n5548,n5543,n5544,n5272,n5554,n5708,n5703,n5704,n5869,n5863,n5864,n6048,n6043,n6044,n6047,n6213,n6214,n6220,n6217,n6400,n6393,n6394,n6569,n6563,n6564,n6759,n6753,n6754,n6903,n6904,n6908,n7023,n7024,n7029,n7027,n7143,n7144,n7148,n7147,n7233,n7236,n7343,n7347,n7446,n7458,n7641,n7657,n7794,n7874,n8303,n8711 [2024-05-16 15:58:55.520] program_code_new =n9104 [2024-05-16 15:58:55.660] 【PaypalHelper,OnPaySuccess】 completed,id=840287037,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:00:11.334] 准备创建主订单,id=388016962, order no=D20240516331352, user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:00:11.334] xxxx [2024-05-16 16:00:11.538] xxxx2 [2024-05-16 16:00:11.538] 准备创建订单详细,id=388016962, order no=D20240516331352, user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:00:11.600] 订单创建完成,id=388016962,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:00:34.288] SetExpressCheckout,orderId=388016962,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:00:34.303] 订单准备付款,orderId=388016962,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:00:34.303] SetExpressCheckout,currency=HKD,name=user,L_NAME1=05 - 魅影空間 (第36季) $150,L_AMT1=150.00,L_QTY1=1,L_OrderNo=D20240516331352 [2024-05-16 16:00:34.303] SetExpressCheckout,L_AMT1=150.00 [2024-05-16 16:00:34.303] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=150.00 [2024-05-16 16:00:34.303] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=150 [2024-05-16 16:00:34.303] SetExpressCheckout,start SetExpressCheckout [2024-05-16 16:00:35.116] 订单准备付款,发送短信通知,orderId=388016962,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:00:35.178] 订单准备付款,即将转向,orderId=388016962,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:00:43.772] 开始付款,即将转向,orderId=388016962,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:00:43.772] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 16:00:44.147] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 16:00:44.147] GetExpressCheckoutDetails, payerid=EQZPY7PEAPHXJ [2024-05-16 16:00:46.038] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 16:00:46.038] GetExpressCheckoutDetails, do_ack is success [2024-05-16 16:00:46.038] GetExpressCheckoutDetails, transactionID=3RK55305YC215461K [2024-05-16 16:00:46.038] GetExpressCheckoutDetails, feeamt=6.70 [2024-05-16 16:00:46.038] 【PaypalHelper,OnPaySuccess】 enter,id=388016962,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:00:58.821] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=388016962, order no=D20240516331352,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:00:58.978] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=388016962, order no=D20240516331352,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:01:12.190] 更新 p_user_service_time,channelid=731117391, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=31707, p_product_master_order.user_id31707 [2024-05-16 16:01:12.222] 更新 p_user_service_time,channelid=731117391, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=31707, p_product_master_order.user_id31707 [2024-05-16 16:01:12.237] 更新 p_user_service_time,channelid=731117391, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=31707, p_product_master_order.user_id31707 [2024-05-16 16:01:12.722] 重新组织权限 CollectUserCcaps, listUserServiceTime count =75, product id=7622 [2024-05-16 16:01:12.722] 重新组织权限 CollectUserCcaps,wp_capabilitiesa2,d2,c2,archive,n4330,n2508,n4514,n3806,n4112,n4113,n4328,n4323,n2850,n4513,n3455,n2951,n4224,n3807,n4520,n3456,n4117,n2570,n4518,n2507,n2571,n1723,n2851,n2339,n2444,n4324,n2569,n4758,n4753,n4754,n4948,n4943,n4944,n5158,n5153,n5154,n5338,n5333,n5334,n5548,n5543,n5544,n5272,n5554,n5708,n5703,n5704,n5869,n5863,n5864,n6048,n6043,n6044,n6047,n6213,n6214,n6220,n6217,n6400,n6393,n6394,n6569,n6563,n6564,n6759,n6753,n6754,n6903,n6904,n6908,n7023,n7024,n7029,n7027,n7143,n7144,n7148,n7147,n7233,n7236,n7343,n7347,n7446,n7458,n7641,n7657,n7794,n7874,n8303,n8711,n9104 [2024-05-16 16:01:12.722] program_code_new =n9342 [2024-05-16 16:01:12.800] 【PaypalHelper,OnPaySuccess】 completed,id=388016962,user ip=114.73.150.152, CurrentUser.Id=31707 [2024-05-16 16:16:28.897] mobileAgents[i]:iphone [2024-05-16 16:23:08.003] 准备创建主订单,id=-1729028484, order no=D20240516331353, user ip=219.73.43.209, CurrentUser.Id=29265 [2024-05-16 16:23:08.003] xxxx [2024-05-16 16:23:08.081] xxxx2 [2024-05-16 16:23:08.081] 准备创建订单详细,id=-1729028484, order no=D20240516331353, user ip=219.73.43.209, CurrentUser.Id=29265 [2024-05-16 16:23:08.222] 订单创建完成,id=-1729028484,user ip=219.73.43.209, CurrentUser.Id=29265 [2024-05-16 16:23:27.456] SetExpressCheckout,orderId=-1729028484,user ip=219.73.43.209, CurrentUser.Id=29265 [2024-05-16 16:23:27.472] 订单准备付款,orderId=-1729028484,user ip=219.73.43.209, CurrentUser.Id=29265 [2024-05-16 16:23:27.472] SetExpressCheckout,currency=HKD,name=user,L_NAME1=12 - 空中再飛人 (第35季) $150,L_AMT1=150.00,L_QTY1=1,L_OrderNo=D20240516331353 [2024-05-16 16:23:27.472] SetExpressCheckout,L_AMT1=150.00 [2024-05-16 16:23:27.472] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=150.00 [2024-05-16 16:23:27.472] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=150 [2024-05-16 16:23:27.472] SetExpressCheckout,start SetExpressCheckout [2024-05-16 16:23:28.300] 订单准备付款,发送短信通知,orderId=-1729028484,user ip=219.73.43.209, CurrentUser.Id=29265 [2024-05-16 16:23:28.394] 订单准备付款,即将转向,orderId=-1729028484,user ip=219.73.43.209, CurrentUser.Id=29265 [2024-05-16 16:32:46.443] 220.246.37.233 /Account/ResetPasswordSubmit?key=5fa65607-a469-43b2-85a8-ed572e1c6cd0&email=susanst@netvigator.com login from cookie, userid=-597688845,userName=Suewin, userPwd=$P$B6BmE6JpExvk0rxzv7pdLN8za48ZQm. [2024-05-16 16:33:02.209] 220.246.37.233 /Account/ResetPasswordSubmit?key=5fa65607-a469-43b2-85a8-ed572e1c6cd0&email=susanst@netvigator.com login from cookie, userid=-597688845,userName=Suewin, userPwd=$P$B6BmE6JpExvk0rxzv7pdLN8za48ZQm. [2024-05-16 16:34:55.475] 220.246.37.233 /Account/ResetPasswordSubmit?key=5fa65607-a469-43b2-85a8-ed572e1c6cd0&email=susanst@netvigator.com login from cookie, userid=-597688845,userName=Suewin, userPwd=$P$B6BmE6JpExvk0rxzv7pdLN8za48ZQm. [2024-05-16 16:35:10.789] 220.246.37.233 /Account/ResetPasswordSubmit?key=5fa65607-a469-43b2-85a8-ed572e1c6cd0&email=susanst@netvigator.com login from cookie, userid=-597688845,userName=Suewin, userPwd=$P$B6BmE6JpExvk0rxzv7pdLN8za48ZQm. [2024-05-16 17:19:35.623] 15.235.15.135 / System.NullReferenceException: Object reference not set to an instance of an object. at D100.Web.MvcApplication.IsMobileDevice() in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.Web\Global.asax.cs:line 193 at D100.Web.MvcApplication.Application_BeginRequest(Object sender, EventArgs e) in C:\Users\million\Desktop\Project\iconszdev\D100PhaseIII\D100-2\D100.Web\Global.asax.cs:line 125 at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) [2024-05-16 18:56:55.216] mobileAgents[i]:android [2024-05-16 19:00:14.765] 118.209.222.177 /Account/MyOrder login from cookie, userid=33966,userName=3105206, userPwd=$P$BYWDaiCJKFCwIFGQf.pJNIYvcWyGRJ/ [2024-05-16 20:07:13.173] 196.196.53.83 /Account/ System.Web.HttpException (0x80004005): A public action method 'Index' was not found on controller 'D100.Web.Controllers.AccountController'. at System.Web.Mvc.Controller.HandleUnknownAction(String actionName) at System.Web.Mvc.Controller.<>c__DisplayClass1d.b__18(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.b__3(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.b__3(IAsyncResult ar) at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) [2024-05-16 20:30:25.690] 准备创建主订单,id=-880004789, order no=D20240516331354, user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:30:25.690] xxxx [2024-05-16 20:30:25.753] xxxx2 [2024-05-16 20:30:25.753] 准备创建订单详细,id=-880004789, order no=D20240516331354, user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:30:25.815] 订单创建完成,id=-880004789,user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:30:40.327] SetExpressCheckout,orderId=-880004789,user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:30:40.343] 订单准备付款,orderId=-880004789,user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:30:40.343] SetExpressCheckout,currency=HKD,name=user,L_NAME1=02 - 沈大師講投資 (第36季) $600,L_AMT1=600.00,L_QTY1=1,L_OrderNo=D20240516331354 [2024-05-16 20:30:40.343] SetExpressCheckout,L_AMT1=600.00 [2024-05-16 20:30:40.343] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=600.00 [2024-05-16 20:30:40.343] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=600 [2024-05-16 20:30:40.343] SetExpressCheckout,start SetExpressCheckout [2024-05-16 20:30:41.156] 订单准备付款,发送短信通知,orderId=-880004789,user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:30:41.234] 订单准备付款,即将转向,orderId=-880004789,user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:30:55.765] 开始付款,即将转向,orderId=-880004789,user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:30:55.765] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 20:30:56.203] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 20:30:56.203] GetExpressCheckoutDetails, payerid=HBTCHXHYJ6WEC [2024-05-16 20:30:58.437] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 20:30:58.437] GetExpressCheckoutDetails, do_ack is success [2024-05-16 20:30:58.437] GetExpressCheckoutDetails, transactionID=0UY66246TN6191231 [2024-05-16 20:30:58.437] GetExpressCheckoutDetails, feeamt=19.75 [2024-05-16 20:30:58.437] 【PaypalHelper,OnPaySuccess】 enter,id=-880004789,user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:31:08.297] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=-880004789, order no=D20240516331354,user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:31:08.438] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=-880004789, order no=D20240516331354,user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:31:17.813] 更新 p_user_service_time,channelid=466327554, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=1015757748, p_product_master_order.user_id1015757748 [2024-05-16 20:31:17.829] 更新 p_user_service_time,channelid=466327554, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=1015757748, p_product_master_order.user_id1015757748 [2024-05-16 20:31:17.844] 更新 p_user_service_time,channelid=466327554, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=1015757748, p_product_master_order.user_id1015757748 [2024-05-16 20:31:18.172] 重新组织权限 CollectUserCcaps, listUserServiceTime count =75, product id=7632 [2024-05-16 20:31:18.172] 重新组织权限 CollectUserCcaps,wp_capabilitiesarchive,n2951,n4224,n4512,n2444,n4322,n2339,n1723,n4752,n4942,n5152,n5332,n5542,n5702,n5862,n6042,n6212,n6392,n6465,n6562,n6752,n6902,n7022,n7142,n7232,n7342,n7443,n7637,n7868,n7850,n8300,n8704,n9102 [2024-05-16 20:31:18.172] program_code_new =n9340 [2024-05-16 20:31:18.250] 【PaypalHelper,OnPaySuccess】 completed,id=-880004789,user ip=123.203.126.46, CurrentUser.Id=1015757748 [2024-05-16 20:49:09.869] mobileAgents[i]:android [2024-05-16 20:51:00.498] 准备创建主订单,id=-1381688645, order no=D20240516331355, user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 20:51:00.498] xxxx [2024-05-16 20:51:00.576] xxxx2 [2024-05-16 20:51:00.576] 准备创建订单详细,id=-1381688645, order no=D20240516331355, user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 20:51:00.685] 订单创建完成,id=-1381688645,user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 20:51:17.841] SetExpressCheckout,orderId=-1381688645,user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 20:51:17.857] 订单准备付款,orderId=-1381688645,user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 20:51:17.857] SetExpressCheckout,currency=HKD,name=user,L_NAME1=02 - 沈大師講投資 (第36季) $600,L_AMT1=600.00,L_QTY1=1,L_OrderNo=D20240516331355 [2024-05-16 20:51:17.857] SetExpressCheckout,L_AMT1=600.00 [2024-05-16 20:51:17.857] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=600.00 [2024-05-16 20:51:17.857] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=600 [2024-05-16 20:51:17.857] SetExpressCheckout,start SetExpressCheckout [2024-05-16 20:51:18.951] 订单准备付款,发送短信通知,orderId=-1381688645,user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 20:51:19.029] 订单准备付款,即将转向,orderId=-1381688645,user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 20:54:19.971] 开始付款,即将转向,orderId=-1381688645,user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 20:54:19.971] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 20:54:20.440] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 20:54:20.440] GetExpressCheckoutDetails, payerid=B5LKRLGFLBNGY [2024-05-16 20:54:22.190] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 20:54:22.190] GetExpressCheckoutDetails, do_ack is success [2024-05-16 20:54:22.190] GetExpressCheckoutDetails, transactionID=7HM56659TD468643N [2024-05-16 20:54:22.190] GetExpressCheckoutDetails, feeamt=19.75 [2024-05-16 20:54:22.190] 【PaypalHelper,OnPaySuccess】 enter,id=-1381688645,user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 20:54:31.159] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=-1381688645, order no=D20240516331355,user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 20:54:31.331] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=-1381688645, order no=D20240516331355,user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 20:54:41.005] 更新 p_user_service_time,channelid=466327554, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=-1644893277, p_product_master_order.user_id-1644893277 [2024-05-16 20:54:41.037] 更新 p_user_service_time,channelid=466327554, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=-1644893277, p_product_master_order.user_id-1644893277 [2024-05-16 20:54:41.052] 更新 p_user_service_time,channelid=466327554, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=-1644893277, p_product_master_order.user_id-1644893277 [2024-05-16 20:54:41.115] 重新组织权限 CollectUserCcaps, listUserServiceTime count =3, product id=7632 [2024-05-16 20:54:41.115] 重新组织权限 CollectUserCcaps,wp_capabilitiesarchive,n5554,n5272,n1723,n2339,n2444,n5702,n5862,n6042,n6212,n6392,n6562,n6752,n6902,n7022,n7232,n7342,n7443,n7637,n7868,n8300,n8704,n9102 [2024-05-16 20:54:41.115] program_code_new =n9340 [2024-05-16 20:54:41.224] 【PaypalHelper,OnPaySuccess】 completed,id=-1381688645,user ip=221.127.146.18, CurrentUser.Id=-1644893277 [2024-05-16 21:23:33.755] 准备创建主订单,id=2096878896, order no=D20240516331356, user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:23:33.755] xxxx [2024-05-16 21:23:33.833] xxxx2 [2024-05-16 21:23:33.833] 准备创建订单详细,id=2096878896, order no=D20240516331356, user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:23:33.880] 订单创建完成,id=2096878896,user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:23:58.630] SetExpressCheckout,orderId=2096878896,user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:23:58.646] 订单准备付款,orderId=2096878896,user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:23:58.646] SetExpressCheckout,currency=HKD,name=user,L_NAME1=02 - 沈大師講投資 (第36季) $600,L_AMT1=600.00,L_QTY1=1,L_OrderNo=D20240516331356 [2024-05-16 21:23:58.646] SetExpressCheckout,L_AMT1=600.00 [2024-05-16 21:23:58.646] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=600.00 [2024-05-16 21:23:58.646] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=600 [2024-05-16 21:23:58.646] SetExpressCheckout,start SetExpressCheckout [2024-05-16 21:23:59.490] 订单准备付款,发送短信通知,orderId=2096878896,user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:23:59.646] 订单准备付款,即将转向,orderId=2096878896,user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:26:03.944] 开始付款,即将转向,orderId=2096878896,user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:26:03.944] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 21:26:04.773] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 21:26:04.773] GetExpressCheckoutDetails, payerid=KJFAYNSCLYP46 [2024-05-16 21:26:07.554] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 21:26:07.554] GetExpressCheckoutDetails, do_ack is success [2024-05-16 21:26:07.554] GetExpressCheckoutDetails, transactionID=5RH73105LM878001X [2024-05-16 21:26:07.554] GetExpressCheckoutDetails, feeamt=19.75 [2024-05-16 21:26:07.554] 【PaypalHelper,OnPaySuccess】 enter,id=2096878896,user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:26:17.054] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=2096878896, order no=D20240516331356,user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:26:17.210] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=2096878896, order no=D20240516331356,user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:26:26.510] 更新 p_user_service_time,channelid=466327554, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=-1095880210, p_product_master_order.user_id-1095880210 [2024-05-16 21:26:26.541] 更新 p_user_service_time,channelid=466327554, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=-1095880210, p_product_master_order.user_id-1095880210 [2024-05-16 21:26:26.572] 更新 p_user_service_time,channelid=466327554, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=-1095880210, p_product_master_order.user_id-1095880210 [2024-05-16 21:26:26.885] 重新组织权限 CollectUserCcaps, listUserServiceTime count =63, product id=7632 [2024-05-16 21:26:26.900] 重新组织权限 CollectUserCcaps,wp_capabilitiesarchive,n5554,n5272,n1723,n2339,n2444,n5862,n6042,n6212,n6392,n6562,n6752,n6902,n7022,n7142,n7232,n7342,n7443,n7637,n7868,n8300,n8704,n9102 [2024-05-16 21:26:26.900] program_code_new =n9340 [2024-05-16 21:26:26.994] 【PaypalHelper,OnPaySuccess】 completed,id=2096878896,user ip=221.127.3.139, CurrentUser.Id=-1095880210 [2024-05-16 21:29:54.040] 183.179.56.230 /Product/Subscription login from cookie, userid=28761,userName=3103110, userPwd=$P$BYrUBrQeoGtSPIBRoPIKdLVt/Wj1ht. [2024-05-16 21:43:53.311] 61.92.14.210 /Account/Register login from cookie, userid=33511,userName=lam_chi_fung@hotmail.com, userPwd=$P$B6BmE6JpEUrwaHx/zVicH.BxS1ePWZ1 [2024-05-16 21:45:02.001] 准备创建主订单,id=-1052991902, order no=D20240516331357, user ip=172.226.224.13, CurrentUser.Id=-1765631003 [2024-05-16 21:45:02.001] xxxx [2024-05-16 21:45:02.048] xxxx2 [2024-05-16 21:45:02.048] 准备创建订单详细,id=-1052991902, order no=D20240516331357, user ip=172.226.224.13, CurrentUser.Id=-1765631003 [2024-05-16 21:45:02.095] 订单创建完成,id=-1052991902,user ip=172.226.224.13, CurrentUser.Id=-1765631003 [2024-05-16 21:45:22.314] SetExpressCheckout,orderId=-1052991902,user ip=172.226.224.13, CurrentUser.Id=-1765631003 [2024-05-16 21:45:22.314] 订单准备付款,orderId=-1052991902,user ip=172.226.224.13, CurrentUser.Id=-1765631003 [2024-05-16 21:45:22.314] SetExpressCheckout,currency=HKD,name=user,L_NAME1=02 - 沈大師講投資 (第36季) $600,L_AMT1=600.00,L_QTY1=1,L_OrderNo=D20240516331357 [2024-05-16 21:45:22.329] SetExpressCheckout,L_AMT1=600.00 [2024-05-16 21:45:22.329] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=600.00 [2024-05-16 21:45:22.329] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=600 [2024-05-16 21:45:22.329] SetExpressCheckout,start SetExpressCheckout [2024-05-16 21:45:23.251] 订单准备付款,发送短信通知,orderId=-1052991902,user ip=172.226.224.13, CurrentUser.Id=-1765631003 [2024-05-16 21:45:23.329] 订单准备付款,即将转向,orderId=-1052991902,user ip=172.226.224.13, CurrentUser.Id=-1765631003 [2024-05-16 21:49:22.487] 开始付款,即将转向,orderId=-1052991902,user ip=172.226.224.0, CurrentUser.Id=-1765631003 [2024-05-16 21:49:22.487] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 21:49:22.955] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 21:49:22.955] GetExpressCheckoutDetails, payerid=5BHWWZV9W9B2S [2024-05-16 21:49:24.901] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 21:49:24.901] GetExpressCheckoutDetails, do_ack is success [2024-05-16 21:49:24.901] GetExpressCheckoutDetails, transactionID=5UA368004S079443H [2024-05-16 21:49:24.901] GetExpressCheckoutDetails, feeamt=19.75 [2024-05-16 21:49:24.901] 【PaypalHelper,OnPaySuccess】 enter,id=-1052991902,user ip=172.226.224.0, CurrentUser.Id=-1765631003 [2024-05-16 21:49:34.791] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=-1052991902, order no=D20240516331357,user ip=172.226.224.0, CurrentUser.Id=-1765631003 [2024-05-16 21:49:34.932] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=-1052991902, order no=D20240516331357,user ip=172.226.224.0, CurrentUser.Id=-1765631003 [2024-05-16 21:49:44.574] 更新 p_user_service_time,channelid=466327554, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=-1765631003, p_product_master_order.user_id-1765631003 [2024-05-16 21:49:44.606] 更新 p_user_service_time,channelid=466327554, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=-1765631003, p_product_master_order.user_id-1765631003 [2024-05-16 21:49:44.621] 更新 p_user_service_time,channelid=466327554, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=-1765631003, p_product_master_order.user_id-1765631003 [2024-05-16 21:49:44.949] 重新组织权限 CollectUserCcaps, listUserServiceTime count =75, product id=7632 [2024-05-16 21:49:44.949] 重新组织权限 CollectUserCcaps,wp_capabilitiesarchive,n1723,n2339,n2444,n5272,n5554,n6212,n6392,n6562,n6752,n6902,n7022,n7142,n7232,n7342,n7443,n7637,n7868,n7850,n8300,n8704,n9102 [2024-05-16 21:49:44.949] program_code_new =n9340 [2024-05-16 21:49:45.168] 【PaypalHelper,OnPaySuccess】 completed,id=-1052991902,user ip=172.226.224.0, CurrentUser.Id=-1765631003 [2024-05-16 21:55:55.152] mobileAgents[i]:android [2024-05-16 22:34:36.985] 准备创建主订单,id=2004921132, order no=D20240516331358, user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:34:36.985] xxxx [2024-05-16 22:34:37.063] xxxx2 [2024-05-16 22:34:37.063] 准备创建订单详细,id=2004921132, order no=D20240516331358, user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:34:37.126] 订单创建完成,id=2004921132,user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:35:29.412] SetExpressCheckout,orderId=2004921132,user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:35:29.412] 订单准备付款,orderId=2004921132,user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:35:29.412] SetExpressCheckout,currency=HKD,name=user,L_NAME1=02 - 沈大師講投資 (第36季) $600,L_AMT1=600.00,L_QTY1=1,L_OrderNo=D20240516331358 [2024-05-16 22:35:29.427] SetExpressCheckout,L_AMT1=600.00 [2024-05-16 22:35:29.427] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=600.00 [2024-05-16 22:35:29.427] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=600 [2024-05-16 22:35:29.427] SetExpressCheckout,start SetExpressCheckout [2024-05-16 22:35:30.427] 订单准备付款,发送短信通知,orderId=2004921132,user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:35:30.537] 订单准备付款,即将转向,orderId=2004921132,user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:37:50.970] 开始付款,即将转向,orderId=2004921132,user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:37:50.970] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 22:37:51.501] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 22:37:51.501] GetExpressCheckoutDetails, payerid=GELNXL8BFCXT2 [2024-05-16 22:37:53.204] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 22:37:53.204] GetExpressCheckoutDetails, do_ack is success [2024-05-16 22:37:53.204] GetExpressCheckoutDetails, transactionID=5K692720MS8420731 [2024-05-16 22:37:53.204] GetExpressCheckoutDetails, feeamt=19.75 [2024-05-16 22:37:53.204] 【PaypalHelper,OnPaySuccess】 enter,id=2004921132,user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:38:02.392] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=2004921132, order no=D20240516331358,user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:38:02.532] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=2004921132, order no=D20240516331358,user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:38:11.813] 更新 p_user_service_time,channelid=466327554, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=1099752601, p_product_master_order.user_id1099752601 [2024-05-16 22:38:11.860] 更新 p_user_service_time,channelid=466327554, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=1099752601, p_product_master_order.user_id1099752601 [2024-05-16 22:38:11.876] 更新 p_user_service_time,channelid=466327554, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=1099752601, p_product_master_order.user_id1099752601 [2024-05-16 22:38:12.204] 重新组织权限 CollectUserCcaps, listUserServiceTime count =75, product id=7632 [2024-05-16 22:38:12.204] 重新组织权限 CollectUserCcaps,wp_capabilitiesarchive,n2951,n2444,n3898,n4322,n4512,n4224,n2339,n1723,n4752,n4942,n5152,n5332,n5542,n5702,n5862,n6042,n6212,n6392,n6465,n6562,n6752,n6902,n7022,n7142,n7232,n7342,n7443,n7637,n7868,n7850,n8300,n8704,n9102 [2024-05-16 22:38:12.204] program_code_new =n9340 [2024-05-16 22:38:12.298] 【PaypalHelper,OnPaySuccess】 completed,id=2004921132,user ip=119.247.22.74, CurrentUser.Id=1099752601 [2024-05-16 22:43:48.434] 119.237.44.135 /Product/netradio login from cookie, userid=-1032509235,userName=victorleungch, userPwd=$P$B6BmE6JpE1HRQIqdg5alRRSxWhLqKd. [2024-05-16 22:44:09.310] 准备创建主订单,id=-1630044850, order no=D20240516331359, user ip=119.237.44.135, CurrentUser.Id=-1032509235 [2024-05-16 22:44:09.310] xxxx [2024-05-16 22:44:09.404] xxxx2 [2024-05-16 22:44:09.404] 准备创建订单详细,id=-1630044850, order no=D20240516331359, user ip=119.237.44.135, CurrentUser.Id=-1032509235 [2024-05-16 22:44:09.451] 订单创建完成,id=-1630044850,user ip=119.237.44.135, CurrentUser.Id=-1032509235 [2024-05-16 22:44:24.076] SetExpressCheckout,orderId=-1630044850,user ip=119.237.44.135, CurrentUser.Id=-1032509235 [2024-05-16 22:44:24.092] 订单准备付款,orderId=-1630044850,user ip=119.237.44.135, CurrentUser.Id=-1032509235 [2024-05-16 22:44:24.092] SetExpressCheckout,currency=HKD,name=user,L_NAME1=02 - 沈大師講投資 (第36季) $600,L_AMT1=600.00,L_QTY1=1,L_OrderNo=D20240516331359 [2024-05-16 22:44:24.092] SetExpressCheckout,L_AMT1=600.00 [2024-05-16 22:44:24.092] SetExpressCheckout,start to calc ft, L_QTY1=1,L_AMT1=600.00 [2024-05-16 22:44:24.092] SetExpressCheckout,start to calc ft, double.Parse(L_QTY1)=1,double.Parse(L_AMT1)=600 [2024-05-16 22:44:24.092] SetExpressCheckout,start SetExpressCheckout [2024-05-16 22:44:25.014] 订单准备付款,发送短信通知,orderId=-1630044850,user ip=119.237.44.135, CurrentUser.Id=-1032509235 [2024-05-16 22:44:25.092] 订单准备付款,即将转向,orderId=-1630044850,user ip=119.237.44.135, CurrentUser.Id=-1032509235 [2024-05-16 22:44:58.608] 开始付款,即将转向,orderId=-1630044850,user ip=119.237.44.135, CurrentUser.Id=-1032509235 [2024-05-16 22:44:58.608] GetExpressCheckoutDetails, 准备获取ack [2024-05-16 22:44:59.405] GetExpressCheckoutDetails, 已获取ack=Success [2024-05-16 22:44:59.405] GetExpressCheckoutDetails, payerid=Z2N99V36E6DAQ [2024-05-16 22:45:01.905] GetExpressCheckoutDetails, do_ack=Success [2024-05-16 22:45:01.905] GetExpressCheckoutDetails, do_ack is success [2024-05-16 22:45:01.905] GetExpressCheckoutDetails, transactionID=2R225442L16003336 [2024-05-16 22:45:01.905] GetExpressCheckoutDetails, feeamt=19.75 [2024-05-16 22:45:01.905] 【PaypalHelper,OnPaySuccess】 enter,id=-1630044850,user ip=119.237.44.135, CurrentUser.Id=-1032509235 [2024-05-16 22:45:11.501] 【PaypalHelper,OnPaySuccess】已更新季度订单和主訂單,id=-1630044850, order no=D20240516331359,user ip=119.237.44.135, CurrentUser.Id=-1032509235 [2024-05-16 22:45:11.783] 【PaypalHelper,OnPaySuccess】CreatePaySuccessMail,CreatePaymentSuccessMsg,SendPaidSMS,id=-1630044850, order no=D20240516331359,user ip=119.237.44.135, CurrentUser.Id=-1032509235 [2024-05-16 22:45:21.111] 更新 p_user_service_time,channelid=466327554, privilege=review, service_time_limit=, service_time_unit=, CurrentUser id=-1032509235, p_product_master_order.user_id-1032509235 [2024-05-16 22:45:21.126] 更新 p_user_service_time,channelid=466327554, privilege=live, service_time_limit=, service_time_unit=, CurrentUser id=-1032509235, p_product_master_order.user_id-1032509235 [2024-05-16 22:45:21.158] 更新 p_user_service_time,channelid=466327554, privilege=download, service_time_limit=, service_time_unit=, CurrentUser id=-1032509235, p_product_master_order.user_id-1032509235 [2024-05-16 22:45:21.439] 重新组织权限 CollectUserCcaps, listUserServiceTime count =54, product id=7632 [2024-05-16 22:45:21.439] 重新组织权限 CollectUserCcaps,wp_capabilitiesarchive,n1723,n2339,n2444,n5272,n5554,n5862,n6042,n6212,n6392,n6465,n6562,n6752,n6902,n6909,n7022,n7142,n7232,n7342,n7443,n7637,n7868,n8300,n8704,n8753,n9102,n9118 [2024-05-16 22:45:21.439] program_code_new =n9340 [2024-05-16 22:45:21.548] 【PaypalHelper,OnPaySuccess】 completed,id=-1630044850,user ip=119.237.44.135, CurrentUser.Id=-1032509235