---jd shop

This commit is contained in:
rosydev
2022-01-27 14:28:03 +08:00
parent 9e8c2f96b6
commit 60560c2a7d
8 changed files with 135 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
package jdshop
import (
"fmt"
"git.rosy.net.cn/baseapi/platformapi/jdshopapi"
"testing"
)
@@ -16,6 +17,7 @@ func TestSaveJdsOrders(t *testing.T) {
}{
// TODO: Add test cases.
}
fmt.Println("测试1")
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
if err := SaveJdsOrders(tt.args.msg); (err != nil) != tt.wantErr {
@@ -23,4 +25,5 @@ func TestSaveJdsOrders(t *testing.T) {
}
})
}
fmt.Println("测试2")
}