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

View File

@@ -185,9 +185,8 @@ func (c *LaKaLaController) UpdateBasicInfo() {
// QueryExamine 查询变更事件审核状态
// @Title 查询变更事件审核状态
// @Description 查询变更事件审核状态
// @Param token header string true "认证token"
// @Param customerNo query string true "商户ID"
// @Param reviewRelatedId query string true "变更事件ID"
// @Param reviewRelatedId query string true "变更事件ID"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /QueryExamine [get]
@@ -332,7 +331,7 @@ func (c *LaKaLaController) CreateSeparate() {
// @Title 变更分账账户
// @Description 变更分账账户
// @Param token header string true "认证token"
// @Param payload formData string true "json数据lakala.BusinessLicenseReq 对象"
// @Param payload formData string true "json数据lakala.SeparateModifyReq 对象"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /SeparateModify [post]