+Pay4Order

This commit is contained in:
gazebo
2019-11-20 15:55:09 +08:00
parent ea49b20528
commit 1195e194a1
11 changed files with 205 additions and 11 deletions

View File

@@ -1,8 +1,12 @@
package localjx
import "testing"
import (
"testing"
func TestSyncStoreSkus(t *testing.T) {
orderNo := GenOrderNo()
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
)
func TestGenOrderNo(t *testing.T) {
orderNo := GenOrderNo(jxcontext.AdminCtx)
t.Log(orderNo)
}