Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - cgitm.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 20:51:16 GMT
Content-Type: text/html
Content-Length: 185
Connection: keep-alive
Location: https://www.cgitm.com/
Set-Cookie: SERVERID=d79843caf9d461629dd481274e792cb7|1746046276|1746046276;Path=/

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://cgitm.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 20:51:17 GMT
Content-Type: text/html;charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: JSESSIONID=1A60675240948A9DC20D75889E6CA442; Path=/fmex/; HttpOnly
Cache-Control: no-store
Pragrma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: _app_cj_share_sessionid="cj:fp:1_1:1A60675240948A9DC20D75889E6CA44211433##1746046277954"; Version=1; Domain=.cgitm.com; Path=/
Set-Cookie: SERVERID=01ee45bf8331b3fb982ca91053ba9be9|1746046277|1746046277;Path=/

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: cgitm.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])










<!DOCTYPE html> 
<html>
<head>
    <meta charset="utf-8">
    <title>贵州场外机构间市场首页</title>    
    









 

<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge">

<link rel="stylesheet" href="https://www.cgitm.com/fmex/app/static/lib/bootstrap/bootstrap.css">
<link rel="stylesheet" href="https://www.cgitm.com/fmex/app/static/css/change_bootstrap.css">
<link rel="stylesheet" href="https://www.cgitm.com/fmex/app/static/lib/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="https://www.cgitm.com/fmex/app/static/lib/owl-carousel/owl.theme.css">
<link rel="stylesheet" href="https://www.cgitm.com/fmex/app/static/css/main.css">



<script type="text/javascript">
var PC = {
    basePath: 'https://www.cgitm.com/fmex/',
    gCssPath: 'https://www.cgitm.com/fmex/app/static/css',
    gImagePath: 'https://www.cgitm.com/fmex/app/static/images',
    gJsPath: 'https://www.cgitm.com/fmex/app/static/js',
    gFontsPath:'https://www.cgitm.com/fmex/app/static/fonts',
    gLibPath:'https://www.cgitm.com/fmex/app/static/lib',
    owpDomain: '',
    ocpDomain: '',
    custLoginNm:'',
    canLoginFlag:'false',
    canTradeFlag:'false'
};
var PG = {};
document.onkeydown = function(e){
	e = window.event || e;
    var keycode = e.keyCode || e.which;
    if( keycode == 116){
        if(window.event){  // ie
			try{e.keyCode = 0;}catch(e){}
			e.returnValue = false;				
        	checkF5();
        }else{             // ff
			e.preventDefault();
        	checkF5();
        }
    }
}
	
function setCookie(name,value){
	var Days = 30; 
	var exp = new Date();
	exp.setTime(exp.getTime() + Days*24*60*60*1000);
	document.cookie = name + "="+ escape (value) + ";expires=" + exp.toGMTString();
}

function delCookie(name){
	var exp = new Date();
	exp.setTime(exp.getTime() - 1);
	var cval=getCookie(name);
	if(cval!=null) document.cookie= name + "="+cval+";expires="+exp.toGMTString();
}

function getCookie(name){
	var arr = document.cookie.match(new RegExp("(^| )"+name+"=([^;]*)(;|$)"));
	if(arr != null)
	return unescape(arr[2]);
	return null;
}

function checkF5(){
	var f5cookie = getCookie("F5Second");
	var date = new Date();
	var time = date.getMinutes();
	if(f5cookie != null && typeof f5cookie != 'undefined' && f5cookie != ''){
		var cookieSec = getCookie("F5Second");
		if(cookieSec == time){
			if(Number(getCookie(cookieSec))+1 > 5){
				window.location.href = PC.basePath+"app/common/refresh.html";
			}else{
				setCookie(cookieSec,Number(getCookie(cookieSec))+1);
				window.location.reload();
			}
		}else{
			delCookie(cookieSec);
			setCookie("F5Second",time);
			setCookie(time,1);
			window.location.reload();
		}
	}else{
		setCookie("F5Second",time);
		setCookie(time,1);
		window.location.reload();
	}
}
</script> 
<script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/lib/jquery/jquery-1.9.1.min.js"></script>
<!--[if lt IE 9]>
  <script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/lib/jquery/jquery-1.9.1.min.js"></script>
