|
@@ -914,11 +914,11 @@ class push_helper
|
|
|
$text = "您获得{$money}元的砍价红包,请查收~";
|
|
|
|
|
|
$push_param['alias'] = $user;
|
|
|
- $push_param['title'] = "收到新人首单红包";
|
|
|
+ $push_param['title'] = "收到砍价红包";
|
|
|
$push_param['text'] = $text;
|
|
|
|
|
|
$push_param['extra']['go_type'] = 'bonus';
|
|
|
- $push_param['extra']['title'] = "收到新人首单红包";
|
|
|
+ $push_param['extra']['title'] = "收到砍价红包";
|
|
|
$push_param['extra']['text'] = $text;
|
|
|
$push_param['extra']['show_type'] = 'pop';
|
|
|
$push_param['extra']['url'] = schema_helper::bonus_detail($type_sn);
|