|
@@ -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;
|