Exemplo n.º 1
0
        private bool Notify_CancelSucceed(object arg1, CancelSucceedEventArgs arg2)
        {
            _logger.Information(arg2.NotifyResponse.Raw);

            // 订单撤销时的处理代码
            return(true);
        }
Exemplo n.º 2
0
 private bool Notify_CancelSucceed(object arg1, CancelSucceedEventArgs arg2)
 {
     // 订单撤销时的处理代码
     return(true);
 }