- ebai api
This commit is contained in:
@@ -15,6 +15,16 @@ func TestShopList(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestShopCreate(t *testing.T) {
|
||||
|
||||
// result, err := api.ShopCreate("", testShopBaiduID)
|
||||
// if err != nil {
|
||||
// t.Fatal(err)
|
||||
// } else {
|
||||
// t.Log(utils.Format4Output(result, false))
|
||||
// }
|
||||
}
|
||||
|
||||
func TestShopGet(t *testing.T) {
|
||||
result, err := api.ShopGet("", testShopBaiduID)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user