Commit 213e1e59 authored by ZhuChunYang's avatar ZhuChunYang

update

parent 8102d498
......@@ -45,6 +45,10 @@ class ReleaseCheckController extends Controller
$coin_release_check->save();
exit;
}
if(!$coin_publish->auto_check){
echo date('Y-m-d H:i:s').':publish_id['.$coin_publish->id.']未设置自动审核功能'.PHP_EOL;
exit;
}
$auto_check_limit = $coin_publish->auto_check_limit;
if($auto_check_limit * 1e8 < $coin_release_check->amount){
echo date('Y-m-d H:i:s').':check_id['.$coin_release_check->id.'],coin['.$coin_release_check->coin.'],amount['.$coin_release_check->amount/1e8.']提币额度大于自动审核额度,不能自动审核'.PHP_EOL;
......
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