文档
测试

根据关键字和日期

GET
http://localhost:8080/oa/invoice/findByKeywordList?keyword=1552456&createTime=2020-11-26

接口描述

localhost:8080/oa/invoice/findByKeywordList?keyword=15524&invoiceDate=2020-11-18

请求头

参数名
类型
描述
必填
Authorization
string
示例:eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjZiNWNmN2Y3LWE4YmMtNGI1OC1hZjdhLWIyMzVlMTFmNzQwNSJ9.53dxZ5PSDy06jlKns2IcHMW-rP34HKGjlutwsrv6ukdvzZOzw5dB1UtKJhK5Wz0V-fhiz1pBvRMZtBHAIyb6bA
必填

请求参数

参数名
类型
描述
必填
keyword
int
示例:1552456
必填
createTime
string
示例:2020-11-26
必填
createTime
string
示例:2020-11-18 17:15:50
可选
keyword
string
示例:
可选

响应参数

参数名
类型
描述
必填
total
int
示例:3
必填
rows
array
数据列表
必填
searchValue
object
示例:null
必填
createBy
object
示例:null
必填
createTime
object
示例:null
必填
updateBy
object
示例:null
必填
updateTime
object
示例:null
必填
remark
object
示例:null
必填
params
object
数据字典
必填
id
int
示例:1
必填
invoiceAmount
int
示例:2333
必填
pointAmount
int
示例:3
必填
name
string
示例:测试
必填
taxpayerRegistrationNumber
int
示例:1111111
必填
customerId
int
示例:2
必填
customerName
string
示例:客戶信息测试2
必填
userName
string
示例:账号1
必填
userId
int
示例:2
必填
deptId
int
示例:200
必填
deptName
string
示例:销售二部
必填
adress
string
示例:地址测试
必填
phone
string
示例:15524563252
必填
bankId
int
示例:1
必填
account
string
示例:111111111
必填
invoiceDate
string
示例:2020-11-18
必填
invoiceRegistrationDate
string
示例:2020-11-26
必填
confirm
string
示例:1
必填
invoiceCategory
string
示例:1
必填
invoiceCategoryName
string
示例:测试1
必填
userConfirm
string
示例:1
必填
keyword
object
示例:null
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填

说明 / 示例

{ "total": 3, "rows": [ { "searchValue": null, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "remark": null, "params": {}, "id": 1, "invoiceAmount": 2333, "pointAmount": 3, "name": "测试", "taxpayerRegistrationNumber": 1111111, "customerId": 2, "customerName": "客戶信息测试2", "userName": "ry", "userId": 2, "deptId": 200, "deptName": "销售部", "adress": "地址测试", "phone": "15524563252", "bankId": 1, "account": "111111111", "invoiceDate": "2020-11-18", "invoiceRegistrationDate": "2020-11-26", "confirm": "1", "invoiceCategory": "1", "invoiceCategoryName": "测试1", "userConfirm": "1", "keyword": null }, { "searchValue": null, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "remark": null, "params": {}, "id": 2, "invoiceAmount": 2333, "pointAmount": 3, "name": "测试", "taxpayerRegistrationNumber": 1111111, "customerId": 2, "customerName": "客戶信息测试2", "userName": "ry", "userId": 2, "deptId": 200, "deptName": "销售部", "adress": "地址测试222", "phone": "15524563252", "bankId": 1, "account": "111111111", "invoiceDate": "2020-11-18", "invoiceRegistrationDate": "2020-11-26", "confirm": "1", "invoiceCategory": "1", "invoiceCategoryName": "测试1", "userConfirm": "1", "keyword": null }, { "searchValue": null, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "remark": null, "params": {}, "id": 3, "invoiceAmount": 2333, "pointAmount": 3, "name": "测试", "taxpayerRegistrationNumber": 1111111, "customerId": 2, "customerName": "客戶信息测试2", "userName": "ry", "userId": 2, "deptId": 200, "deptName": "销售部", "adress": "地址测试", "phone": "15524563252", "bankId": 1, "account": "111111111", "invoiceDate": "2020-11-18", "invoiceRegistrationDate": "2020-11-26", "confirm": "0", "invoiceCategory": "1", "invoiceCategoryName": "测试1", "userConfirm": "1", "keyword": null } ], "code": 200, "msg": "查询成功" }