修改自配送,状态,添加打印机打印参数
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user