This commit is contained in:
邹宗楠
2025-07-07 15:12:21 +08:00
parent 4176de8c99
commit 15775cfb16
2 changed files with 4 additions and 5 deletions

View File

@@ -781,7 +781,7 @@ func UploadImg(filePath, imgType, sourcechnl, isOcr string) (*lakala.UploadImgRe
//#endregion
//#region 京西数据查询
//#region京西数据查询
// GetIncomingList 进件查询
func GetIncomingList(merchantNo string, storeId, pageSize, offset int) (*model.PagedInfo, error) {
@@ -823,4 +823,4 @@ func WithdrawalList(merchantNo, drawJnl, acctName, startTime, endTime string, pa
return dao.WithdrawalList(merchantNo, drawJnl, acctName, start, end, pageSize, offset)
}
//#enregion
//#endregion