- weimobapi.QueryGoodsDetail added
This commit is contained in:
@@ -16,6 +16,14 @@ func TestQueryGoodsList(t *testing.T) {
|
||||
baseapi.SugarLogger.Debug(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestQueryGoodsDetail(t *testing.T) {
|
||||
result, err := api.QueryGoodsDetail(21128350148)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
baseapi.SugarLogger.Debug(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestQueryCategoryTree(t *testing.T) {
|
||||
result, err := api.QueryCategoryTree()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user