|
|
@@ -300,6 +300,7 @@ class MiniProgramService
|
|
|
*/
|
|
|
public static function payOrderRefund($orderNo, array $opt)
|
|
|
{
|
|
|
+ var_dump($opt);
|
|
|
if (!isset($opt['pay_price'])) exception('缺少pay_price');
|
|
|
$totalFee = floatval(bcmul($opt['pay_price'], 100, 0));
|
|
|
$refundFee = isset($opt['refund_price']) ? floatval(bcmul($opt['refund_price'], 100, 0)) : null;
|