-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修正细节拼写错误
- Loading branch information
Showing
6 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
* | ||
*/ | ||
|
@@ -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则一定是移动设备 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
* | ||
*/ | ||
|
@@ -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( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
* | ||
*/ | ||
|
@@ -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( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
* | ||
*/ | ||
|
@@ -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( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
* | ||
*/ | ||
|