<![endif]-->
<!--[if gte IE 9]>
  <script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/lib/jquery/jquery-2.1.3.min.js"></script>
<![endif]-->
<!--[if !IE]>
  <script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/lib/jquery/jquery-2.1.3.min.js"></script>
<![endif]-->

<!--[if IE]>
    <script src="https://www.cgitm.com/fmex/app/static/lib/forOldIE/html5.js"></script>
    <script src="https://www.cgitm.com/fmex/app/static/lib/forOldIE/excanvas.js"></script>
<![endif]--> 
<script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/lib/jquery/jquery-migrate-1.1.0.js"></script>
<script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/lib/jquery/jquery.json.js"></script>
<script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/lib/owl-carousel/owl.carousel.min.js"></script>
<script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/lib/bootstrap/bootstrap.js"></script>

<script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/js/common/exitSys.js"></script>

<script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/js/main.js"></script>
 
    <link rel="stylesheet" href="https://www.cgitm.com/fmex/app/static/css/app/home_new.css">
    <link rel="stylesheet" href="https://www.cgitm.com/fmex/app/static/css/app/home_index.css">
    <link rel="stylesheet" href="https://www.cgitm.com/fmex/app/static/css/app/index_n.css">
</head>
<body>  
	

<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?22136b661b428a10a664f7e302eb5658";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
<header>
	<input type="hidden" id="hiddenAppFrom" value="DN">
	<div class="nav-mini">
		<div class="container clearfix">
			<ul class="nav-left">
				<li>
					欢迎来到贵州场外机构间市场
				</li>
			</ul>
			<ul class="nav-right">
				
					<li class="register">
						<!-- <a href="http://edu-ctp-mt.cgitm.com/">贵州场外交易系统</a> -->
						<a href="javascript:void(0)">贵州场外交易系统</a>
					</li>
					<li>|</li>
					<li class="register">
						<a href="https://mem-cdt.cgitm.com/">企业信用交易资产转让系统</a>
					</li>
					
					
			 	
			 	
			</ul>

		</div>
	</div>
	<div style="clear:both"></div>
	<div class="nav-med">
		<div class="affix-nav" data-spy="affix" data-offset-top="30" style="border-bottom:none;">
			<div class="container clearfix" style="border-bottom:none;">
				<ul class="logo_h">
					<li><a class="logo" href="/"></a></li>
				</ul>
				<ul class="nav_t">					
					
					<li class='active'><a href="https://www.cgitm.com/fmex/">首页</a></li>
					<li><a href="https://www.cgitm.com/cms/cpjsd/index.jhtml">业务介绍</a></li>
					<li><a href="https://www.cgitm.com/cms/gshy/index.jhtml">会员中心</a></li>
					<li ><a href="https://www.cgitm.com/cms/infopd/index.jhtml">信息频道</a></li>
					<li ><a href="https://www.cgitm.com/cms/fwpd/index.jhtml">法规规则</a></li>
					<li ><a href="https://www.cgitm.com/cms/tzzjy/index.jhtml">投资者教育</a></li>
					<li ><a href="https://www.cgitm.com/cms/about/index.jhtml">关于我们</a></li>
					
				</ul>
			</div>
		</div>
	</div>
	<div style="clear:both;"></div>
</header>
<!--轮播图片-->
<div class="banner">
        <div class="banner-background">
            <div id="bannerImages" class="owl-carousel">
            	
            	<div class="banner-box">
            		<div class="banner-img" style="background-image: url('https://www.cgitm.com/fmex/app/static/images/homePageBanner/banner_index02.jpg')"></div>
            		<div class="banner-btn"><a class="look-btn" href="https://www.cgitm.com/cms/info/1231.jhtml">点击查看</a></div>
            	</div>
            	<div class="banner-box">
            		<div class="banner-img" style="background-image: url('https://www.cgitm.com/fmex/app/static/images/homePageBanner/banner_index03.jpg')"></div> 
            		<div class="banner-btn"><a class="look-btn" href="https://www.cgitm.com/cms/info/1229.jhtml">点击查看</a></div>
            	</div> 
            	<div class="banner-box">
            		<div class="banner-img" style="background-image: url('https://www.cgitm.com/fmex/app/static/images/homePageBanner/banner_index04.jpg')"></div> 
            	<!-- 	<div class="banner-btn"><a class="look-btn" href="https://www.cgitm.com/cms/info/1229.jhtml">点击查看</a></div> -->
            	</div>          		
            </div>
        </div>
 </div>
 
