- ebaiapi.OrderIdConvert
- elmapi.GetAllOrders
This commit is contained in:
@@ -2,6 +2,8 @@ package elmapi
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
)
|
||||
|
||||
func TestGetUser(t *testing.T) {
|
||||
@@ -17,7 +19,7 @@ func TestGetAccAndStores(t *testing.T) {
|
||||
if err != nil || len(stores) == 0 || len(accs) == 0 {
|
||||
t.Fatalf("GetAccAndStores failed with error:%v", err)
|
||||
}
|
||||
sugarLogger.Debug(stores[0])
|
||||
sugarLogger.Debug(utils.Format4Output(stores, false))
|
||||
}
|
||||
|
||||
func TestGetShop(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user