You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< ? php
/**
* ECTouch Open Source Project
* ============================================================================
* Copyright (c) 2012-2016 782869779@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' ] = '立即用微信支付' ;