南歧nc65对接

This commit is contained in:
hjx
2025-12-06 08:58:04 +08:00
parent 7efbe3d404
commit 7ff3054dc9
11 changed files with 93 additions and 25 deletions
@@ -162,6 +162,13 @@ public class RemoteUserFeignFallbackFactory implements FallbackFactory<UserServi
public R<LoginUser> getUserByTopOrganizationUserPhone(@RequestBody UserDTO userDTO, String source) {
return R.fail("获取组织用户失败:" + throwable.getMessage());
}
@Override
public AjaxResult<?> getShipperSummaryData(Long userId) {
return AjaxResult.error("查询失败" + throwable.getMessage());
}
};
}
}