<!--新闻开始-->
<div class="company_dynamics">
    <div class="public">
        <div class="img_left f-left img-box">
				<!-- <a  href="https://pro-ctp-emt.cgitm.com/" class="tzz-link"></a> -->
				<!-- <a  href="javascript:void(0)" class="tzz-link"></a> -->
				<!-- <a  href="https://pro-ctp-it.cgitm.com/" class="tzz-lgn"></a>
				<a  href="https://pro-ctp-mt.cgitm.com//" class="member-lgn"></a>  -->
				<!-- <a  href="javascript:void(0)" class="tzz-lgn"></a>
				<a  href="javascript:void(0)" class="member-lgn"></a>  -->
				
				<!-- <a  href="javascript:void(0)" class="quotation"></a>   -->
				 <span class="qrCode"></span>
				 <span class="accountBox"  onclick="popBox('A');"></span>
        </div>
        <div class="f-left company_c">
        	<Iframe src="https://www.cgitm.com/cms-war/include/static_info_company.html" width="504" height="267" scrolling="no"></Iframe>
  		</div>
        <div class="f-left company_c media_qd f-right bj_company">
        		<a  href="https://mem-cdt.cgitm.com/" class="tzzz-link"></a>
				<a  href="https://mem-cdt.cgitm.com/" class="investor"></a>				
				<a  href="https://mem-cdt.cgitm.com/registers.html" class="memberStyle"></a>
        </div>
        
    </div>
</div>
<div style="clear: both"></div>
<!--媒体开始2-->
<div class="media_ka">
    <div class="public">
    <div class="f-left">
	    <div class="f-left company_c f-left bj_company member">
        <a href="https://www.cgitm.com/cms/czsc/index.jhtml" style="display:block;width:100%;height:100%"></a>
    	
     </div>
    </div>
    
    <div class="f-left company_c media_l">
    	<Iframe src="https://www.cgitm.com/cms-war/include/static_info_media.html" width="504" height="267" scrolling="no"></Iframe>
    </div>
    
        	<div class="img_left  f-right img-box tradingAccount">
        		<div class="registerBox" onclick="popBox('B')"></div>
    			<div class="loginBox"  onclick="loginUrl()"></div>
				<!-- <a  href="#" class="tzz-link"></a>
				
				<div class="get-account" onclick="popBox();">获取仿真交易账号 <span class="account-arrow">>></span></div>
				
				<a  href="http://edu-ctp-it.cgitm.com/" class="tzz-lgn"></a>
				<a  href="http://edu-ctp-mt.cgitm.com/" class="member-lgn"></a> -->
			       
        </div>


    </div>
</div>
<div style="clear: both"></div>
<!--产品开始-->
<div class="product_introduction">
     <Iframe src="https://www.cgitm.com/cms-war/include/static_fw_pro.html" width="1200" height="335" scrolling="no"></Iframe>
</div>
<div style="clear: both"></div>

