This commit is contained in:
邹宗楠
2022-10-17 14:26:48 +08:00
parent 324e3671df
commit 700dd57a1d

View File

@@ -18,3 +18,12 @@ func TestAggreOrNotAggreAfs(t *testing.T) {
//a.AfterSaleOperate()
fmt.Println("11", 8|16|32|1)
}
func TestGetSkuDetailLocalID(t *testing.T) {
a.GetSkuDetailLocalID("", "609483111")
}
//
func TestName(t *testing.T) {
a.GetSkuDetail("3576800536843975894", "")
}