Bug #2421
open[Tiện ích][Rerating error][Export rating error file] [Lỗi back-end] Nhập type không tồn tại, vẫn trả về response export thành công
100%
Description
Step 1: test api với url: http://10.207.252.137:8040/api/roaming/rerating-error/export-rating-error-file
Step 2:
Request:
{
"isExcel": false,
"header":[
{"index": 0, "header": "Direction",
"indexOfData": 4},
{ "index": 1, "header": "Type",
"indexOfData": 3},
{ "index": 2, "header": "Source file",
"indexOfData": 0},
{ "index": 3, "header": "Process name",
"indexOfData": 1},
{ "index": 4, "header": "Time process",
"indexOfData": 7},
{ "index": 5, "header": "File name",
"indexOfData": 2},
{ "index": 6, "header": "Error code",
"indexOfData": 5},
{ "index": 7, "header": "Description",
"indexOfData": 6},
],
"searchRequest": {
"orderList": null,
"direction": 2,
"type": 3,
"fileType": 1,
"processName": null,
"fileName": null,
"errorCode": null,
"fromTimeProcess": "01/12/2024 00:00:00",
"toTimeProcess": "24/01/2025 23:59:59",
"status": null
},
"ids": [4]
}
Step 3: Nhập type không tồn tại, type: 3
Kết quả:
-Vẫn trả về response export thành công, dù thực tế type chỉ có 2 loại: 1-File, 2-CDR
Updated by Phạm Minh Phương 3 months ago
- Status changed from Open to Done
- Assignee changed from Phạm Minh Phương to Anh Vương Quốc
- % Done changed from 0 to 100