qnc-server/common/uniqueid/sn_test.go

8 lines
102 B
Go
Raw Normal View History

2024-11-03 15:28:10 +08:00
package uniqueid
import "testing"
func TestGenSn(t *testing.T) {
GenSn(SN_PREFIX_HOMESTAY_ORDER)
}