Commit c6bc42f1 authored by ZhuChunYang's avatar ZhuChunYang

update

parent 7c2f317a
...@@ -164,6 +164,9 @@ class CoinController extends BaseController ...@@ -164,6 +164,9 @@ class CoinController extends BaseController
unset($key, $value); unset($key, $value);
} }
} }
if(!$datas['data']){
$datas['data'] = null;
}
return $datas; return $datas;
} }
......
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