rain
2024-08-17 61b91c80f3d7526eb3caa04e6e781e591f48ec93
src/main/java/com/dji/sample/component/mqtt/service/IMessageSenderService.java
@@ -80,6 +80,10 @@
     */
    <T> ServiceReply<T> publishServicesTopic(TypeReference<T> clazz, String sn, String method, Object data);
    <T> ServiceReply<T> publishServicesTopic(TypeReference<T> clazz, String sn, String method, Object data, String bid,Long timestamp);
    ServiceReply publishServicesTopic(String sn, String method, Object data, String bid,Long timestamp);
    /**
     * Used exclusively for sending messages for services, and does not set the received subtype.
     * @param sn