a
This commit is contained in:
@@ -147,3 +147,8 @@ func TestAPI_SetPoiIMOnlineStatus(t *testing.T) {
|
||||
}
|
||||
fmt.Println(errList)
|
||||
}
|
||||
|
||||
func TestRdbSet2(t *testing.T) {
|
||||
|
||||
rdb.Set("111", "2", 0)
|
||||
}
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
package sfps2
|
||||
|
||||
import (
|
||||
"crypto/rand"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"math/big"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
@@ -139,6 +137,7 @@ func TestNew(t *testing.T) {
|
||||
}
|
||||
|
||||
func Test2(t *testing.T) {
|
||||
n, _ := rand.Int(rand.Reader, big.NewInt(10000000000))
|
||||
println(n.Int64())
|
||||
//n, _ := rand.Int(rand.Reader, big.NewInt(10000000000))
|
||||
//println(n.Int64())
|
||||
//var
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user