jd decode

This commit is contained in:
richboo111
2022-10-26 14:34:40 +08:00
2 changed files with 16 additions and 10 deletions

View File

@@ -94,7 +94,7 @@ func TestDeliveryEndOrder(t *testing.T) {
}
func TestGetAfsService(t *testing.T) {
result, err := api.GetAfsService("34081924")
result, err := api.GetAfsService("2225735125000294")
if err != nil {
t.Fatal(err.Error())
}
@@ -138,7 +138,7 @@ func TestOrderQuery2(t *testing.T) {
}
func TestGetByOrderNoForOaos(t *testing.T) {
orderList, err := api.GetByOrderNoForOaos("2108504597000531")
orderList, err := api.GetByOrderNoForOaos("2225735125000294")
t.Log(utils.Format4Output(orderList, false))
if err != nil {
t.Fatal(err.Error())