bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
 
/**
 * 中国银联商户语言包文件(unionpay)
 */
 
global $_LANG;
 
$_LANG['unionpay']                       = '中国银联全渠道商户';
$_LANG['unionpay_desc']                  = '申请全渠道相关信息与相关信息请查看链接:https://merchant.unionpay.com/portal/login.jsp?locale=zh_CN';
 
// 接口运行环境
 
 
// 开发联调环境
$_LANG['unionpay_account']         = '商户帐号';
$_LANG['SDK_SIGN_CERT_PATH']    = '签名证书路径';
$_LANG['SDK_SIGN_CERT_PWD']    = '签名证书密码';
 
 
 
$_LANG['pay_button']               = '去支付';
//$_LANG['chinapay_txn_id']               = '银联交易号';
 
?>