京东物流状态

This commit is contained in:
苏尹岚
2020-10-23 14:50:00 +08:00
parent c162a20312
commit 7c88b4b7bd
3 changed files with 14 additions and 5 deletions

View File

@@ -65,13 +65,13 @@ func TestPrintMsgWithToken(t *testing.T) {
}
func TestGetPrintStatus(t *testing.T) {
state, err := api.GetPrintStatus("4004653390")
state, err := api.GetPrintStatus("4004627655")
handleError(t, err)
baseapi.SugarLogger.Debug(state)
}
func TestGetPrintStatusWithToken(t *testing.T) {
state, err := api.GetPrintStatusWithToken("4004653390", "07e5895c70114395a285ae20119d83b1")
state, err := api.GetPrintStatusWithToken("4004627655", "308344d0cb74469eb892b26eaffffca2")
handleError(t, err)
baseapi.SugarLogger.Debug(state)
}