stanley-king 1 年間 前
コミット
1e97cfe5b2
2 ファイル変更2 行追加2 行削除
  1. 1 1
      helper/mtopcard/open_query.php
  2. 1 1
      rdispatcher/proxy.php

+ 1 - 1
helper/mtopcard/open_query.php

@@ -5,7 +5,7 @@ namespace mtopcard;
 class open_query
 {
     private const OPENAPI_URL = 'https://openapi.xyzshops.cn/api.php/CardInfo/query';
-//    private const OPENAPI_URL = 'http://121.89.196.45:8080/api.php/CardInfo/query';
+//    private const OPENAPI_URL = 'http://39.101.140.116:8080/api.php/CardInfo/query';
     private const APPID = 'ea97586b4aa0c141e4456912f3325f7f';
     private const SECURE = '92c51d28e3405c923decf1b333cec3ce';
 

+ 1 - 1
rdispatcher/proxy.php

@@ -10,7 +10,7 @@ class proxy
 {
     private function is_loop_order(refill\order $order)
     {
-        if($order->is_third()) {
+        if($order->is_third() || $order->is_oil()) {
             return false;
         }