pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/config/RestTemplateConfig.java
File was renamed from pipIrr-platform/pipIrr-web/pipIrr-web-webchat/src/main/java/com/dy/pipirrWebChat/config/RestTemplateConfig.java
@@ -1,4 +1,4 @@
package com.dy.pipirrWebChat.config;
package com.dy.pipIrrSell.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
@@ -9,12 +9,11 @@
import java.nio.charset.StandardCharsets;
import java.util.List;
//import org.apache.http.client.HttpClient;
/**
 * @author ZhuBaoMin
 * @date 2024-02-23 15:42
 * @LastEditTime 2024-02-23 15:42
 * @date 2024-03-06 11:43
 * @LastEditTime 2024-03-06 11:43
 * @Description
 */
@@ -77,5 +76,4 @@
        return restTemplate;
    }
}
}