| | |
| | | import com.dy.pipIrrGlobal.pojoSe.SeVirtualCard; |
| | | import jakarta.annotation.PostConstruct; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.http.HttpEntity; |
| | | import org.springframework.http.HttpHeaders; |
| | | import org.springframework.http.HttpMethod; |
| | |
| | | */ |
| | | |
| | | public class ComSupport { |
| | | @Value("${mw.comSendUrl}") |
| | | //@Value("${mw.comSendUrl}") |
| | | private String comSendUrl; |
| | | |
| | | protected static String controllerType = null; |