Преглед изворни кода

椰林普充 腾速全国1号

lowkeyman пре 3 месеци
родитељ
комит
6a53583059

+ 1 - 1
data/config/xyz/phone.ini.php

@@ -3984,5 +3984,5 @@ $phone_providers = [
     [ 'name' => 'qingyu', 'cfg' => $qingyu_phone ],
     [ 'name' => 'yifutong', 'cfg' => $yifutong_phone ],
     [ 'name' => 'youge_sec', 'cfg' => $youge_sec_phone ],
-    [ 'name' => 'masheng', 'cfg' => $masheng_phone ],
+//    [ 'name' => 'masheng', 'cfg' => $masheng_phone ],
 	];

+ 46 - 0
data/config/yl/phone.ini.php

@@ -2194,6 +2194,51 @@ $yeyankc002_phone = [
 //        ]
     ]
 ];
+$tengsu_phone = [
+    'name' => 'tengsu', 'store_id' => 346, 'qualitys' => '1', 'official_sn' => true, 'refill_type' => 'api',
+    'amount' => [
+//        10 => [
+//            ['goods_id' => 8777, 'price' => 10, 'quality' => 1, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 8777, 'price' => 10, 'quality' => 1, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 8777, 'price' => 10, 'quality' => 1, 'card_type' => 'chinatelecom']
+//        ],
+//        20 => [
+//            ['goods_id' => 8778, 'price' => 20, 'quality' => 1, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 8778, 'price' => 20, 'quality' => 1, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 8778, 'price' => 20, 'quality' => 1, 'card_type' => 'chinatelecom']
+//        ],
+        30 => [
+//            ['goods_id' => 8779, 'price' => 30, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 8779, 'price' => 28.26, 'quality' => 1, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 8779, 'price' => 30, 'quality' => 1, 'card_type' => 'chinatelecom']
+        ],
+        50 => [
+            ['goods_id' => 8780, 'price' => 48.3, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 8780, 'price' => 47.1, 'quality' => 1, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 8780, 'price' => 50, 'quality' => 1, 'card_type' => 'chinatelecom']
+        ],
+        100 => [
+            ['goods_id' => 8781, 'price' => 96.6, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 8781, 'price' => 94.2, 'quality' => 1, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 8781, 'price' => 97, 'quality' => 1, 'card_type' => 'chinatelecom']
+        ],
+        200 => [
+            ['goods_id' => 8782, 'price' => 193.2, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 8782, 'price' => 188.4, 'quality' => 1, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 8782, 'price' => 194, 'quality' => 1, 'card_type' => 'chinatelecom']
+        ],
+        300 => [
+//            ['goods_id' => 8783, 'price' => 300, 'quality' => 1, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 8783, 'price' => 300, 'quality' => 1, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 8783, 'price' => 291, 'quality' => 1, 'card_type' => 'chinatelecom']
+        ],
+//        500 => [
+//            ['goods_id' => 8784, 'price' => 500, 'quality' => 1, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 8784, 'price' => 500, 'quality' => 1, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 8784, 'price' => 500, 'quality' => 1, 'card_type' => 'chinatelecom']
+//        ]
+    ]
+];
 
 
 $phone_providers = [
@@ -2268,4 +2313,5 @@ $phone_providers = [
     [ 'name' => 'lihui', 'cfg' => $lihui_phone ],
     [ 'name' => 'yeyankc001', 'cfg' => $yeyankc001_phone ],
     [ 'name' => 'yeyankc002', 'cfg' => $yeyankc002_phone ],
+    [ 'name' => 'tengsu', 'cfg' => $tengsu_phone ],
 	];

+ 9 - 5
helper/refill/api/xyz/masheng/RefillCallBack.php

@@ -30,18 +30,22 @@ class RefillCallBack implements refill\IRefillCallBack
         $order_sn = $params['batch_no'];
         $order_info = Model('vr_order')->getOrderInfo(['order_sn' => $order_sn]);
         if (empty($order_info)) {
-            return [false, false, false, false];
+            return [false, false, false, false, ''];
         }
 
         $order_id = $order_info['order_id'];
         if ($status === 2) {
-            Model('refill_order')->edit($order_id, ['ch_trade_no' => $params['order_id']]);
-            return [$order_id, true, false, true];
+            $official_sn = $params['refid '];
+
+            $data['official_sn'] = $official_sn;
+            $data['ch_trade_no'] = $params['order_id'];
+            Model('refill_order')->edit($order_id, $data);
+            return [$order_id, true, false, true, $official_sn];
         } elseif ($status === 4) {
             Model('refill_order')->edit($order_id, ['ch_trade_no' => $params['order_id']]);
-            return [$order_id, false, true, true];
+            return [$order_id, false, true, true, ''];
         } else {
-            return [$order_id, false, false, false];
+            return [$order_id, false, false, false, ''];
         }
     }
 }

