修改快递单号
This commit is contained in:
@@ -81,3 +81,11 @@ func TestPhoneSensltiveInfo(t *testing.T) {
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestUpdateWaybill(t *testing.T) {
|
||||
err := api.UpdateWaybill("123076499052", "1274", "88328977356545 ")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
// t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user