先锋 神龙

This commit is contained in:
“wanyongkang”
2024-01-05 15:16:36 +08:00
parent 04d3571356
commit 6a12e93d95
8 changed files with 265 additions and 117 deletions

View File

@@ -432,7 +432,7 @@
$.ajax({
type: 'POST',
url: 'http://juip.wyk/http/user/lang_ip_list',
url: 'http://php-api.juip.com/http/user/lang_ip_list',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -474,7 +474,7 @@
$.ajax({
type: 'POST',
url: 'http://juip.wyk/http/user/cx_package',
url: 'http://php-api.juip.com/http/user/cx_package',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -495,7 +495,7 @@
$.ajax({
type: 'POST',
url: 'http://juip.wyk/http/user/cx_order',
url: 'http://php-api.juip.com/http/user/cx_order',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -517,7 +517,7 @@
$.ajax({
type: 'POST',
url: 'http://juip.wyk/http/user/cx_switch',
url: 'http://php-api.juip.com/http/user/cx_switch',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -587,7 +587,7 @@
$.ajax({
type: 'POST',
url: 'http://juip.wyk/http/product/out_city',
url: 'http://php-api.juip.com/http/product/out_city',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -638,7 +638,7 @@
$.ajax({
type: 'POST',
url: 'http://juip.wyk/http/product/in_city',
url: 'http://php-api.juip.com/http/product/in_city',
dataType: "json",
async:false,
data:this.city_re_data,
@@ -689,7 +689,7 @@
$.ajax({
type: 'POST',
url: 'http://juip.wyk/http/order/rebuy_order',
url: 'http://php-api.juip.com/http/order/rebuy_order',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -720,7 +720,7 @@
$.ajax({
type: 'POST',
url: 'http://juip.wyk/http/order/change_ip_order',
url: 'http://php-api.juip.com/http/order/change_ip_order',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -750,7 +750,7 @@
};
$.ajax({
type: 'POST',
url: 'http://juip.wyk/http/product/calc_price',
url: 'http://php-api.juip.com/http/product/calc_price',
dataType: "json",
async:false,
data: this.order_info,
@@ -796,7 +796,7 @@
$.ajax({
type: 'POST',
url: 'http://juip.wyk/http/user/get_lang_ip',
url: 'http://php-api.juip.com/http/user/get_lang_ip',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),