aix
2024-08-06 440e415ca42276eb5f0aff562bf8c73ff8ab2c71
src/main/java/com/dji/sample/component/mqtt/service/IMessageSenderService.java
@@ -88,4 +88,11 @@
     * @return
     */
    ServiceReply publishServicesTopic(String sn, String method, Object data);
    <T> ServiceReply<T> publishRequestsTopic(TypeReference<T> clazz, String sn, String method, Object data, String bid);
    ServiceReply publishRequestsTopic(String sn, String method, Object data, String bid);
    ServiceReply publishRequestsTopic(String sn, String method, Object data);
}