Commit afc80783 authored by shajiaiming's avatar shajiaiming

初始化错误信息

parent 49cf0d1b
...@@ -63,6 +63,7 @@ class CrossChainController extends Controller ...@@ -63,6 +63,7 @@ class CrossChainController extends Controller
} }
if (isset($send_result)) { if (isset($send_result)) {
$currentModel->send_result = $send_result; $currentModel->send_result = $send_result;
$currentModel->msg = 0;
} }
$currentModel->save(); $currentModel->save();
}); });
......
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