haru haru 3 лет назад
Родитель
Сommit
b27b5ee0c3

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

@@ -5401,6 +5401,51 @@ $jike_phone = ['name' => 'jike', 'store_id' => 211, 'qualitys' => '1',
     ],
     'official_sn' => true, 'refill_type' => 'api'];
 
+$jumeng_phone = ['name' => 'jumeng', 'store_id' => 212, 'qualitys' => '1',
+    'amount' => [
+//        10 => [
+//            ['goods_id' => 7778, 'price' => 9.61, 'quality' => 1, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 7778, 'price' => 9.44, 'quality' => 1, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 7778, 'price' => 9.44, 'quality' => 1, 'card_type' => 'chinatelecom']
+//        ],
+//        20 => [
+//            ['goods_id' => 7779, 'price' => 19.22, 'quality' => 1, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 7779, 'price' => 18.88, 'quality' => 1, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 7779, 'price' => 18.88 'quality' => 1, 'card_type' => 'chinatelecom']
+//        ],
+        30 => [
+            ['goods_id' => 7780, 'price' => 28.83, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7780, 'price' => 28.32, 'quality' => 1, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 7780, 'price' => 28.32, 'quality' => 1, 'card_type' => 'chinatelecom']
+        ],
+        50 => [
+            ['goods_id' => 7781, 'price' => 48.05, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7781, 'price' => 47.2, 'quality' => 1, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 7781, 'price' => 47.2, 'quality' => 1, 'card_type' => 'chinatelecom']
+        ],
+        100 => [
+            ['goods_id' => 7782, 'price' => 96.1, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7782, 'price' => 94.4, 'quality' => 1, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 7782, 'price' => 94.4, 'quality' => 1, 'card_type' => 'chinatelecom']
+        ],
+        200 => [
+            ['goods_id' => 7783, 'price' => 192.2, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7783, 'price' => 188.8, 'quality' => 1, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 7783, 'price' => 188.8, 'quality' => 1, 'card_type' => 'chinatelecom']
+        ],
+//        300 => [
+//            ['goods_id' => 7784, 'price' => 288.3, 'quality' => 1, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 7784, 'price' => 283.2, 'quality' => 1, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 7784, 'price' => 283.2, 'quality' => 1, 'card_type' => 'chinatelecom']
+//        ],
+//        500 => [
+//            ['goods_id' => 7785, 'price' => 480.5, 'quality' => 1, 'card_type' => 'chinamobile'],
+//            ['goods_id' => 7785, 'price' => 472, 'quality' => 1, 'card_type' => 'chinaunicom'],
+//            ['goods_id' => 7785, 'price' => 472, 'quality' => 1, 'card_type' => 'chinatelecom']
+//        ]
+    ],
+    'official_sn' => true, 'refill_type' => 'api'];
+
 $phone_providers = [
 //    ['name' => 'beixt', 'cfg' => $beixt_phone],
 //    ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
@@ -5573,6 +5618,7 @@ $phone_providers = [
     ['name' => 'youheman', 'cfg' => $youheman_phone],
     ['name' => 'huoshenguoman', 'cfg' => $huoshenguoman_phone],
     ['name' => 'jike', 'cfg' => $jike_phone],
+    ['name' => 'jumeng', 'cfg' => $jumeng_phone],
 ];
 $config['phone_providers'] = $phone_providers;
 

+ 48 - 0
helper/refill/api/yl/jumeng/RefillCallBack.php

@@ -0,0 +1,48 @@
+<?php
+namespace refill\jumeng;
+
+require_once(BASE_HELPER_RAPI_PATH . '/jumeng/config.php');
+
+use refill;
+class RefillCallBack implements refill\IRefillCallBack
+{
+    public function verify($params): bool
+    {
+        $sign = $this->sign($params);
+        if ($params['sign'] == $sign) {
+            return true;
+        } else {
+            return false;
+        }
+    }
+
+    private function sign($params)
+    {
+        $userid = config::USER_ID;
+        $key = config::KEY;
+        $content = "userid={$userid}&orderid={$params['orderid']}&sporderid={$params['sporderid']}&merchantsubmittime={$params['merchantsubmittime']}";
+        $content .= "&resultno={$params['resultno']}&key={$key}";
+        return strtoupper(md5($content));
+    }
+
+    public function notify($params)
+    {
+        $status = intval($params['resultno']);
+        $order_sn = $params['sporderid'];
+        $order_info = Model('vr_order')->getOrderInfo(['order_sn' => $order_sn]);
+        if (empty($order_info)) {
+            return [false, false, false,false];
+        }
+
+        $order_id = $order_info['order_id'];
+        if ($status === 1) {
+            $data['official_sn'] = strtolower($params['remark1']) == 'null' ? '' : $params['remark1'];
+            Model('refill_order')->edit($order_id, $data);
+            return [$order_id, true, false, true];
+        } elseif ($status === 9) {
+            return [$order_id, false, true, true];
+        } else {
+            return [$order_id, false, false, false];
+        }
+    }
+}

+ 155 - 0
helper/refill/api/yl/jumeng/RefillPhone.php

@@ -0,0 +1,155 @@
+<?php
+
+namespace refill\jumeng;
+
+require_once(BASE_HELPER_RAPI_PATH . '/jumeng/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, $card_type, string $order_sn)
+    {
+        $params['userid'] = config::USER_ID;
+        $params['productid'] = config::ProductIdS[$card_type][$amount];
+        $params['price'] = $amount;
+        $params['num'] = 1;
+        $params['mobile'] = $phone;
+        $params['spordertime'] = date("YmdHis");
+        $params['sporderid'] = $order_sn;
+        $params['back_url'] = config::NOTIFY_URL;
+        $params['paytype'] = config::operator[$card_type];
+
+        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['sign'] = $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 = $this->xmlToArray($resp);
+            if (empty($resp)) {
+                return [false, '网络错误', true];
+            }
+
+            $resultno = $resp['resultno'];
+            if (in_array($resultno, ['0', '2'], true)) {
+                return [true, $resp['orderid'], false];
+            } elseif (in_array($resultno, config::ERR_NOS, true)) {
+                return [false, $resultno, false];
+            } elseif ($resultno === '9999' || $resultno === '5006') {
+                $net_errno = "HTTP-{$resultno}";
+                return [false, $resultno, true];
+            } else {
+                //未知结果码
+                $err = 998;
+                $net_errno = "HTTP-{$err}";
+                return [false, $resultno, true];
+            }
+        }
+    }
+
+    public function query($refill_info)
+    {
+        $params['userid'] = config::USER_ID;
+        $params['sporderid'] = $refill_info['order_sn'];
+        $key = config::KEY;
+        $content = "userid={$params['userid']}&sporderid={$params['sporderid']}&key={$key}";
+        $params['sign'] = strtoupper(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 = $this->xmlToArray($resp);
+            if (empty($resp))
+            {
+                return [false, '网络错误'];
+            }
+            else
+            {
+                $resultno = $resp['resultno'];
+                if ($resultno === '1') {
+                    $updata['official_sn'] = $resp['remark1'];
+                    Model('refill_order')->edit($refill_info['order_id'], $updata);
+                    $order_state = ORDER_STATE_SUCCESS;
+                } elseif ($resultno === '9') {
+                    $order_state = ORDER_STATE_CANCEL;
+                } elseif (in_array($resultno, ['0','2'], true)) {
+                    $order_state = ORDER_STATE_SEND;
+                } elseif ($resultno === '5007' && (time() - $refill_info['commit_time'] > 600)) {
+                    $order_state = ORDER_STATE_NOEXIST;
+                } else {
+                    return [false, $resultno];
+                }
+
+                return [true, $order_state];
+            }
+        }
+    }
+
+    public function balance()
+    {
+        $params['userid'] = config::USER_ID;
+        $key = config::KEY;
+        $content = "userid={$params['userid']}&key={$key}";
+        $params['sign'] = strtoupper(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 = $this->xmlToArray($resp);
+            if (empty($resp)) {
+                return [false, '网络错误'];
+            } elseif ($resp['resultno'] === '1') {
+                return [true, $resp['balance']];
+            } else {
+                return [false, $resp['resultno']];
+            }
+        }
+    }
+
+    private function sign($params)
+    {
+        $userid = config::USER_ID;
+        $key = config::KEY;
+        $content = "userid={$userid}&productid={$params['productid']}&price={$params['price']}&num={$params['num']}&mobile={$params['mobile']}&spordertime={$params['spordertime']}";
+        $content .= "&sporderid={$params['sporderid']}&key={$key}";
+        return strtoupper(md5($content));
+    }
+
+    public function xmlToArray($xml)
+    {
+        $replace_str = str_replace(' ','','encoding="gb2312"');
+        $xml = mb_convert_encoding($xml,"UTF-8","gb2312");
+        $xml = str_replace($replace_str, "encoding='utf-8'", $xml);
+        return refill\util::xmlToArray($xml);
+    }
+}

