redis
This commit is contained in:
@@ -23,7 +23,7 @@ class ApplySmsTemp implements Consumer
|
||||
$shop_template_id = $arr[1];
|
||||
}else {
|
||||
Log::info('apply.sms.temp数据格式错误');
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
try {
|
||||
// 查询没有提交审核的模版
|
||||
@@ -63,6 +63,7 @@ class ApplySmsTemp implements Consumer
|
||||
'status' => $status,
|
||||
'template_code' => $template_code,
|
||||
'content_json' => $templateContent_json,
|
||||
'reple_json' => json_encode($templateContent_arr),
|
||||
'fail_msg' => $fail_msg,
|
||||
'order_id' => $order_id,
|
||||
'update_time' => date('Y-m-d H:i:s'),
|
||||
@@ -89,6 +90,7 @@ class ApplySmsTemp implements Consumer
|
||||
$update_data = [
|
||||
'status' => $status,
|
||||
'content_json' => $templateContent_json,
|
||||
'reple_json' => json_encode($templateContent_arr),
|
||||
'fail_msg' => $fail_msg,
|
||||
'update_time' => date('Y-m-d H:i:s'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user