提款命令未执行

时间:2018-10-17 18:54:59

标签: php

每次我尝试提取我的比特币以测试其提取功能时,我都遇到了一个我不太了解的错误。

任何人都可以阐明这个问题。

如果有帮助,我的网站是http://freebitcoinfaucet.xyz

//对SQL运行PDO connection。然后我们可以计算时间         //执行并记录查询SQL,绑定和时间在我们的内存中。

try {
        $result = $callback($query, $bindings);
    }

    // If an exception occurs when attempting to run a query, we'll format the error
    // message to include the bindings with SQL, which will make this exception a
    // lot more helpful to the developer instead of just the database's errors.
    catch (Exception $e) {
        throw new QueryException(
            $query, $this->prepareBindings($bindings), $e
        );
    }

    return $result;
}

/**
 * Log a query in the connection's query log.
 *
 * @param  string  $query
 * @param  array   $bindings
 * @param  float|null  $time
 * @return void
 */

这是争论!

  

SQLSTATE [22003]:数值超出范围:1264超出范围值   对于第1行的列“ net_amount”(SQL:插入withdraws   ({transaction_iduser_idgateway_nameamountcharge,   net_amountstatusaccountupdated_atcreated_at)个值   (8QmVNU7nCA0k2,7,BitCoin,0.00000100,7.000000025,-6.999999025,0,   3DPS7Mwz5E4p4KuooykCB8h6GhHwnWH2v6,2018-10-18 00:28:10,2018-10-18   00:28:10))

0 个答案:

没有答案