iedc-go/vendor/gopkg.in/chanxuehong/wechat.v2/util/nonce_str.go

8 lines
109 B
Go
Raw Permalink Normal View History

2023-03-02 19:12:15 +00:00
package util
import "github.com/chanxuehong/rand"
func NonceStr() string {
return string(rand.NewHex())
}