- ShopIDBatchUpdate
This commit is contained in:
@@ -53,3 +53,14 @@ func TestShopBusStatusGet(t *testing.T) {
|
||||
t.Log(result)
|
||||
}
|
||||
}
|
||||
|
||||
func TestShopIDBatchUpdate(t *testing.T) {
|
||||
err := api.ShopIDBatchUpdate([]string{utils.Int2Str(testShopBaiduID)}, []string{""})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
// err = api.ShopIDBatchUpdate([]string{utils.Int2Str(testShopBaiduID)}, []string{testShopID})
|
||||
// if err != nil {
|
||||
// t.Fatal(err)
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user