|
Server : Microsoft-IIS/10.0 System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586 User : jxgj ( 0) PHP Version : 7.0.33 Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server Directory : D:/tmp_aspnet/root/c7cbaa85/f3ad987/ |
?#pragma checksum "D:\wwwroot\kefucrm\wwwroot\addTelRecord.aspx.cs" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F4D2D3DA802EE1AA38A92FD0A0E2EE68E104A0DC"
#line 1 "D:\wwwroot\kefucrm\wwwroot\addTelRecord.aspx.cs"
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class addTelRecord : System.Web.UI.Page
{
public Customer customer = new Customer();
public int _customer_id = 0;
protected void Page_Load(object sender, EventArgs e)
{
if (Request.Cookies["sunid"] != null && Request.QueryString["customer_id"].Trim() != "")
{
string strUserID = Request.Cookies["sunid"].Value.ToString();
string _userid = Microsoft.JScript.GlobalObject.unescape(strUserID);
_userid = Microsoft.JScript.GlobalObject.unescape(_userid);
_customer_id = Convert.ToInt32(Request.QueryString["customer_id"]);
customer = new Customer(_customer_id);
// BindResume(_id, userid);
}
else
{
Sun_KY.SqlAccess.Show_Msg("获取用户信息失败,请沉新登陆");
}
}
}
#line default
#line hidden