Browse Source

fix store id error

stanley-king 4 years ago
parent
commit
945b1dba6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/api/lingzh/legou/config.php

+ 1 - 1
helper/refill/api/lingzh/legou/config.php

@@ -15,5 +15,5 @@ class config
     const ExtHeaders = ['ContentType: application/x-www-form-urlencoded;charset=utf-8'];
 
     const ProductIDS = [mtopcard\ChinaMobileCard => 400002,mtopcard\ChinaUnicomCard => 400003,mtopcard\ChinaTelecomCard => 400004];
-    const StoreIDS = [42];
+    const StoreIDS = [43];
 }