xieruidong 2 years ago
parent
commit
5d6627e537
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/common/service/OrderRefundService.php

+ 1 - 0
application/common/service/OrderRefundService.php

@@ -75,6 +75,7 @@ class OrderRefundService{
    public function bankUnion(){
        require __DIR__.'/../library/upacp_demo_b2c/sdk/acp_service.php';
         list($bool,$msg)=AcpService::refund($this->refund->order_no,$this->payment->pay_no,$this->getAmount('f'));
+        user_log("OrderRefundService/bankUnion/{$this->refund->order_no}",compact('bool','msg'));
         if(!$bool){
             throw_user($msg);
         }