This commit is contained in:
Lemon
2024-01-09 17:29:25 +08:00
parent 2764a267ae
commit 136b3a08d8
5 changed files with 10 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ public class XDTController extends BaseController {
Map<String, String> map = xdtService.queryEquipBusinessPolicy(queryStartChargeDTO);
logger.info("新电途平台查询业务策略信息 result:{}", JSONObject.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.info("新电途平台查询业务策略信息 error:", e);
e.printStackTrace();