http->https

This commit is contained in:
“wanyongkang”
2024-03-19 15:49:56 +08:00
parent 60d6c0616d
commit 100b484a3d
38 changed files with 219 additions and 219 deletions

View File

@@ -928,7 +928,7 @@ $(document).on("ready", function(e) {
var that = this
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/product/city',
url: 'https://php-api.juip.com/http/product/city',
dataType: "json",
async:false,
data:this.game,
@@ -942,7 +942,7 @@ $(document).on("ready", function(e) {
var that = this
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/product/game',
url: 'https://php-api.juip.com/http/product/game',
dataType: "json",
async:false,
data:this.game,
@@ -977,7 +977,7 @@ $(document).on("ready", function(e) {
var that = this
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/product/linecount',
url: 'https://php-api.juip.com/http/product/linecount',
dataType: "json",
async:false,
data:this.game,
@@ -1111,7 +1111,7 @@ $(document).on("ready", function(e) {
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/order/create_order',
url: 'https://php-api.juip.com/http/order/create_order',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -1155,7 +1155,7 @@ $(document).on("ready", function(e) {
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/get_balance',
url: 'https://php-api.juip.com/http/user/get_balance',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -1195,7 +1195,7 @@ $(document).on("ready", function(e) {
};
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/product/calc_price',
url: 'https://php-api.juip.com/http/product/calc_price',
dataType: "json",
async:false,
data: this.order_info,