fix 方法报错

V0.5.x
jay 2023-05-31 09:37:21 +08:00
parent 14d59bfeb1
commit b06ee3790d
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
*/
package cc.iotkit.test.mqtt.service;
import cc.iotkit.common.Constants;
import cc.iotkit.common.constant.Constants;
import cc.iotkit.common.utils.JsonUtils;
import cc.iotkit.test.mqtt.config.Mqtt;
import cc.iotkit.test.mqtt.model.Request;