HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.snodshop.com/Home/Tpl/Order/payWxPayWap.html
<html>
<head>
<title><notempty name="info.name">{$info.name} - </notempty>{$akmallConfig.title}</title>
<meta charset="utf-8" />
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="yes" name="apple-touch-fullscreen"/>
<meta content="telephone=no" name="format-detection"/>
<link rel="dns-prefetch" href="http://{$_SERVER['SERVER_NAME']}">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0, user-scalable=no" name="viewport">
<meta name="description" content="<empty name='info.brief'>{$akmallConfig.description}<else />{$info.brief}</empty>">
<meta name="keywords" content="<notempty name="info.tags">{:str_replace('#',' ',$info['tags'])}</notempty> {$akmallConfig.keywords}">
<meta name="author" content="{:lang('author')}">
<link rel="shortcut icon" href="__PUBLIC__/Assets/img/akmall.ico" />
<link href="__PUBLIC__/akmall/akmall-order.css?v={$Think.const.AKMALL_VERSION}" rel="stylesheet">
<!--[if lt IE 9]><link href="__PUBLIC__/akmall/akmall-ie.css?v={$Think.const.AKMALL_VERSION}" rel="stylesheet"><![endif]-->
<script type="text/javascript" src="__PUBLIC__/akmall/seajs/seajs/sea.js?v={$Think.const.AKMALL_VERSION}"></script>
<script type="text/javascript">
var akmallHost = "{$akmallHost}",akmallRoot = "{:C('akmall_ROOT')}",akmallVersion="{:C('AKMALL_VERSION')}",lang="{:C('DEFAULT_LANG')}";
seajs.config({ base: '__PUBLIC__/akmall/seajs/',alias: {'jquery': 'jquery/jquery','akmall': 'akmall/akmall','lang': 'akmall/lang-'+lang}, map: [['.css', '.css?v=' + akmallVersion]]});
</script>
</head>
<body>
<script type="text/javascript">
seajs.use(['jquery','akmall'],function($){
	var url = "{$pay.mweb_url}";
	var order_id = "{$order['id']}",order_no = "{$order['order_no']}";
	var order_id = "{$order['id']}";$.ajax({ url:"{:C('akmall_ROOT')}index.php?m=Api&a=send&order_id="+order_id,timeout:500 });
	
	/*
	layer.confirm('是否支付成功?', {
	  btn: ['支付成功','支付失败']
	}, function(){
		var redirect = "{:U('Order/result',array('order_no'=>'__orderNo__'))}";
		window.location.href = redirect.replace('__orderNo__',order_no);
	}, function(){
	  window.location.href=url;
	});
	*/

	setTimeout(function(){
		window.location.href=url;
	},200);

});
</script>
</body>
</html>