Commit 44a401b7 authored by hujiebin's avatar hujiebin

Update user_center_func.go

parent 9b31756b
......@@ -47,7 +47,7 @@ func SendFruitMachineToUser(date string, round uint32, userIds []uint64) error {
go func(userId uint64, msg *userProxy.FruitMachine, rspUids []uint64, err error) {
buf, _ := json.Marshal(msg)
AddRpcLog(MsgFruitMachine, userId, string(buf[:]), rspUids, err)
}(0, msg, rspUids, err)
}(uint64(len(userIds)), msg, rspUids, err)
if err != nil {
mylogrus.MyLog.Errorf("grpc SendFruitMachine send fail")
......
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