|
@@ -73,6 +73,7 @@ class PayController extends BaseApiController
|
|
|
return $this->fail(PaymentLogic::getError(), $params);
|
|
return $this->fail(PaymentLogic::getError(), $params);
|
|
|
}
|
|
}
|
|
|
$result['sn'] = $order['sn'];
|
|
$result['sn'] = $order['sn'];
|
|
|
|
|
+ $result['order_id'] = $order['id'];
|
|
|
return $this->success('', $result);
|
|
return $this->success('', $result);
|
|
|
}
|
|
}
|
|
|
|
|
|