elm 平台id和本地门店id映射修复

This commit is contained in:
邹宗楠
2023-02-16 14:20:16 +08:00
parent b014217e29
commit d16115b415

View File

@@ -122,7 +122,7 @@ func TestShopStatusGet(t *testing.T) {
//todo 修改ebai平台与本地映射
func TestShopIDBatchUpdate(t *testing.T) {
err := api.ShopIDBatchUpdate([]string{utils.Int2Str(2235877567)}, []string{"100920"})
err := api.ShopIDBatchUpdate([]string{utils.Int2Str(2235877567)}, []string{"668815"})
if err != nil {
t.Fatal(err)
}