Commit 3e2f0ec2 by 梁建民

js

parent 7e4bb1f1
Showing with 2 additions and 2 deletions
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
if (type == 1) { if (type == 1) {
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "http://api.ichunt.com/xht/companyinfo", url: "https://api.ichunt.com/xht/companyinfo",
data: params, data: params,
xhrFields: {withCredentials: true}, xhrFields: {withCredentials: true},
success: function (data) { success: function (data) {
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
} else { } else {
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "http://api.ichunt.com/xht/company", url: "https://api.ichunt.com/xht/company",
data: params, data: params,
xhrFields: {withCredentials: true}, xhrFields: {withCredentials: true},
success: function (data) { success: function (data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment