京西商城订单

This commit is contained in:
gazebo
2019-11-15 10:43:20 +08:00
parent 1de4525ff6
commit 9cc35f5f10
2 changed files with 137 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
package localjx
import "testing"
func TestSyncStoreSkus(t *testing.T) {
orderNo := GenOrderNo()
t.Log(orderNo)
}