This commit is contained in:
邹宗楠
2024-02-27 10:59:38 +08:00
parent 524c16fc9e
commit 8f5ee5fac1
6 changed files with 11 additions and 20 deletions

View File

@@ -257,20 +257,8 @@ type StoreSkuInfo struct {
//42597433459
func TestDeleteActSku(t *testing.T) {
failedList2, err2 := api.RetailDiscountDelete2("6794526", 1001, []string{"42597433459"})
failedList2, err2 := api.RetailDiscountDelete2("10540654", 1001, []string{"42597433459"})
fmt.Println(utils.Format4Output(failedList2, false))
fmt.Println(err2)
}
func TestSync(t *testing.T) {
aa := &struct {
Token string `json:"token"`
RefreshToken string `json:"refresh_token"`
}{
Token: "11",
RefreshToken: "222",
}
fmt.Println(utils.Struct2MapByJson(aa))
}