- jd afs api

This commit is contained in:
gazebo
2019-05-06 15:51:19 +08:00
parent 2e0b9206b8
commit 3668b8cf89
4 changed files with 234 additions and 6 deletions

View File

@@ -193,3 +193,11 @@ func TestDeliveryEndOrder(t *testing.T) {
}
sugarLogger.Debug(result)
}
func TestGetAfsService(t *testing.T) {
result, err := api.GetAfsService2("22520782")
if err != nil {
t.Fatal(err.Error())
}
sugarLogger.Debug(utils.Format4Output(result, false))
}