This commit is contained in:
苏尹岚
2021-04-14 13:41:07 +08:00
parent 25ca1abdf7
commit 2101a5282e
2 changed files with 15 additions and 5 deletions

View File

@@ -298,7 +298,7 @@ func (c *OrderController) ExportMTWaybills() {
// @Param adjustCount query int false "最小调整次数"
// @Param brandID query int false "品牌ID"
// @Param mustInvoice query bool false "是否必须要求开发票"
// @Param deliveryType query string false "配送方式"
// @Param deliveryTypes query string false "配送方式"
// @Param offset query int false "结果起始序号以0开始缺省为0"
// @Param pageSize query int false "结果页大小缺省为50-1表示全部"
// @Success 200 {object} controllers.CallResult