dd
This commit is contained in:
@@ -50,6 +50,9 @@ const (
|
|||||||
TraceInfoStateM190 = "-190" //上门接货
|
TraceInfoStateM190 = "-190" //上门接货
|
||||||
TraceInfoStateM640 = "-640" //配送员完成揽收
|
TraceInfoStateM640 = "-640" //配送员完成揽收
|
||||||
TraceInfoStateM170 = "-170" //分拣中心收货
|
TraceInfoStateM170 = "-170" //分拣中心收货
|
||||||
|
TraceInfoStateM790 = "-790" //下单取消
|
||||||
|
TraceInfoStateM650 = "-650" //终止揽收
|
||||||
|
|
||||||
TraceInfoState200 = "200" //站点装箱发货
|
TraceInfoState200 = "200" //站点装箱发货
|
||||||
TraceInfoState10 = "10" //分拣中心验货
|
TraceInfoState10 = "10" //分拣中心验货
|
||||||
TraceInfoState13 = "13" //分拣中心分拣
|
TraceInfoState13 = "13" //分拣中心分拣
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ func TestCancelWayBill(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestQueryDynamicTraceInfo(t *testing.T) {
|
func TestQueryDynamicTraceInfo(t *testing.T) {
|
||||||
result, err := api.QueryDynamicTraceInfo("JDVD01119013942")
|
result, err := api.QueryDynamicTraceInfo("JDVD01333952184")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user