+ 49 - 0
helper/refill/api/yl/jumeng/config.php

@@ -0,0 +1,49 @@
+<?php
+
+
+namespace refill\jumeng;
+
+use mtopcard;
+class config
+{
+    //https://www.showdoc.com.cn/AQL666666/
+    const ORDER_URL = 'http://123.60.96.64:9086/onlinepay.do';
+    const QUERY_URL= 'http://123.60.96.64:9086/searchpay.do';
+    const BALANCE_URL = 'http://123.60.96.64:9086/searchbalance.do';
+
+    const USER_ID= '10002593';
+    const KEY = 'dsWKMhSyThFYBD4eNdDaTxGe6aXwEcyh';
+    const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_jumeng.php";
+    const operator = [
+        mtopcard\ChinaMobileCard  => 'yd',
+        mtopcard\ChinaUnicomCard  => 'lt',
+        mtopcard\ChinaTelecomCard => 'dx'
+    ];
+    const ERR_NOS = [
+        '5001','5002','5003','5004','5005','5008','5009','5010','5011','5012'
+    ];
+    const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;'];
+    const ProductIdS = [
+        mtopcard\ChinaMobileCard =>
+            [
+                30 => '101687',
+                50 => '101688',
+                100 => '101689',
+                200 => '101690',
+            ],
+        mtopcard\ChinaUnicomCard =>
+            [
+                30 => '101705',
+                50 => '101706',
+                100 => '101707',
+                200 => '101708',
+            ],
+        mtopcard\ChinaTelecomCard =>
+            [
+                30 => '101723',
+                50 => '101724',
+                100 => '101725',
+                200 => '101726',
+            ]
+    ];
+}

