@@ -1735,7 +1735,7 @@ class queueLogic
}
[$succ, $msg, $offical_sn] = $provider->query($refill_info);
- Log::record("order_sn={$refill_info['order_sn']} offical_sn=$offical_sn");
+ Log::record("order_sn={$refill_info['order_sn']} offical_sn=$offical_sn", Log::DEBUG);
return callback($succ, "$chname provider query $msg.");
@@ -2,8 +2,6 @@
namespace mtopcard;
-use login\pub_userinfo_log;
-
require_once(BASE_HELPER_PATH . '/mtopcard/card_query.php');
require_once(BASE_HELPER_PATH . '/mtopcard/open_query.php');
require_once(BASE_HELPER_PATH . '/mtopcard/topcard.php');