Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

已经配置了正确地址,发布订阅授权无法进入外部web服务器接口 #2606

Open
wocaonimagebi123 opened this issue Aug 15, 2024 · 0 comments

Comments

@wocaonimagebi123
Copy link

@PostMapping("/permission")
public Map<String, Object> permission(@RequestBody MqttPermissionBody permissionBody) {
Map<String, Object> map = Maps.newHashMap();
map.put("result", "deny");
map.put("is_superuser", true);
map.put("Status_Code", 200);
return map;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant