瀏覽代碼

yl bailun

xiaoyu 1 年之前
父節點
當前提交
4ce4ddfdab

+ 2 - 2
data/config/win/base.ini.php

@@ -10,13 +10,13 @@ define('BONUS_EXPIRY_DATE',true);
 define('USE_BONUS_RATE',false);
 define('SERVER_TYPE','panda');
 define('CROSS_DOAMIN',true);
-define('COOKIE_DOMAIN','192.168.1.218');
+define('COOKIE_DOMAIN','192.168.31.168');
 define('COMPANY_NAME', 'XYZ_COMPANY');
 define('NET_IP','123.117.109.96');
 define('ZERO_GOODS_ID', 6666);
 define('ADMIN_NAME', 'YELIN');
 
-$SRV_HOST = 'http://192.168.1.218';
+$SRV_HOST = 'http://192.168.31.168';
 $REMOTE_IMG_HOST = $SRV_HOST;
 
 $config = [];

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

@@ -7476,6 +7476,51 @@ $juhu_phone = ['name' => 'juhu', 'store_id' => 288, 'qualitys' => '2',
     ],
     'official_sn' => true, 'refill_type' => 'api'];
 
+$bailun_phone = ['name' => 'bailun', 'store_id' => 289, 'qualitys' => '2',
+    'amount' => [
+//        10 => [
+//            ['goods_id' => 8353, 'price' => 10.24, 'quality' => 2, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 8353, 'price' => 10.09, 'quality' => 2, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 8353, 'price' => 10.23, 'quality' => 2, 'card_type' => 'chinatelecom']
+//        ],
+//        20 => [
+//            ['goods_id' => 8354, 'price' => 20.48, 'quality' => 2, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 8354, 'price' => 20.1, 'quality' => 2, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 8354, 'price' => 20.26, 'quality' => 2, 'card_type' => 'chinatelecom']
+//        ],
+//        30 => [
+//            ['goods_id' => 8355, 'price' => 30.105, 'quality' => 2, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 8355, 'price' => 30.135, 'quality' => 2, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 8355, 'price' => 30.135, 'quality' => 2, 'card_type' => 'chinatelecom']
+//        ],
+        50 => [
+            ['goods_id' => 8356, 'price' => 49.7, 'quality' => 2, 'card_type' => 'chinamobile'],
+            ['goods_id' => 8356, 'price' => 49.7, 'quality' => 2, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 8356, 'price' => 49.7, 'quality' => 2, 'card_type' => 'chinatelecom']
+        ],
+        100 => [
+            ['goods_id' => 8357, 'price' => 99.4, 'quality' => 2, 'card_type' => 'chinamobile'],
+            ['goods_id' => 8357, 'price' => 99.4, 'quality' => 2, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 8357, 'price' => 99.4, 'quality' => 2, 'card_type' => 'chinatelecom']
+        ],
+        200 => [
+            ['goods_id' => 8358, 'price' => 198.8, 'quality' => 2, 'card_type' => 'chinamobile'],
+            ['goods_id' => 8358, 'price' => 198.8, 'quality' => 2, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 8358, 'price' => 198.8, 'quality' => 2, 'card_type' => 'chinatelecom']
+        ],
+//        300 => [
+//            ['goods_id' => 8359, 'price' => 300.6, 'quality' => 2, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 8359, 'price' => 300.75, 'quality' => 2, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 8359, 'price' => 300.9, 'quality' => 2, 'card_type' => 'chinatelecom']
+//        ],
+//        500 => [
+//            ['goods_id' => 8360, 'price' => 501, 'quality' => 2, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 8360, 'price' => 501, 'quality' => 2, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 8360, 'price' => 501.5, 'quality' => 2, 'card_type' => 'chinatelecom']
+//        ]
+    ],
+    'official_sn' => true, 'refill_type' => 'api'];
+
 $phone_providers = [
 //    ['name' => 'beixt', 'cfg' => $beixt_phone],
 //    ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
@@ -7717,6 +7762,7 @@ $phone_providers = [
     ['name' => 'yuntian', 'cfg' => $yuntian_phone],
     ['name' => 'yuntian_fs', 'cfg' => $yuntian_fs_phone],
     ['name' => 'juhu', 'cfg' => $juhu_phone],
+    ['name' => 'bailun', 'cfg' => $bailun_phone],
 
 ];
 $config['phone_providers'] = $phone_providers;

+ 1 - 1
docker/compose/xiaoyu/conf/nginx/nginx.conf

@@ -28,7 +28,7 @@ http
     {
     	listen       80;
         set  $folder_name /var/www/html;
-        server_name 192.168.1.218 www.xyxy.com;
+        server_name 192.168.31.168 www.xyxy.com;
         root $folder_name;
         index index.html index.php;
     	client_max_body_size 100m;

+ 50 - 0
helper/refill/api/yl/bailun/RefillCallBack.php

@@ -0,0 +1,50 @@
+<?php
+namespace refill\bailun;
+
+require_once(BASE_HELPER_RAPI_PATH . '/bailun/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) {
+            $data['official_sn'] = strtolower($params['szRtnMsg']) == 'null' ? '' : $params['szRtnMsg'];
+            Model('refill_order')->edit($order_id, $data);
+            return [$order_id, true, false,true];
+        }
+        elseif ($status === 3) {
+            return [$order_id, false, true,true];
+        }
+        else {
+            return [$order_id, false, false,false];
+        }
+    }
+}

