redis
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user