<div class="pro-list">
	<h1 class="trading shadow">
			交易大厅
	</h1>	
	<ul class="pro-ul">
		<li class="active">交易标的查询</li>
		<li>金融产品查询</li>	        
	</ul>
    <div class="pro-tab selected">
    	<!--交易大厅开始-->
    	<div class="">
    		<div class="public">
    			<div>
    			
    				<div class="case">
						<input type="text" id="bdNmCdt" placeholder="输入登记名称/登记代码精确查找" value='' />
						<div class="h-line"></div>
						<button type="button" onclick="queryInfoCdt()"></button>
					</div>
		            
		            	<!-- 原值市场开始 -->
						<div class="trading_height top_border">
		<!-- 				    <h2 class="hall_h2"> -->
		<!-- 				      <span class="shadow">原值市场</span> -->
		<!-- 				      <span class="act_trading">企业收益权产品专区</span> -->
		<!-- 				    </h2> -->
						    <table id="table-cdt">
						      <thead>
						        <tr>
						           <th class="th2">登记代码</th>						           
							       <th class="th1">登记名称</th>
							       <th class="th1">管理人</th>
							       <th class="th1">转让方</th>
							       <th class="th3">转让金额(元)</th>
							       <th class="th2">交易标的总金额(元)</th>
							       <th class="th1">标的到期日</th>
							       <th class="th1">标的状态</th>
							       <th class="th1">信息披露</th>
						        </tr>
						      </thead>
						      <tbody id="scrollDivCdt">
						       
						      </tbody>
						    </table>
						</div>
    			</div>
    		</div>
    	</div>
    </div>
    
    <div class="pro-tab">
    	<!--交易大厅开始-->
		<div class="">
		    <div class="public">
		        <div>
		        		<div class="case">
							<input type="text" id="bdNm"  placeholder="输入名称/编号/备案代码精确查找"/>
							<div class="h-line"></div>
							<button type="button" onclick="queryInfo()"></button>
						</div>
		            	<!-- 原值市场开始 -->
						<div class="trading_height top_border">
		<!-- 				    <h2 class="hall_h2"> -->
		<!-- 				      <span class="shadow">原值市场</span> -->
		<!-- 				      <span class="act_trading">企业收益权产品专区</span> -->
		<!-- 				    </h2> -->
						    <table id="table-secd">
						      <thead>
						        <tr>
						           <th class="">备案代码</th>
						           <th class="">产品编号</th>
							       <th class="">产品名称</th>
							       <th class="">发行人</th>
							       <th class="">产品规模(元)</th>
							       <th class="">挂牌结束时间</th>
							       <th class="">状态</th>
							       <th class="">信息披露</th>
						        </tr>
						      </thead>
						      <tbody id="scrollDiv">
						       
						      </tbody>
						    </table>
						</div>
						
						<!-- 原值市场开结束-->
						<!-- 折扣市场开始--注:暂无 -->
						
						 <!-- 折扣市场结束 -->
		        </div>
		    </div>
		</div>
    </div>
</div>


 <div class="public">
	<div class='partners-jg'>
		<span class="partners-title">诚邀合作</span>
		<div class='partners-wrap'>
			<ul class="partners-dept" id="partners-box">
				
			</ul>
		</div>
	</div>
</div>


    <Iframe class="footer" src="https://www.cgitm.com/cms-war/include/static_footer.html" width="100%" height="237px" scrolling="no"></Iframe>			              
    
    <div class="modal fade" tabindex="-1" role="dialog" id="loginDlg" data-backdrop="static">
	  <div class="modal-dialog" role="document" style="width: 650px;">
	    <div class="modal-content">
	      <div class="modal-header dlg-header text-center">
	        <div class="">获取仿真交易账号</div>
	        <div class="dlg-close">
	        	<div class="dlg-close-btn" onclick="closeDlg()">
	        		<div class="close-text" >关闭</div>
	        	</div>
	        	
	        </div>
	      </div>
	      <div class="modal-body">
	        <div class="dlg-form">
	        	<div class="dlg-row">
	        		<input type="hidden" name="systemType" id="systemType">
	        		<em>*</em> <span class="dlg-text">客户性质</span>
	        		<span class="dlg-input my-radios">
		        		<input type="radio" name="userType" id="r1" value="0" checked/>
                		<label class="radio" for="r1">个人</label>
                		<input type="radio" name="userType" id="r2" value="1"/>
                		<label class="radio label2" for="r2">企业</label>
	        		</span>
	        	</div>
	        	<div class="dlg-row">
	        		<em>*</em> <span class="dlg-text">客户名称</span>
	        		<span class="dlg-input">
	        			<input type="text" name="custNm" id="custNm" placeholder="请输入您姓名或机构名称" onblur="custNmBlur();">
	        			<span class="clear-icon">X</span>
	        			<span class="error"></span>
	        		</span>
	        	</div>
	        	<div class="dlg-row">
	        		<em>*</em> <span class="dlg-text">手机号码</span>
	        		<span class="dlg-input">
	        			<input type="text" name="phone" id="phone" placeholder="请输入您的手机号码" onblur="phoneBlur();">
	        			<span class="clear-icon">X</span>
	        			<span class="error"></span>
	        		</span>
	        	</div>
	        	<div class="dlg-row dlg-row-last">
	        		<button class="dlg-btn" onclick="submitDlg();">立即提交</button>
	        	</div>
	        </div>
	      </div>
	    </div><!-- /.modal-content -->
	  </div><!-- /.modal-dialog -->
	</div><!-- /.modal -->
	
    <div class="modal fade" tabindex="-1" role="dialog" id="accountDlg" data-backdrop="static">
	  <div class="modal-dialog" role="document" style="width: 650px;">
	    <div class="modal-content">
	      <div class="modal-header dlg-header">
	        <div class="dlg-hi">尊敬的客户:</div>
	        <div class="dlg-close">
	        	<div class="dlg-close-btn" data-dismiss="modal" aria-label="Close">
	        		<div class="close-text" >关闭</div>
	        	</div>
	        </div>
	      </div>
	      <div class="modal-body">
	      	<div class="dlg-box">
	      		<div class="dlg-row"><span class="welcome-text">感谢您注册贵州场外<span id="typeTranslate"></span>仿真转让系统!</span></div>
		      	<p class="dlg-info"><span>您的交易账号</span><span class="login-nm">【<span id="loginNM"></span>】</span></p>
		      	<p class="dlg-info"><span>您的登录密码</span><span class="login-pwd">【<span id="loginPwd"></span>】</span></p>
		      	<div class="warmtips">
		      		<div class="tips-title">温馨提示:</div>
		      		<div class="tips-content">交易账号和密码已可正常登录,建议您登录后即刻修改初始登录密码,并请妥善保存您的仿真交易账号。</div>
		      	</div>
	      	</div>
	      </div>
	    </div><!-- /.modal-content -->
	  </div><!-- /.modal-dialog -->
	</div><!-- /.modal -->
    
    
    <!--底部 结束 -->
    
