stanley-king пре 3 година
родитељ
комит
150ba46c24
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      helper/refill/api/xyz/xiaoniu/RefillCallBack.php

+ 1 - 1
helper/refill/api/xyz/xiaoniu/RefillCallBack.php

@@ -56,7 +56,7 @@ class RefillCallBack implements refill\IRefillCallBack
 
         $order_id = $order_info['order_id'];
         if ($status === 1) {
-            Log::record("小牛油卡 官方凭证内容:{$params['content']}",Log::DEBUG);
+            Log::record("xiaoniu sms:{$params['content']}",Log::DEBUG);
             Model('')->table('refill_ext')->insert(['order_id' => $order_id, 'sms' => $params['content']]);
             $official_sn = $this->substr_content($params['content']);
             $data['official_sn'] = strtolower($official_sn) == 'null' ? '' : $official_sn;