- weimob order and callback
This commit is contained in:
16
platformapi/weimobapi/logistics_test.go
Normal file
16
platformapi/weimobapi/logistics_test.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package weimobapi
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/baseapi"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
)
|
||||
|
||||
func TestQueryLogisticsCompany(t *testing.T) {
|
||||
result, err := api.QueryLogisticsCompany()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
baseapi.SugarLogger.Debug(utils.Format4Output(result, false))
|
||||
}
|
||||
Reference in New Issue
Block a user