瀏覽代碼

fix store id error

stanley-king 4 年之前
父節點
當前提交
945b1dba6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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];
 }