Commit a20a540a authored by shajiaiming's avatar shajiaiming

fix

parent 74b51139
...@@ -249,7 +249,7 @@ class IssueCoinController extends BaseController ...@@ -249,7 +249,7 @@ class IssueCoinController extends BaseController
if (CoinIssueCoin::STATUS_REFUSE == $data->status) { if (CoinIssueCoin::STATUS_REFUSE == $data->status) {
$code = -1; $code = -1;
$msg = '发行失败。失败原因:' . $data->transfer->finish_query_transaction; $msg = '发行失败。失败原因:' . $data->transfer->finish_query_transaction;
} }
......
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