SetBill_date($bill_date); $input->SetBill_type($bill_type); $file = WxPayApi::downloadBill($input); echo $file; //TODO 对账单文件处理 exit(0); } ?>