+ 12 - 6
helper/refill/api/xyz/masheng/RefillPhone.php

@@ -71,34 +71,40 @@ class RefillPhone extends refill\IRefillPhone
         $resp = http_request(config::QUERY_URL, $params);
 
         if (empty($resp)) {
-            return [false, '网络错误'];
+            return [false, '网络错误', ''];
         }
         else
         {
             Log::record($resp, Log::DEBUG);
             $resp = json_decode($resp, true);
             if (empty($resp)) {
-                return [false, '系统错误'];
+                return [false, '系统错误', ''];
             }
             elseif ($resp['code'] === 200 && !empty($resp['result']))
             {
+                $official_sn = '';
+
                 $status = intval($resp['result']['status']);
                 if ($status === 1) {
                     $order_state = ORDER_STATE_SEND;
                 } elseif ($status === 2) {
-                    Model('refill_order')->edit($refill_info['order_id'], ['ch_trade_no' => $resp['result']['order_id']]);
+                    $official_sn = $resp['result']['refid']; //TODO 临时代码,等上游更新文档后进行调整
+
+                    $updata['official_sn'] = $official_sn;
+                    $updata['ch_trade_no'] = $resp['result']['order_id'];
+                    Model('refill_order')->edit($refill_info['order_id'], $updata);
                     $order_state = ORDER_STATE_SUCCESS;
                 } elseif ($status === 4) {
                     Model('refill_order')->edit($refill_info['order_id'], ['ch_trade_no' => $resp['result']['order_id']]);
                     $order_state = ORDER_STATE_CANCEL;
                 } else {
-                    return [false, $resp['message']];
+                    return [false, $resp['message'], ''];
                 }
 
-                return [true, $order_state];
+                return [true, $order_state, $official_sn];
             }
             else {
-                return [false, $resp['message']];
+                return [false, $resp['message'], ''];
             }
         }
     }

+ 33 - 0
helper/refill/api/yl/tengsu/API.MD

@@ -0,0 +1,33 @@
+## 腾速全国1号
+
+### 正式环境:
+- 话费下单地址:http://121.43.172.242:16188/plat/api/hf/submitorder
+- 查询地址:http://121.43.172.242:16188/plat/api/queryorder
+- 查询余额地址:http://121.43.172.242:16188/plat/api/querybalance
+
+- 客户端地址:http://121.43.172.242:16188/plat/login
+- 账号:FQS999
+- 密码:123456
+- 客户ID:100033
+- 密钥:9d52bec94e45417b924ba2689064d8f3
+
+### 对接文档地址:
+> https://docs.qq.com/doc/DWkV1VkxQVk13eEtQ
+
+### 店铺账号
+- tengsu
+- tengsu67890
+
+### 产品编码
+全国移动50元 1000050
+全国移动100元 1000100
+全国移动200元 1000200
+
+全国联通200元 2000200
+全国联通100元 2000100
+全国联通50元 2000050
+全国联通30元 2000030
+
+全国电信300元 3000300
+全国电信200元 3000200
+全国电信100元 3000100

+ 52 - 0
helper/refill/api/yl/tengsu/RefillCallBack.php

