shish 4 年 前
コミット
d6656766c3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      biz-hd/refund/services/HdRefundService.php

+ 1 - 1
biz-hd/refund/services/HdRefundService.php

@@ -272,7 +272,7 @@ class HdRefundService extends BaseService
                 Yii::info($err_code_des);
                 $str = '';
                 foreach ($return as $rKey => $text) {
-                    $str .= $rKey . ':' . $text . "___";
+                    $str .= $rKey . ':' . $text . " | ";
                 }
                 Yii::info($str);
                 util::fail('退款失败');