修改自配送,状态,添加打印机打印参数

This commit is contained in:
邹宗楠
2022-06-01 15:33:32 +08:00
parent 98a75d53fe
commit 3c30456fcb
6 changed files with 334 additions and 7 deletions

View File

@@ -21,3 +21,11 @@ func TestGetDistributeOrderDetail(t *testing.T) {
}
baseapi.SugarLogger.Debug(utils.Format4Output(result, false))
}
func TestCancelReason(t *testing.T) {
result, err := api.GetCancelDeliveryReason(140382470610780245, "14038247")
if err != nil {
t.Fatal(err)
}
baseapi.SugarLogger.Debug(utils.Format4Output(result, false))
}