@@ -0,0 +1,52 @@
+<?php
+namespace refill\tengsu;
+
+require_once(BASE_HELPER_RAPI_PATH . '/tengsu/config.php');
+
+use refill;
+class RefillCallBack implements refill\IRefillCallBack
+{
+    public function verify($params): bool
+    {
+        $sign = $this->sign($params);
+        if ($params['szVerifyString'] == $sign) {
+            return true;
+        } else {
+            return false;
+        }
+    }
+
+    private function sign($params)
+    {
+        $userid = config::USER_ID;
+        $key = config::KEY;
+        $content = "szAgentId={$userid}&szOrderId={$params['szOrderId']}&szPhoneNum={$params['szPhoneNum']}&nDemo={$params['nDemo']}&fSalePrice={$params['fSalePrice']}";
+        $content .= "&nFlag={$params['nFlag']}&szKey={$key}";
+        return md5($content);
+    }
+
+    public function notify($params)
+    {
+        $status = intval($params['nFlag']);
+        $order_sn = $params['szOrderId'];
+        $order_info = Model('vr_order')->getOrderInfoForNotify(['order_sn' => $order_sn]);
+        if (empty($order_info)) {
+            return [false, false, false, false, ''];
+        }
+        $order_id = $order_info['order_id'];
+
+        if ($status === 2) {
+            $official_sn = strtolower($params['szRtnMsg']) == 'null' ? '' : $params['szRtnMsg'];
+
+            $data['official_sn'] = $official_sn;
+            Model('refill_order')->edit($order_id, $data);
+            return [$order_id, true, false, true, $official_sn];
+        }
+        elseif ($status === 3) {
+            return [$order_id, false, true, true, ''];
+        }
+        else {
+            return [$order_id, false, false, false, ''];
+        }
+    }
+}

+ 146 - 0
helper/refill/api/yl/tengsu/RefillPhone.php

@@ -0,0 +1,146 @@
+<?php
+
+namespace refill\tengsu;
+
+require_once(BASE_HELPER_RAPI_PATH . '/tengsu/config.php');
+
+use refill;
+use Log;
+
+class RefillPhone extends refill\IRefillPhone
+{
+    public function __construct($cfgs)
+    {
+        parent::__construct($cfgs);
+    }
+
+    private function req_params(int $phone, int $amount, int $card_type, string $order_sn)
+    {
+        $params['szAgentId'] = config::USER_ID;
+        $params['szOrderId'] = $order_sn;
+        $params['szPhoneNum'] = $phone;
+        $params['nMoney'] = $amount;
+        $params['nSortType'] = config::operator[$card_type];
+        $params['szProductId'] = config::Product[$card_type][$amount];
+        $params['nProductClass'] = 1;
+        $params['nProductType'] = 1;
+        $params['szTimeStamp'] = date("Y-m-d H:i:s");
+        $params['szNotifyUrl'] = config::NOTIFY_URL;
+        return $params;
+    }
+
+    public function add($card_no, $card_type, $amount, $params,&$net_errno = 0)
+    {
+        $order_sn = $params['order_sn'];
+        $params = $this->req_params($card_no, $amount, $card_type, $order_sn);
+
+        $sign = $this->sign($params);
+        $params['szVerifyString'] = $sign;
+
+        $resp = http_request(config::ORDER_URL, $params, 'POST', false, config::ExtHeaders, $net_errno);
+
+        if (empty($resp)) {
+            return [false, '网络错误', true];
+        }
+        else
+        {
+            Log::record($resp, Log::DEBUG);
+            $resp = json_decode($resp, true);
+
+            $nRtn = $resp['nRtn'];
+            if (empty($resp)) {
+                return [false, '网络错误', true];
+            } elseif ($nRtn === 0) {
+                return [true, '', false];
+            } elseif (in_array($nRtn, config::ERR_NOS, true)) {
+                return [false, $resp['szRtnCode'], false];
+            } elseif (in_array($nRtn, [2050, 999], true)) {
+                $net_errno = "HTTP-{$nRtn}";
+                return [false, $resp['szRtnCode'], true];
+            } else {
+                $err = 998;
+                $net_errno = "HTTP-{$err}";
+                return [false, $resp['szRtnCode'], true];
+            }
+        }
+    }
+
+    public function query($refill_info)
+    {
+        $params['szAgentId'] = config::USER_ID;
+        $params['szOrderId'] = $refill_info['order_sn'];
+        $key = config::KEY;
+        $content = "szAgentId={$params['szAgentId']}&szOrderId={$params['szOrderId']}&szKey={$key}";
+        $params['szVerifyString'] = md5($content);
+
+        $resp = http_request(config::QUERY_URL, $params, 'POST', false, config::ExtHeaders);
+
+        if (empty($resp)) {
+            return [false, '网络错误', ''];
+        }
+        else
+        {
+            Log::record($resp, Log::DEBUG);
+            $resp = json_decode($resp, true);
+            if (empty($resp)) {
+                return [false, '网络错误', ''];
+            }
+
+            $official_sn = '';
+
+            $status = $resp['nRtn'];
+            if ($status === 5012) {
+                $official_sn = $resp['szRtnMsg'];
+
+                $updata['official_sn'] = $official_sn;
+                Model('refill_order')->edit($refill_info['order_id'], $updata);
+                $order_state = ORDER_STATE_SUCCESS;
+            } elseif ($status === 5013) {
+                $order_state = ORDER_STATE_CANCEL;
+            } elseif (in_array($status, [5011,5019],true)) {
+                $order_state = ORDER_STATE_SEND;
+            } elseif ($status === 5005 && (time() - $refill_info['commit_time'] > 300)) {
+                $order_state = ORDER_STATE_NOEXIST;
+            } else {
+                return [false, $resp['szRtnMsg'], ''];
+            }
+
+            return [true, $order_state, $official_sn];
+        }
+    }
+
+    public function balance()
+    {
+        $params['szAgentId'] = config::USER_ID;
+        $key = config::KEY;
+        $content = "szAgentId={$params['szAgentId']}&szKey={$key}";
+        $params['szVerifyString'] = md5($content);
+
+        $resp = http_request(config::BALANCE_URL, $params, 'POST', false, config::ExtHeaders);
+
+        if (empty($resp)) {
+            return [false, '网络错误'];
+        }
+        else
+        {
+            Log::record($resp, Log::DEBUG);
+            $resp = json_decode($resp, true);
+            if (empty($resp)) {
+                return [false, '网络错误'];
+            } elseif ($resp['nRtn'] === 0) {
+                return [true, $resp['fBalance']];
+            } else {
+                return [false, $resp['szRtnCode']];
+            }
+        }
+    }
+
+    private function sign($params)
+    {
+        $userid = config::USER_ID;
+        $key = config::KEY;
+        $content = "szAgentId={$userid}&szOrderId={$params['szOrderId']}&szPhoneNum={$params['szPhoneNum']}&nMoney={$params['nMoney']}&nSortType={$params['nSortType']}";
+        $content .= "&nProductClass={$params['nProductClass']}&nProductType={$params['nProductType']}&szTimeStamp={$params['szTimeStamp']}&szKey={$key}";
+        return md5($content);
+    }
+}

