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

@@ -38,7 +38,7 @@ class BirthdayGiftSms implements Consumer
if($shop_money) {
// 余额计算
if($shop_money['money'] > $sms_price) {
$templateParam = replace_json_keys($record['template_content'], $y_temp['content_json'], $user);
$templateParam = saveJson_arr($record['template_content'], $y_temp['reple_json'], $user);
$data = [
'templateCode' => $record['template_code'],
'templateParam' => $templateParam,