- ebaiapi.OrderIdConvert

- elmapi.GetAllOrders
This commit is contained in:
gazebo
2019-02-01 20:19:58 +08:00
parent 335162d99a
commit eba2996880
6 changed files with 84 additions and 14 deletions

View File

@@ -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) {