feat: 互动处理
This commit is contained in:
@@ -109,3 +109,8 @@ func TestGetZeroTime(t *testing.T) {
|
||||
fmt.Printf("当天零点: %v\n", zeroTime)
|
||||
fmt.Printf("时间戳(秒): %v\n", zeroTime.Unix())
|
||||
}
|
||||
|
||||
func TestGenName(t *testing.T) {
|
||||
username := uniqueid.GenerateRadioUsername()
|
||||
fmt.Println(username)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user