Commit ed788325 authored by hujiebin's avatar hujiebin

feat.填充礼物名称

parent 15acc8c9
......@@ -34,7 +34,7 @@ func UserBagSendEvent() {
return err
}
if err := msg_m.NewUserRecord(model, e.UserId, msg_e.AddUserBag,
"", 0, "", fmt.Sprintf("%d", e.Day),
gift.Name, 0, "", fmt.Sprintf("%d", e.Day),
gift.IconUrl, "", "").Persistent(); err != nil {
model.Log.Errorf("NewUserRecord fail")
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment