dev
dengyu 1 month ago
parent ce9b587d93
commit 12af3134d0

@ -3118,7 +3118,7 @@ namespace DSWeb.Areas.Account.Models.Chfee_Invoice_HangXin
BasicDataRefDAL.SaveLog(strJson, "", "乐企他用蓝票", "发出");
result = BasicDataRefDAL.SendToDJY2("", strJson, SendUser.USERID, "", "东胜乐企他用_蓝票",USERKEY,USERSECRET);
result = BasicDataRefDAL.SendToLQTY("", strJson, SendUser.USERID, "", "东胜乐企他用_蓝票",USERKEY,USERSECRET);
if (result.Success && result.Data != null)
{
@ -3163,7 +3163,7 @@ namespace DSWeb.Areas.Account.Models.Chfee_Invoice_HangXin
strJson = DSWeb.MvcShipping.Helper.JsonConvert.Serialize(sendobject);
result = BasicDataRefDAL.SendToDJY2("", strJson, SendUser.USERID, "", "东胜乐企他用_冲红", USERKEY, USERSECRET);
result = BasicDataRefDAL.SendToLQTY("", strJson, SendUser.USERID, "", "东胜乐企他用_冲红", USERKEY, USERSECRET);
return result;
}
@ -3185,7 +3185,7 @@ namespace DSWeb.Areas.Account.Models.Chfee_Invoice_HangXin
//
result = BasicDataRefDAL.SendToDJY2("", strJson, SendUser.USERID, "", "东胜乐企他用_读取",USERKEY,USERSECRET);
result = BasicDataRefDAL.SendToLQTY("", strJson, SendUser.USERID, "", "东胜乐企他用_读取",USERKEY,USERSECRET);
if (result.Data == null) {
result.Data = "";

@ -7776,7 +7776,7 @@ namespace DSWeb.Areas.CommMng.DAL
}
public static DBResult SendToDJY2(string APIUrl, string strJson, string USERID, string APINAME = "", string APIDETAILNAME = "", string USERKEY = "", string USERSECRET = "")
public static DBResult SendToLQTY(string APIUrl, string strJson, string USERID, string APINAME = "", string APIDETAILNAME = "", string USERKEY = "", string USERSECRET = "")
{
var result = new DBResult();
//var DJYUPDATE = MsSysParamSetDAL.GetData("PARAMNAME='DJYUPDATE'");
@ -7804,7 +7804,7 @@ namespace DSWeb.Areas.CommMng.DAL
{
var cdc = new CommonDataContext();
T_ALL_DA T_ALL_DA = new T_ALL_DA();
var DJYURL = MsSysParamSetDAL.GetData("PARAMNAME='DJYAPIURL'");
var DJYURL = MsSysParamSetDAL.GetData("PARAMNAME='LQTYAPIURL'");
var headers = new NameValueCollection();
@ -7879,7 +7879,7 @@ namespace DSWeb.Areas.CommMng.DAL
{
MsSysParamSetDAL.SaveSysParamValue("LQTYAPIURL", "乐企他用接口服务地址", "http://47.105.115.105:26650");
MsSysParamSetDAL.SaveSysParamValue("DJYAPIURL", "大简云接口服务地址", "http://47.105.115.105:26650");
//MsSysParamSetDAL.SaveSysParamValue("DJYAPIURL", "大简云接口服务地址", "http://47.105.115.105:26650");
}
}
catch (Exception e)

Loading…
Cancel
Save