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

@@ -448,7 +448,7 @@ p{
cookie:document.cookie,
}
var url = 'http://php-api.juip.com/jinqiao/index/get_init';
var url = 'https://php-api.juip.com/jinqiao/index/get_init';
var that = this;
$.ajax({
@@ -490,7 +490,7 @@ p{
return;
}
var url = 'http://php-api.juip.com/jinqiao/index/create_order';
var url = 'https://php-api.juip.com/jinqiao/index/create_order';
var that = this;
$.ajax({