+ 36 - 0
helper/refill/api/yl/jumeng/对接文档-yezi.txt

@@ -0,0 +1,36 @@
+用户名:yelin
+密码:yelin2022
+登录网址:http://123.60.96.64:7080/
+用户编号:10002593
+
+注:已关闭非api手提下单功能,如需开通请贵司老板联系我司工作人员。
+
+秘钥:dsWKMhSyThFYBD4eNdDaTxGe6aXwEcyh
+
+api接口地址:
+http://123.60.96.64:9086/onlinepay.do 下单地址
+http://123.60.96.64:9086/searchbalance.do 余额查询
+http://123.60.96.64:9086/searchpay.do 订单主动查询地址
+
+
+加白IP http://123.60.96.64
+
+api接口文档地址:
+https://www.showdoc.com.cn/AQL666666/
+
+
+移动30元  101687
+移动50元  101688
+移动100元 101689
+移动200元 101690
+
+
+联通30元  101705
+联通50元  101706
+联通100元 101707
+联通200元 101708
+
+电信30元  101723
+电信50元  101724
+电信100元 101725
+电信200元 101726

+ 6 - 0
test/TestRefillYl.php

@@ -670,4 +670,10 @@ class TestRefillYl extends TestCase
         $provider = $this->getProvider('yingdian', 'RefillOil');
         $resp = $provider->balance();
     }
+
+    public function testJumeng()
+    {
+        $provider = $this->getProvider('jumeng');
+        $resp = $provider->balance();
+    }
 }