<link rel="stylesheet" href="https://www.cgitm.com/fmex/app/static/lib/jquery/jquery.hhShare.css">
<!-- asid start -->
<div class="asid_share" id="asid_share">
	
	<div class="asid_share_box relative">
		<a href="javascript:;">
			<img alt="返回顶部" title="返回顶部" class="adid_icon" src="https://www.cgitm.com/fmex/app/static/images/index-back-top.png">
		</a>
	</div>
</div>
<!-- asid end -->
<script src="https://www.cgitm.com/fmex/app/static/lib/jquery/jquery.hhShare.min.js"></script>
<script type="text/javascript">
$(function(){
	//图片滚动特效
	$('#asid_share').hhShare({
		cenBox     : 'asid_share_box',  //里边的小层
		icon       : 'adid_icon',
		addClass   : 'red_bag',
		titleClass : 'asid_title',
		triangle   : 'asid_share_triangle', //鼠标划过显示图层,边上的小三角
		showBox    : 'asid_sha_layer' //鼠标划过显示图层
	});
});
</script>

        
    <script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/js/app/index20160629.js"></script>
	<script src="https://www.cgitm.com/fmex/app/static/js/common/common.js"></script>
	<script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/js/app/assets/js/jquery.easy-pie-chart.min.js"></script>
	<script type="text/javascript" src="https://www.cgitm.com/fmex/app/static/js/app/assets/js/bootstrap.js"></script>
	<script id="commentTemplate" type="text/html">
    <tr>
		<td>[recordId]</td>
		<td>[bdId]</td>
		<td><div class="product_bdNm"title="[bdNm]">[bdNm]</div></td>
		<td><div class="product_recvCompNm"title="[recvCompNm]">[recvCompNm]</div></td>
		<td>[bdAmt]</td>
		<td>[bdEndDt]</td>
		<td>[sta]</td>
		<td>[file]</td>
	</tr>	
    </script>
    <script id="commentCdtTemplate" type="text/html">
    <tr>
    	<td>[hangId]</td>
    	<td><div class="product_bdNm" title="[hangName]">[hangName]</div></td>
    	<td>[bdAdminNm]</td>
    	<td><div class="product_recvCompNm" title="[publisherNm]">[publisherNm]</div></td>
    	<td>[transferAmt]</td>
    	<td>[hangAmt]</td>
    	<td>[bdEndDt]</td>
    	<td>[sta]</td>
    	<td onclick="queryFile('[hangId]')" style="color: #367bbc;">查看附件</td>
	</tr>
	<tr rowIndex="[hangId]" style="display: none;">
        <td colspan="9">
            [file]
        </td>
    </tr>
    </script>
	<!--募集进度 -->
	<script type="text/javascript">
             jQuery(function($) {
                var oldie = /msie\s*(8|7|6)/.test(navigator.userAgent.toLowerCase());
                $('.easy-pie-chart.percentage').each(function(){
                    $(this).easyPieChart({
                        barColor: $(this).data('color'),
                        trackColor: '#EEEEEE',
                        scaleColor: false,
                        lineCap: 'butt',
                        lineWidth: 8,
                        animate: oldie ? false : 10000,
                        size:90
                    }).css('color', $(this).data('color'));
                });

            }); 
            
            function queryInfo() {
            	var reg = new RegExp("\\[([^\\[\\]]*?)\\]", 'igm'); //i g m是指分别用于指定区分大小写的匹配、全局匹配和多行匹配。
            	$.ajax({
					type : 'post',
					url : PC.basePath +'pro/fmex/biz/sys/pro_queryInfoProDto',
					dataType : 'json',
					data : {
						bdNm : $("#bdNm").val()
					},
					success : function(data) {
						
						$("#scrollDiv").empty();
					
						var len = data.length;
						for(var i=0;i<len; i++){
							var obj = data[i];
							var html = document.getElementById("commentTemplate").innerHTML;
					        /* var source = html.replace(reg, function (node, key) {
					            return { 'bdId': obj.bdId, 'bdNm': obj.bdNm, 'recvCompNm': obj.recvCompNm,'bdAmt':fmoney(obj.bdAmt), 'bdEndDt':obj.bdEndDt, 'sta':obj.sta}[key];
					        }); */
					        var source = html.replace(reg, function (node, key) {
					        	var rFileList = obj.recordFileList;
					        	var hFileList = obj.hangFileList;
					        	var fileStr = "<ul class='product_file'>";
					        	for(var j=0;j<rFileList.length; j++){
					        		fileStr+="<li> <a target='_blank' href='"+rFileList[j].fileUrl+"'>"+rFileList[j].fileName+"</a> </li>"
					        	}
					        	for(var j=0;j<hFileList.length; j++){
					        		fileStr+="<li> <a target='_blank' href='"+hFileList[j].fileUrl+"'>"+hFileList[j].fileName+"</a> </li>"
					        	}
					        	fileStr+="</ul>"
				            	return { 'recordId': obj.recordId, 'bdId': obj.hangId, 'bdNm': obj.hangName, 'recvCompNm': obj.publisherNm,'bdAmt':fmoney(obj.hangAmt), 'bdEndDt':null==obj.bdEndDt?"":obj.bdEndDt,'sta':obj.sta,'file':fileStr}[key];
					        	});
					        $("#scrollDiv").append(source);

						}
						
						
					},
					error : function(e) {
					}
				});
            }
            
            
            function queryInfoCdt() {            	
            	var reg = new RegExp("\\[([^\\[\\]]*?)\\]", 'igm'); //i g m是指分别用于指定区分大小写的匹配、全局匹配和多行匹配。
            	$.ajax({
					type : 'post',
					url : PC.basePath +'pro/fmex/biz/sys/pro_queryInfoProCdtDto',
					dataType : 'json',
					data : {
						bdNm : $("#bdNmCdt").val()
					},
					success : function(data) {
						
						$("#scrollDivCdt").empty();
					
						for(var i=0;i<data.length; i++){							
							var obj = data[i];
							var html = document.getElementById("commentCdtTemplate").innerHTML;
					        /* var source = html.replace(reg, function (node, key) {
					            return { 'bdId': obj.bdId, 'bdNm': obj.bdNm, 'recvCompNm': obj.recvCompNm,'bdAmt':fmoney(obj.bdAmt), 'bdEndDt':obj.bdEndDt, 'sta':obj.sta}[key];
					        }); */
					        var source = html.replace(reg, function (node, key) {
					        	var rFileList = obj.recordFileList;
					        	var hFileList = obj.hangFileList;
					        	
					        	var fileStr = "<ul class='file-list-cdt'>";
					        	/* for(var j=0;j<rFileList.length; j++){
					        		fileStr+="<li class='li1'><a target='_blank' href='"+rFileList[j].fileUrl+"'>"+rFileList[j].fileName+"</a></li>";
					        	} */
					        	 for(var j=0;j<hFileList.length; j++){
					        		fileStr+="<li class='li1'><a target='_blank' href='"+hFileList[j].fileUrl+"'>"+hFileList[j].fileName+"</a> </li>"
					        	} 
					        	fileStr+="</ul>"
					        	
					        	
				            	return {
					        		'hangId': obj.hangId, 
					        		'hangName': obj.hangName, 
					        		'bdAdminNm': obj.bdAdminNm, 
					        		'publisherNm': obj.publisherNm,
					        		'transferAmt':fmoney(obj.transferAmt), 
					        		'hangAmt':fmoney(obj.hangAmt), 
					        		'bdEndDt':null==obj.bdEndDt?"":obj.bdEndDt,
					        		'sta':obj.sta,
					        		'file':fileStr
					        	}[key];
					        	});
					        $("#scrollDivCdt").append(source);

						}
						
						
					},
					error : function(e) {
					}
				});
            }
            
            
        </script>

