文档
测试

2、查看发票日志

GET
/api/ledgerService/agency/invoice/activities4Agency

请求头

参数名
类型
描述
必填
invoiceId
Long
发票ID
必填
invoiceType
String
发票类型:SELF 自有,PLATFORM 平台
必填
pageNo
Integer
页码
必填
pageSize
Integer
页大小
必填

说明 / 示例

``` { "pageNo": 1, "pageSize": 20, "pageCount": 1, "totalItemsCount": 1, "items": [ { "id": 1011, "invoiceId": 10000006, "action": "ADD_INVOICE", "comment": "{\"invoiceNo\":\"666666\",\"taxRate\":\"3%\",\"invoiceAmount\":\"100元\",\"type\":\"专票\",\"invoiceDt\":\"2021-09-16\",\"receiver\":null,\"remark\":\"local test\",\"businessDt\":null,\"receiveDt\":null}", "personName": "66666", "createDate": "2021-09-26 10:22:11", "createBy": "66666", "updateDate": "2021-09-26 10:22:11", "updateBy": "66666" } ], "otherInfo": null, "version": null, "totalAmount": null, "hasNextPage": false } ```