添加国美api,删除老版本蜂鸟API,添加抖音授权api、
This commit is contained in:
@@ -8,12 +8,12 @@ import (
|
||||
)
|
||||
|
||||
func TestQueryGoodsList(t *testing.T) {
|
||||
result, totalCount, err := api.QueryGoodsList(1, 20, nil, nil)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
baseapi.SugarLogger.Debug(totalCount)
|
||||
baseapi.SugarLogger.Debug(utils.Format4Output(result, false))
|
||||
//result, totalCount, err := api.QueryGoodsList(1, 20, nil, nil)
|
||||
//if err != nil {
|
||||
// t.Fatal(err)
|
||||
//}
|
||||
//baseapi.SugarLogger.Debug(totalCount)
|
||||
//baseapi.SugarLogger.Debug(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestQueryGoodsDetail(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user