Commit af582089 authored by rlgy's avatar rlgy

update

parent fc15d2de
...@@ -75,7 +75,6 @@ class ExtractTokenJob extends BaseObject implements JobInterface ...@@ -75,7 +75,6 @@ class ExtractTokenJob extends BaseObject implements JobInterface
Yii::warning("减少用户资产失败: [申请id]: $this->cid, [资产]: $amount", __CLASS__); Yii::warning("减少用户资产失败: [申请id]: $this->cid, [资产]: $amount", __CLASS__);
} }
} else { } else {
var_dump($result);
Yii::info("提币失败: {$result['msg']}! [申请id]: $this->cid", __CLASS__); Yii::info("提币失败: {$result['msg']}! [申请id]: $this->cid", __CLASS__);
} }
} else { } else {
......
...@@ -44,7 +44,6 @@ class Chain33Service ...@@ -44,7 +44,6 @@ class Chain33Service
{ {
$ch = new Curl(); $ch = new Curl();
$jsonrpc = self::jsonRpcBuild($params, $method); $jsonrpc = self::jsonRpcBuild($params, $method);
echo $jsonrpc;
$ch->setHeader('Content-Type', 'application/json'); $ch->setHeader('Content-Type', 'application/json');
$ch->setRawPostData($jsonrpc); $ch->setRawPostData($jsonrpc);
$result = $ch->post(self::urlBuild(), false); $result = $ch->post(self::urlBuild(), false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment