1
This commit is contained in:
@@ -17,7 +17,7 @@ func TestShopCategoryCreate(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestShopCategoryGet(t *testing.T) {
|
||||
result, err := api.ShopCategoryGet("100274")
|
||||
result, err := api.ShopCategoryGet("800493")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
} else {
|
||||
@@ -25,6 +25,10 @@ func TestShopCategoryGet(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestShopGet222(t *testing.T) {
|
||||
api.ShopGet("800493", 0)
|
||||
}
|
||||
|
||||
func TestShopCategoryUpdate(t *testing.T) {
|
||||
err := api.ShopCategoryUpdate(testShopID, 153760204017121, "水果2", 2)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user