|
|
|
|
@ -945,7 +945,7 @@ class OrdersController extends CommonController
|
|
|
|
|
* description="在线退款原路返回对应的在线充值id"
|
|
|
|
|
* ),
|
|
|
|
|
* @OA\Property(
|
|
|
|
|
* property="refund_recharge_serial",
|
|
|
|
|
* property="refund_recharge_transaction_id",
|
|
|
|
|
* type="integer",
|
|
|
|
|
* description="在线退款原路返回所对应的在线充值记录的支付平台交易编号"
|
|
|
|
|
* ),
|
|
|
|
|
@ -1030,7 +1030,7 @@ class OrdersController extends CommonController
|
|
|
|
|
"to_refund_total" => $to_refund_total,
|
|
|
|
|
"refund_payment" => $recharge_for_online_refund ? $recharge_for_online_refund->payment : "cash",
|
|
|
|
|
"refund_recharge_id" => $recharge_for_online_refund ? $recharge_for_online_refund->id : null,
|
|
|
|
|
"refund_recharge_serial" => $recharge_for_online_refund ? $recharge_for_online_refund->payment_serial : null
|
|
|
|
|
"refund_recharge_transaction_id" => $recharge_for_online_refund ? $recharge_for_online_refund->payment_serial : null
|
|
|
|
|
]);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -1054,7 +1054,7 @@ class OrdersController extends CommonController
|
|
|
|
|
"to_refund_total" => $to_refund_total,
|
|
|
|
|
"refund_payment" => $recharge_for_online_refund ? $recharge_for_online_refund->payment : "cash",
|
|
|
|
|
"refund_recharge_id" => $recharge_for_online_refund ? $recharge_for_online_refund->id : null,
|
|
|
|
|
"refund_recharge_serial" => $recharge_for_online_refund ? $recharge_for_online_refund->payment_serial : null
|
|
|
|
|
"refund_recharge_transaction_id" => $recharge_for_online_refund ? $recharge_for_online_refund->payment_serial : null
|
|
|
|
|
]);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|