1
This commit is contained in:
13
business/partner/purchase/tiktok_store/store_test.go
Normal file
13
business/partner/purchase/tiktok_store/store_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package tiktok_store
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
//创建运费模板
|
||||
func TestCreateFreight(t *testing.T) {
|
||||
data, err := CreateFreightTemplate(668504)
|
||||
fmt.Println(data)
|
||||
fmt.Println(err)
|
||||
}
|
||||
Reference in New Issue
Block a user