浏览代码

购买下单

lyh 2 年之前
父节点
当前提交
1b0a5aa603
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Services/Api/AcceptorService.php

+ 1 - 0
app/Services/Api/AcceptorService.php

@@ -973,6 +973,7 @@ class AcceptorService extends BaseService
         // 卖家1金豆人民币对比价格
         $cnyPrice = $this->getRealPrice(1, 'CNY', 1);
         $money = moneyFormat($cnyPrice * floatval($params['quota']),2);
+        return ['floatval' => $params['money'], '$money' => $money];
 
         if (floatval($params['money']) != $money) {
             $this->error = 2028;