apply([ 'bill_date' => date('Y-m-d', strtotime('-1 month')), // 账单时间(日账单yyyy-MM-dd,月账单 yyyy-MM) 'bill_type' => 'trade', ]); echo '
'; var_export($result); } catch (Exception $e) { echo $e->getMessage(); }