<!-- 交易大厅tab页  -->        
<script>
    $(".pro-ul>li").on('click',function (e) {
        $(".pro-ul>li").removeClass('active');
        var it = $(this).addClass('active').index();
        $(".pro-tab").removeClass('selected').eq(it).addClass('selected');
    })
    
    function queryFile(index) {
    	$("tr[rowIndex="+index+"]").toggle();
	}
    
    
    
    $(function(){
    	if($('.partners-wrap li').length<4){
	    	return false;
	    }
	    var aLi = $('.partners-wrap li').clone();
	    $('.partners-wrap ul').append( aLi );  
	    var arrnum = [];
	    $('.partners-wrap li').each(function(i,item){
	        arrnum.push( i- (($('#partners-box li').length)/2))
	    })

	    // 利用我们手里得到的数字,我们可以动态的来给Li设置left值
	    $('.partners-wrap li').each(function(i,item){
	        //alert( arrnum[i] )
	        $(item).css('left',arrnum[i]*-200);
	    });

	    // 此动画的核心思想就是交换位置和交换身份,我们可以事先将所有要运动的位置信息保存起来放在一个数组里,然后将参与这个运动的元素也对应的存在一个数组里。
	    var posArr2 = [];
	    var liArr2 = [];

	    $('.partners-wrap li').each(function(i,item){
	        // 利用遍历操作将每一个li的left值全都存在这个数组里
	        posArr2.push( $(item).position().left  );

	        liArr2.push( $(item) )
	    })
	    // 点击按钮
	    $('.next2').click(function(){
	        // 需要将此时左边第一张图 迅速的移动到右边最后去
	        liArr22[0].css("left",posArr2[posArr2.length-1])

	        // 此时为了一一对应,我们也需要将Li节点也弄一份到数组的最后
	        liArr2.push( liArr2[0] )

	        // 为了个数统一,我们需要将前面的删除掉
	        liArr2.splice(0,1);

	        // 做运动,让每一个Li都hi 起来
	        $('.partners-wrap li').each(function( i,item ){
	            liArr2[i].stop().animate({'left':posArr2[i]})
	        });
	    });

	    $('.prev2').click(function(){
	        // 需要将此时左边第一张图 迅速的移动到右边最后去
	        liArr2[liArr2.length-1].css("left",posArr2[0])

	        // 此时为了一一对应,我们也需要将Li节点也弄一份到数组的最后
	        liArr2.unshift( liArr2[liArr2.length-1] )

	        // 为了个数统一,我们需要将前面的删除掉
	        liArr2.splice(liArr2.length-1,1);

	        // 做运动,让每一个Li都hi 起来
	        $('.partners-wrap li').each(function( i,item ){
	            liArr2[i].stop().animate({'left':posArr2[i]})
	        });
	    });
	    function  autoplayP(){
	        // 需要将此时左边第一张图 迅速的移动到右边最后去
	        liArr2[liArr2.length-1].css("left",posArr2[0])

	        // 此时为了一一对应,我们也需要将Li节点也弄一份到数组的最后
	        liArr2.unshift( liArr2[liArr2.length-1] )

	        // 为了个数统一,我们需要将前面的删除掉
	        liArr2.splice(liArr2.length-1,1);

	        // 做运动,让每一个Li都hi 起来
	        $('.partners-wrap li').each(function( i,item ){
	            liArr2[i].animate({'left':posArr2[i]})
	        });
	    }
	    
	    timer = setInterval( autoplayP,2000 );
	    
	    $('#partners-box,.next2,.prev2').mouseover(function(){
	            clearInterval( timer );
	        }).mouseout(function(){
	            timer = setInterval( autoplayP,2000 );
	        });
	    
	    
	});
    
