Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : 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 Directory : /www/wwwroot/saimikebio.com/languages/zh_cn/payment/ |
<?php /** * ECTouch Open Source Project * ============================================================================ * Copyright (c) 2012-2016 2479454955@qq.com All rights reserved. * ---------------------------------------------------------------------------- * 文件名称:wxnative.php * ---------------------------------------------------------------------------- * 功能描述:微信扫码支付语言包 * ---------------------------------------------------------------------------- * * ---------------------------------------------------------------------------- */ global $_LANG; define("JS_QR",false);//是否用js生成支付二维码。false:使用服务器端生成支付二维码,true:使用浏览器js生成支付二维码。默认为false define("WXPAY_DEBUG",false); define("QUERY_INTERVAL",5);//以秒为单位,首次请求默认为20秒,效果最佳, 值越小,用户体验越好,服务器压力越大,反之用户体验越差,服务器压力越小。 推荐10 $_LANG['wxnative'] = '微信扫码支付'; $_LANG['wxnative_desc'] = '微信扫码支付,是基于PC端提供的微信支付服务功能。用户通过扫描二维码调起微信支付模块完成支付。'; $_LANG['wxnative_appid'] = '应用ID(AppID)'; $_LANG['wxnative_appsecret'] = '应用密钥(AppSecret)'; $_LANG['wxnative_key'] = '微信商户支付密钥(ApiKey)'; $_LANG['wxnative_mchid'] = '微信商户号(ID)'; $_LANG['wxnative_button'] = '立即用微信支付';