http->https
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user