|
|
@@ -5,6 +5,7 @@ import com.alibaba.fastjson.JSONObject;
|
|
|
import com.fdkankan.common.constant.ConstantFilePath;
|
|
|
import com.fdkankan.common.response.ResultData;
|
|
|
import com.fdkankan.common.util.MatrixToImageWriterUtil;
|
|
|
+import com.fdkankan.common.util.StrExtUtil;
|
|
|
import com.fdkankan.mq.message.BuildSceneMqMessage;
|
|
|
import com.fdkankan.mq.util.RocketMQProducer;
|
|
|
import com.fdkankan.platform.api.feign.PlatformGoodsClient;
|
|
|
@@ -60,6 +61,7 @@ public class TestController {
|
|
|
@GetMapping("/test")
|
|
|
public String test() throws Exception {
|
|
|
ResultData<Camera> cameraByChildName = platformGoodsClient.getCameraByChildName("123");
|
|
|
+ StrExtUtil.test();
|
|
|
return "123";
|
|
|
|
|
|
}
|