|
@@ -21,7 +21,7 @@ class parameters
|
|
|
{
|
|
|
$info = new member_info($relay_id);
|
|
|
$nickname = $info->nickname();
|
|
|
- $type_name = "您的好友{$nickname},送您一个熊猫美妆红包";
|
|
|
+ $type_name = "{$nickname}的红包";
|
|
|
}
|
|
|
catch (Exception $ex) {
|
|
|
$type_name = "好友邀请红包";
|
|
@@ -29,7 +29,7 @@ class parameters
|
|
|
|
|
|
$param['make_type'] = type::MakeInviteType;
|
|
|
$param['type_name'] = $type_name;
|
|
|
- $param['type_bless'] = "新用户奖励红包";
|
|
|
+ $param['type_bless'] = "领熊猫美妆红包,享内买福利";
|
|
|
$param['send_type'] = type::SendType_Fixed;
|
|
|
$param['grab_type'] = type::GrabType_EXEXIST;
|
|
|
$param['relayer_id'] = $relay_id;
|