This commit is contained in:
richboo111
2023-02-14 15:41:32 +08:00
parent e3ef24c337
commit c32151cdb4

View File

@@ -53,7 +53,7 @@ func TestShopCreate(t *testing.T) {
}
func TestShopGet(t *testing.T) {
result, err := api.ShopGet2("", 508415109) //2233065879 ,22267134648
result, err := api.ShopGet2("", 2235877567) //2233065879 ,22267134648
if err != nil {
t.Fatal(err)
} else {
@@ -120,7 +120,7 @@ func TestShopStatusGet(t *testing.T) {
}
}
//修改ebai平台与本地映射
//todo 修改ebai平台与本地映射
func TestShopIDBatchUpdate(t *testing.T) {
err := api.ShopIDBatchUpdate([]string{utils.Int2Str(2235877567)}, []string{"100920"})
if err != nil {