restTemple 工具类目录优化

This commit is contained in:
liuweijw
2018-05-31 23:55:55 +08:00
parent f2b48bbee1
commit ffb2136673

View File

@@ -12,12 +12,12 @@ import org.springframework.http.HttpEntity;
import org.springframework.stereotype.Component;
import org.springframework.web.client.RestTemplate;
import com.github.liuweijw.business.commons.web.https.HttpUtil;
import com.github.liuweijw.business.pay.beans.NotifyBean;
import com.github.liuweijw.business.pay.commons.constants.PayConstant;
import com.github.liuweijw.business.pay.config.RabbitConfiguration;
import com.github.liuweijw.business.pay.service.NotifyService;
import com.github.liuweijw.business.pay.service.PayOrderService;
import com.github.liuweijw.core.commons.https.HttpUtil;
import com.github.liuweijw.core.utils.StringHelper;
/**