项目

一般

简介

错误 #26476

盘点管理-盘点, user_id为空,返回result:“fail”,期望Result:"failure"

由 葛程 在 11 个月 之前添加. 更新于 10 个月 之前.

状态:
已关闭
优先级:
指派给:
开始日期:
2023-08-25
计划完成日期:
% 完成:

0%

预期时间:
严重等级:
Major
问题所属模块:
盘点模块
问题类型:
自动化测试问题

描述

接口路径:https://gapmsit.persagy.com/inventory/inventoryStockTaking/pointInventoryStocktakingDetails
header:
header:{
"Content-Type":"application/json;charset=utf-8",
"groupCode":"apiauto"
}

入参:
{
"user_id": "",
"userId": "1e846066a9c149e6ab7f2fdfa2a3e43c",
"pd": "e64b78fc3bc91bcbc7dc232ba8ec59e0",
"person_id": "RY1664473117976879106",
"personId": "RY1664473117976879106",
"groupCode": "apiauto",
"inventory_stock_taking_id": "PD61200000016ba80de5ae1444a6be535bf752a73f36"
}
预期结果:
{"ResultMsg":"user_id 不能为空","ResultCode":"A0400","Result":"failure"}
实际结果:
{
"cause": "",
"code": "A0400",
"def_exec": true,
"is_fail": true,
"is_success": false,
"message": "user_id 不能为空",
"result": "fail",
"timestamp": 1692893111809,
"trace_id": "64e77fb7e4b0bb27ce5b8886"
}

历史记录

#1

薛涛 更新于 10 个月 之前

  • 状态新建 变更为 已解决

捕获异常没有捕捉到

#2

由 葛程 更新于 10 个月 之前

v5.5.0-d857bb5-202309011046版本回归通过

#3

由 葛程 更新于 10 个月 之前

  • 状态已解决 变更为 已关闭

导出 Atom PDF