update参数返回编码表

This commit is contained in:
2024-04-19 15:50:41 +08:00
parent 1af79f832e
commit bd44f71284
3 changed files with 16 additions and 48 deletions

View File

@@ -63,7 +63,7 @@ public class NMGController extends ThirdPartyBaseController {
QueryOperatorInfoDTO paramDTO = parseDto(dto, QueryOperatorInfoDTO.class);
Map<String, String> map = platformLogic.queryOperatorInfo(paramDTO);
logger.info("内蒙古平台查询运营商信息 result:{}", JSON.toJSONString(map));
return CommonResult.success(0, "请求令牌成功!", map.get("Data"), map.get("Sig"));
return CommonResult.success(0, "操作成功!", map.get("Data"), map.get("Sig"));
} catch (Exception e) {
logger.error("内蒙古平台查询运营商信息 异常", e);
return CommonResult.failed("查询运营商信息发生异常");