Files
jx-callback/business/partner/purchase/tiktok_store/store_test.go
richboo111 ec7896d94f 1
2022-10-10 09:58:12 +08:00

14 lines
195 B
Go

package tiktok_store
import (
"fmt"
"testing"
)
//创建运费模板
func TestCreateFreight(t *testing.T) {
data, err := CreateFreightTemplate(668504)
fmt.Println(data)
fmt.Println(err)
}