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