1
This commit is contained in:
@@ -53,7 +53,7 @@ func TestShopCreate(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestShopGet(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 {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
} else {
|
} else {
|
||||||
@@ -120,7 +120,7 @@ func TestShopStatusGet(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//修改ebai平台与本地映射
|
//todo 修改ebai平台与本地映射
|
||||||
func TestShopIDBatchUpdate(t *testing.T) {
|
func TestShopIDBatchUpdate(t *testing.T) {
|
||||||
err := api.ShopIDBatchUpdate([]string{utils.Int2Str(2235877567)}, []string{"100920"})
|
err := api.ShopIDBatchUpdate([]string{utils.Int2Str(2235877567)}, []string{"100920"})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user