Commit 98d1f526 authored by hujun's avatar hujun

return_type

parent 9637d106
......@@ -233,6 +233,7 @@ class OfficePayLog extends Basic
} else {
$refund_data[$k]['transfer_image_array'] = [];
}
$refund_data[$k]['return_type'] = $this->params['type'];
}
return $this->response(200, '', $refund_data);
}
......
......@@ -235,6 +235,7 @@ class PayLog extends Basic
} else {
$refund_data[$k]['transfer_image_array'] = [];
}
$refund_data[$k]['return_type'] = $this->params['type'];
}
return $this->response(200, '',$refund_data);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment