Commit 6f7d22e4 authored by shajiaiming's avatar shajiaiming

调整

parent 95985853
......@@ -72,7 +72,7 @@ class TradeController extends BaseController
return ['code' => 0, 'data' => $model['memo']];
} else {
if (empty($model)) {
return ['code' => 1, 'data' => ['memo' => '', 'coins_fee' => ''], 'msg' => '记录不存在'];
return ['code' => 0, 'data' => ['memo' => '', 'coins_fee' => ''], 'msg' => '记录不存在'];
}
return ['code' => 0, 'data' => [
'memo' => $model['memo'],
......
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