This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_mq_consume
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: lack sign in num when create egg score
master
shenjiachi
1 week ago
parent
32cd97e1ae
commit
35564a3114
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
consume/egg_record_active_consume.go
+ 2
- 1
consume/egg_record_active_consume.go
View File
@@ -103,8 +103,9 @@ func handleEggRecordActiveDataConsume(msgData []byte) error {
return err1
}
return nil
} else {
return err
}
return err
}
}
Write
Preview
Loading…
Cancel
Save