lyh 2 lat temu
rodzic
commit
05ad90bc8d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/Services/Api/AcceptorService.php

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

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