增加饿了么取消订单申请索赔

This commit is contained in:
邹宗楠
2025-02-28 09:53:00 +08:00
parent 6d2bad0746
commit f4cd049996
5 changed files with 68 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ func TestPrintMsg(t *testing.T) {
}
func TestGetPrinterStatus(t *testing.T) {
status, err := api.GetPrinterStatus("deviceid", "devicesecret")
status, err := api.GetPrinterStatus("ZW202104501422", "")
handleError(t, err)
baseapi.SugarLogger.Debug(status)
}