+ 46 - 0
helper/refill/api/yl/tengsu/config.php

@@ -0,0 +1,46 @@
+<?php
+
+
+namespace refill\tengsu;
+
+use mtopcard;
+class config
+{
+    const ORDER_URL = 'http://121.43.172.242:16188/plat/api/hf/submitorder';
+    const QUERY_URL= 'http://121.43.172.242:16188/plat/api/queryorder';
+    const BALANCE_URL = 'http://121.43.172.242:16188/plat/api/querybalance';
+
+    const USER_ID= '100033';
+    const KEY = '9d52bec94e45417b924ba2689064d8f3';
+    const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_tengsu.php";
+
+    const operator = [
+        mtopcard\ChinaMobileCard  => 1,
+        mtopcard\ChinaUnicomCard  => 2,
+        mtopcard\ChinaTelecomCard => 3
+    ];
+    const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
+
+    const ERR_NOS = [
+        1000,1001,1003,1004,2001,2002,2003,2020,2021,1006,2030,3003
+    ];
+
+    const Product = [
+        mtopcard\ChinaMobileCard => [
+            50 => 1000050,
+            100 => 1000100,
+            200 => 1000200,
+        ],
+        mtopcard\ChinaUnicomCard => [
+            30  => 2000030,
+            50  => 2000050,
+            100 => 2000100,
+            200 => 2000200,
+        ],
+        mtopcard\ChinaTelecomCard => [
+            100 => 3000100,
+            200 => 3000200,
+            300 => 3000300,
+        ],
+    ];
+}

+ 4 - 0
mobile/callback/refill_tengsu.php

@@ -0,0 +1,4 @@
+<?php
+
+refill\util::push_notify('tengsu',$_POST);
+echo ('ok');

+ 6 - 0
test/TestRefill.php

@@ -6382,6 +6382,12 @@ class TestRefill extends TestCase
 //            'sign' => '99469ee5770c27f8a849f2cf2c652e25'
         ]);
     }
+
+    public function testtengsu()
+    {
+        $provider = $this->getProvider('tengsu');
+        $resp = $provider->balance();
+    }
 }