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