This commit is contained in:
2025-10-17 15:39:51 +08:00
parent 67d912fe49
commit 70be9f3275
5 changed files with 41 additions and 12 deletions

View File

@@ -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'),
];