+ 142 - 0
helper/refill/api/yl/bailun/RefillPhone.php

@@ -0,0 +1,142 @@
+<?php
+
+namespace refill\bailun;
+
+require_once(BASE_HELPER_RAPI_PATH . '/bailun/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, '网络错误'];
+            }
+
+            $status = $resp['nRtn'];
+            if ($status === 5012) {
+                $updata['official_sn'] = $resp['szRtnMsg'];
+                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];
+        }
+    }
+
+    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);
+    }
+}

+ 32 - 0
helper/refill/api/yl/bailun/api.txt

@@ -0,0 +1,32 @@
+正式环境:
+话费提交地址:http://121.40.244.114:10186/plat/api/old/submitorder
+查询地址:http://121.40.244.114:10186/plat/api/old/queryorder
+查询余额地址:http://121.40.244.114:10186/plat/api/old/queryBalance
+
+对接文档地址:https://docs.qq.com/doc/DWkV1VkxQVk13eEtQ
+
+客户端地址:http://121.40.244.114:10186/plat/index
+
+
+账户信息
+
+账号:ylhfws
+密码:123456ylhfws
+
+ID:  200053
+密钥:6daa337a78264287a52179d6a74efe46
+
+
+
+
+全国移动50元	1000050
+全国移动100元	1000100
+全国移动200元	1000200
+
+全国联通50元	2000050
+全国联通100元	2000100
+全国联通200元	2000200
+
+全国电信50元	3000050
+全国电信100元	3000100
+全国电信200元	3000200

+ 45 - 0
helper/refill/api/yl/bailun/config.php

@@ -0,0 +1,45 @@
+<?php
+
+
+namespace refill\bailun;
+
+use mtopcard;
+class config
+{
+    const ORDER_URL = 'http://121.40.244.114:10186/plat/api/old/submitorder';
+    const QUERY_URL= 'http://121.40.244.114:10186/plat/api/old/queryorder';
+    const BALANCE_URL = 'http://121.40.244.114:10186/plat/api/old/queryBalance';
+
+    const USER_ID= '200053';
+    const KEY = '6daa337a78264287a52179d6a74efe46';
+    const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_bailun.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 => [
+            50  => 2000050,
+            100 => 2000100,
+            200 => 2000200,
+        ],
+        mtopcard\ChinaTelecomCard => [
+            50  => 3000050,
+            100 => 3000100,
+            200 => 3000200,
+        ],
+    ];
+}

+ 4 - 0
mobile/callback/refill_bailun.php

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

+ 6 - 0
test/TestRefillYl.php

@@ -1080,4 +1080,10 @@ class TestRefillYl extends TestCase
         $resp = $provider->notify($params);
 
     }
+
+    public function testBailun()
+    {
+        $provider = $this->getProvider('bailun');
+        $resp = $provider->balance();
+    }
 }