Commit a735b982 authored by shajiaiming's avatar shajiaiming

交易数量init

parent 7a970ea6
......@@ -124,7 +124,7 @@ class CrossChainController extends BaseController
$code = -1;
$msg = 'fail';
$data = null;
$step = 0;
$step = $amount = 0;
$request = Yii::$app->request;
if (!$request->isGet) {
$msg = '请求错误!';
......
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