更新版本

This commit is contained in:
sugar1569 2018-10-25 15:07:48 +08:00
parent 82ad4e94b9
commit 2ff668fa34

View File

@ -33,7 +33,7 @@ $(function(){
$.ajax({
type: "POST",
url: "http://shop.crmeb.net/index.php/admin/server.upgrade_api/updatewebinfo",
data: {host:'<?php echo $host;?>',https:'<?php echo 'http://'.$host;?>',version:'v2.0',ip:'<?php echo $_SERVER[HTTP_CLIENT_IP];?>'},
data: {host:'<?php echo $host;?>',https:'<?php echo 'http://'.$host;?>',version:'v2.5.8',ip:'<?php echo $_SERVER[HTTP_CLIENT_IP];?>'},
dataType: 'json',
success: function(){}
});