@@ -270,8 +270,10 @@ class app_payControl extends mbMemberControl
}
if(bccomp($result['data']['api_pay_amount'],$total_fee,2) == 0) {
+ Log::record("check_fee success.",Log::DEBUG);
return true;
} else {
+ Log::record("check_fee error.",Log::ERR);
return false;