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

@@ -58,7 +58,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/tencent/index/upload',
url: 'https://php-api.juip.com/tencent/index/upload',
dataType: "json",
async:false,
contentType:false,//如果请求参数是FormData 必须设置 contentType请求头为false