13 lines
196 B
Go
13 lines
196 B
Go
package localjx
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
|
)
|
|
|
|
func TestGenOrderNo(t *testing.T) {
|
|
orderNo := GenOrderNo(jxcontext.AdminCtx)
|
|
t.Log(orderNo)
|
|
}
|