Browse Source

购买下单

lyh 2 năm trước cách đây
mục cha
commit
b3701520f3

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

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