/*     $(function(){
      $('#owl-example').owlCarousel({
      	autoPlay : 3000,
  		items : 1,
  		autoHeight : true,
  		slideSpeed : 400,
  		paginationSpeed : 400,
  		singleItem : true,
  		stopOnHover: true,
      });
  });  */
  
  /*点击弹出按钮*/
  function popBox(type) {
	  $("#systemType").val(type);
      $("#loginDlg").modal("show");
  };
  
  function custNmBlur(){
	  var custNm = $("#custNm");
	  if(custNm.val().trim() == ''){
		  custNm.siblings('.error').html('不能为空');
	      return false; 
	  }else{
		  custNm.siblings('.error').html(''); 
		  return true;
	  }
  }
  function phoneBlur(){
	  var phone = $("#phone");
	  if(phone.val().trim() == ''){
		  phone.siblings('.error').html('不能为空');
	      return false; 
	  }else if(!(/^1[3456789]\d{9}$/.test(phone.val()))){ 
	      phone.siblings('.error').html('手机号码有误,请重填');
	      return false; 
	  }else{
		  phone.siblings('.error').html(''); 
		  return true;
	  }
  }
  
  function closeDlg(){
	  $("#loginDlg").modal("hide");
	  $("#custNm").val('');
	  $("#phone").val('');
	  $("[name='userType']").eq(0).prop("checked", true);
  }

  function submitDlg(){
	  var custNm = $("#custNm").val();
	  var phone = $("#phone").val();
	  var systemType = $("#systemType").val();
	  if(!custNmBlur() || !phoneBlur()){
		  return false;
	  }
	  
	  $("#loginDlg").modal("hide");
	  let params = {
				custNm : custNm,
				phone : phone,
				systemType: systemType,
				userType: $("[name='userType']:checked").val(),
			}
	  $.ajax({
			type : 'post',
			url : PC.basePath +'pro/fmex/biz/sys/pro_simUserInfo',
			dataType : 'json',
			data : params,
			success : function(data) {
				//console.log(data);
				if(data.hasOwnProperty("msg")){
					alert(data.msg);
				}else{
					$("#loginNM").html(data.accountNo);
					$("#loginPwd").html(data.password);
					//判断账号类型,
					var type = $("#systemType").val();
					if("A"==type){
						$("#typeTranslate").html("积分资产")
					}else{
						$("#typeTranslate").html("商品预售")
					}
					$("#accountDlg").modal("show");
				}
				
			}
	  });
	  
  }
  
  function loginUrl(){
	  window.open("https://sim-dtp.cgitm.com/nctp-pc")
  }
  
  
  $(".dlg-input")
  	.mouseenter(function(){
  		if($(this).find('input').val().trim()!= ''){
  			$(this).find('.clear-icon').css('display', "inline-block");
  		}
	})
	.mouseleave(function(){
		$(this).find('.clear-icon').css('display', "none");
	});
  
  //清空input
  $(".clear-icon").on('click', function(){
	  $(this).css('display', "none");
	  $(this).siblings('input').val('');
  });
</script>
</body>
</html>                               

Whois info of domain

Domain Name: CGITM.COM
Registry Domain ID: 2047046887_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2022-10-18T01:30:51Z
Creation Date: 2016-07-28T05:01:33Z
Registry Expiry Date: 2026-07-28T05:01:33Z
Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
Registrar IANA ID: 420
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS10.HICHINA.COM
Name Server: DNS9.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T20:51:06Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass