This commit is contained in:
邹宗楠
2022-07-06 16:48:43 +08:00
parent 07373a7e49
commit c47a130bc0
15 changed files with 427 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ import (
"fmt"
"git.rosy.net.cn/baseapi"
"go.uber.org/zap"
"math/rand"
"testing"
)
@@ -198,5 +199,5 @@ func TestDataUnmas(t *testing.T) {
}
func TestErr2CallbackResponse(t *testing.T) {
fmt.Println(20 & 2)
fmt.Println(fmt.Sprintf("%05d", rand.Intn(1000000)))
}