进一步完成

This commit is contained in:
2025-10-15 19:41:26 +08:00
parent 348a990f88
commit d715a5fcf0
5 changed files with 11 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ class SendMarkSms implements Consumer
if($shop_money['money'] > config('cons.sms_price')) {
$templateParam = replace_json_keys($record['json'], $y_temp['content_json']);
$data = [
'templateCode' => $record['template_code'],
'templateCode' => $y_temp['template_code'],
'templateParam' => $templateParam,
'phoneNumbers' => $user_list['phone'],
'signName' => config('cons.sms_sign'),