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