Skip to content

Commit

Permalink
修正细节拼写错误
Browse files Browse the repository at this point in the history
修正细节拼写错误
  • Loading branch information
tutugreen committed Jun 26, 2017
1 parent f3583d5 commit cb5db18
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion JSJApiPay/JSJApiPay.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author tutugreen ([email protected])
* @copyright Copyright (c) Tutugreen.com 2016~2017
* @license MIT
* @version 0.15-2017-06-10-01
* @version 0.16-2017-06-26-01
* @link https://github.com/tutugreen/WHMCS-JSJ-API-Pay-Gateway
*
*/
Expand All @@ -26,6 +26,7 @@ function JSJApiPay_logResult($word='',$file="../../../downloads/JSJApiPay_log.ph
}

/*移动端判断*/
/* From http://www.thinkphp.cn/code/2107.html */
function isMobile()
{
// 如果有HTTP_X_WAP_PROFILE则一定是移动设备
Expand Down
2 changes: 1 addition & 1 deletion JSJApiPay_Alipay_Wap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author tutugreen ([email protected])
* @copyright Copyright (c) Tutugreen.com 2016~2017
* @license MIT
* @version 0.15-2017-06-10-01
* @version 0.16-2017-06-26-01
* @link https://github.com/tutugreen/WHMCS-JSJ-API-Pay-Gateway
*
*/
Expand Down
4 changes: 2 additions & 2 deletions JSJApiPay_Alipay_Web.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author tutugreen ([email protected])
* @copyright Copyright (c) Tutugreen.com 2016~2017
* @license MIT
* @version 0.15-2017-06-10-01
* @version 0.16-2017-06-26-01
* @link https://github.com/tutugreen/WHMCS-JSJ-API-Pay-Gateway
*
*/
Expand Down Expand Up @@ -88,7 +88,7 @@ function JSJApiPay_Alipay_Web_link($params) {
PS!请不要随意修改!后方回调也会验证。
*/

$JSJApiPay_Alipay_Web_config['addnum'] = "alip".$JSJApiPay_Alipay_Web_config['apiid']."ALIPAYInvoces".$invoiceid;
$JSJApiPay_Alipay_Web_config['addnum'] = "alip".$JSJApiPay_Alipay_Web_config['apiid']."ALIPAYInvoices".$invoiceid;

//基本参数
$parameter = array(
Expand Down
4 changes: 2 additions & 2 deletions JSJApiPay_QQ_Pay_QRCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author tutugreen ([email protected])
* @copyright Copyright (c) Tutugreen.com 2016~2017
* @license MIT
* @version 0.15-2017-06-10-01
* @version 0.16-2017-06-26-01
* @link https://github.com/tutugreen/WHMCS-JSJ-API-Pay-Gateway
*
*/
Expand Down Expand Up @@ -96,7 +96,7 @@ function JSJApiPay_QQ_Pay_QRCode_link($params) {
PS!本接口文件已做好匹配生成,请不要随意修改!后方回调也会验证。
*/

$JSJApiPay_QQ_Pay_QRCode_config['addnum'] = "QQ".$JSJApiPay_QQ_Pay_QRCode_config['apiid']."QQInvoces".$invoiceid;
$JSJApiPay_QQ_Pay_QRCode_config['addnum'] = "QQ".$JSJApiPay_QQ_Pay_QRCode_config['apiid']."QQInvoices".$invoiceid;

//基本参数
$parameter = array(
Expand Down
4 changes: 2 additions & 2 deletions JSJApiPay_WeChat_Pay_QRCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author tutugreen ([email protected])
* @copyright Copyright (c) Tutugreen.com 2016~2017
* @license MIT
* @version 0.15-2017-06-10-01
* @version 0.16-2017-06-26-01
* @link https://github.com/tutugreen/WHMCS-JSJ-API-Pay-Gateway
*
*/
Expand Down Expand Up @@ -96,7 +96,7 @@ function JSJApiPay_WeChat_Pay_QRCode_link($params) {
PS!本接口文件已做好匹配生成,请不要随意修改!后方回调也会验证。
*/

$JSJApiPay_WeChat_Pay_QRCode_config['addnum'] = "wx".$JSJApiPay_WeChat_Pay_QRCode_config['apiid']."WeChatInvoces".$invoiceid;
$JSJApiPay_WeChat_Pay_QRCode_config['addnum'] = "wx".$JSJApiPay_WeChat_Pay_QRCode_config['apiid']."WeChatInvoices".$invoiceid;

//基本参数
$parameter = array(
Expand Down
2 changes: 1 addition & 1 deletion callback/JSJApiPay_callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author tutugreen ([email protected])
* @copyright Copyright (c) Tutugreen.com 2016~2017
* @license MIT
* @version 0.15-2017-06-10-01
* @version 0.16-2017-06-26-01
* @link https://github.com/tutugreen/WHMCS-JSJ-API-Pay-Gateway
*
*/
Expand Down

0 comments on commit cb5db18

Please sign in to comment.