Bug #2418
open[Tiện ích][Rerating error][Export rating error file][Lỗi backend] trường direction, type, fileType đã update ko bắt buộc trong TLNV nhưng vẫn cảnh báo bắt buộc
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": true,
"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": null,
"type": 1,
"fileType": 1,
"processName": null,
"fileName": null,
"errorCode": null,
"fromTimeProcess": "02/12/2024 00:00:00",
"toTimeProcess": "30/01/2025 23:59:59",
"status": null
}
}
Step 3: bỏ trống direction, type, Filetype
Kết quả:
[RM2_WEB_ERROR_016526] searchRequest.direction is required.
Note: TLNV update direction ko bắt buộc
Updated by Anh Vương Quốc 3 months ago
- Subject changed from [Tiện ích][Rerating error] Export rating error file, trường direction, type, fileType đã update ko bắt buộc trong TLNV nhưng vẫn cảnh báo bắt buộc to [Tiện ích][Rerating error][Lỗi backend] Export rating error file, trường direction, type, fileType đã update ko bắt buộc trong TLNV nhưng vẫn cảnh báo bắt buộc
Updated by Anh Vương Quốc 3 months ago
- Subject changed from [Tiện ích][Rerating error][Lỗi backend] Export rating error file, trường direction, type, fileType đã update ko bắt buộc trong TLNV nhưng vẫn cảnh báo bắt buộc to [Tiện ích][Rerating error][Export rating error file][Lỗi backend] trường direction, type, fileType đã update ko bắt buộc trong TLNV nhưng vẫn cảnh báo bắt buộc
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