作者 sgj
1 个管道 的构建 通过 耗费 3 秒

add the user charge notify

... ... @@ -615,6 +615,7 @@ class OrderController extends HomeBaseController{
$log_insert['user_id']=$order['users_id'];
$log_insert['fee']=$order['price'];
$log_insert['type']=1;
$log_insert['add_time']=time();
\db('fee_log')->insert($log_insert);
}
}catch (\Exception $exception){
... ...