This commit is contained in:
邹宗楠
2025-10-23 17:07:48 +08:00
parent 3fa6b2457f
commit 7e212f7c4f
2 changed files with 4 additions and 6 deletions

View File

@@ -1504,13 +1504,12 @@ func (c *OrderController) UpdateTiktokSettlement() {
// @Title 获取门店的发票申请
// @Description 获取门店的发票申请
// @Param token header string true "认证token"
// @Param storeId formData int false "门店id"
// @Param startTime formData string true "开始时间"
// @Param endTime formData string true "结束时间"
// @Param status formData string false "发票回复状态[1未回复/2回复]"
// @Param offset query int false "结果起始序号以0开始缺省为0"
// @Param pageSize query int false "结果页大小缺省为50-1表示全部"
// @Param offset formData int false "结果起始序号以0开始缺省为0"
// @Param pageSize formData int false "结果页大小缺省为50-1表示全部"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetInvoiceRecord [post]