xiaoyu 2 rokov pred
rodič
commit
f0b5bc52f6

+ 1 - 1
helper/refill/api/xyz/chending_df/RefillPhone.php

@@ -27,7 +27,7 @@ class RefillPhone extends refill\IRefillThird
         $params['timestamp'] = date("YmdHis").$this->get_millisecond();
 
         // ext1 为省份汉字, ext2 电卡为南网时传身份证号后6位, ext3 为电费户别类型 1-住宅,2-店铺,3-企业
-        $params['ext1'] = mtopcard\ProvinceList[$province] . ' ' . $city;
+        $params['ext1'] = mtopcard\ProvinceList[$province] . '|' . $city;
         if($company_type === 'south') {
             $params['ext2'] = $card_id;
         }else{

+ 1 - 3
helper/refill/api/xyz/chending_df/config.php

@@ -19,9 +19,7 @@ class config
         'pedlar' => 2,
     ];
     const PRODUCT = [
-        200 => 100548,
-        300 => 100565,
-        500 => 100569,
+        100 => 100761,
     ];
     const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
     const ERRCODES = ['-10', '-12', '-13', '-14', '-15', '-16', '-18', '-21'];