浏览代码

remove debug

stanley-king 4 年之前
父节点
当前提交
b20419904c
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      helper/refill/api/xyz/afandnew/config.php

+ 1 - 2
helper/refill/api/xyz/afandnew/config.php

@@ -4,7 +4,6 @@
 namespace refill\afandnew;
 use mtopcard;
 
-use mtopcard;
 class config
 {
     const ORDER_URL = 'http://ddd.nvtu.ren/gateway/recharge';
@@ -18,6 +17,6 @@ class config
     const ProductIDS = [
         mtopcard\ChinaMobileCard  => [50 => '2110000050000', 100 => '21100000100000', 200 => '21100000200101'],
         mtopcard\ChinaUnicomCard  => [50 => '2310000050101', 100 => '23100000100101', 200 => '23100000200101'],
-        mtopcard\ChinaTelecomCard => [50 => '2210000050101', 100 => '22100000100101', 200 => '22100000200101'],
+        mtopcard\ChinaTelecomCard => [50 => '2210000050101', 100 => '22100000100101', 200 => '22100000200101']
     ];
 }