按日期查询开票记录数据统计
GET
order/orderInvoiceCompany/getByDateStatistics
接口描述
该接口已经开发完成,调用接口将返回真实数据
请求头
参数名
类型
描述
必填
Authorization
string
Bearer d2331075-3cad-4768-ae55-76fd9b2e0056 用户登录token进行替换
必填
请求参数
参数名
类型
描述
必填
beginDate
String
开始日期
必填
endDate
String
结束日期
必填
isInvoice
Integer
是否开具发票 0-未开具 1-开具
必填
fromOrderInvoiceInfoId
Long
由xxx公司
必填
toOrderInvoiceInfoId
Long
向xxx公司开票
必填