|
@@ -4,12 +4,12 @@ namespace refill\suhu_wozhifu;
|
|
|
|
|
|
class config
|
|
|
{
|
|
|
- const MEMBER_ID = '31899';
|
|
|
- const KEY = 'dvv0atra7egmbcji8wy07ba3dt0h7609';
|
|
|
+ const MEMBER_ID = '24622';
|
|
|
+ const KEY = 'eh7hd6sixx8tgarb1gkrnmxjs4sixyjf';
|
|
|
|
|
|
- const ORDER_URL = 'http://api2.sujiaofei.com/submitRechargeOrder';
|
|
|
- const QUERY_URL = 'http://api2.sujiaofei.com/queryRechargeOrder';
|
|
|
- const BALANCE_URL = 'http://api2.sujiaofei.com/queryRechargeMember';
|
|
|
+ const ORDER_URL = 'http://api.kuaijiaofei.com/submitRechargeOrder';
|
|
|
+ const QUERY_URL = 'http://api.kuaijiaofei.com/queryRechargeOrder';
|
|
|
+ const BALANCE_URL = 'http://api.kuaijiaofei.com/queryRechargeMember';
|
|
|
|
|
|
//需要速交费技术记录地址
|
|
|
const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/mh/suhu_wozhifu.php";
|
|
@@ -17,10 +17,10 @@ class config
|
|
|
const ERRCODES = [101, 102, 103, 104, 105, 106, 107, 108, 109];
|
|
|
|
|
|
private static $stStoreProducts = [
|
|
|
- 50 => [ 4=> '10137', 5 => '10131'],
|
|
|
- 100 => [ 4=> '10138', 5 => '10132'],
|
|
|
- 200 => [ 4=> '10139', 5 => '10133'],
|
|
|
- 300 => [ 4=> '10140', 5 => '10134']
|
|
|
+ 50 => [ 4=> '10314', 5 => '10308'],
|
|
|
+ 100 => [ 4=> '10315', 5 => '10309'],
|
|
|
+ 200 => [ 4=> '10316', 5 => '10310'],
|
|
|
+ 300 => [ 4=> '10317', 5 => '10311']
|
|
|
];
|
|
|
|
|
|
public static function sign($params)
|