1
This commit is contained in:
@@ -781,7 +781,7 @@ func UploadImg(filePath, imgType, sourcechnl, isOcr string) (*lakala.UploadImgRe
|
|||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
//#region 京西数据查询
|
//#region京西数据查询
|
||||||
|
|
||||||
// GetIncomingList 进件查询
|
// GetIncomingList 进件查询
|
||||||
func GetIncomingList(merchantNo string, storeId, pageSize, offset int) (*model.PagedInfo, error) {
|
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)
|
return dao.WithdrawalList(merchantNo, drawJnl, acctName, start, end, pageSize, offset)
|
||||||
}
|
}
|
||||||
|
|
||||||
//#enregion
|
//#endregion
|
||||||
|
|||||||
@@ -185,9 +185,8 @@ func (c *LaKaLaController) UpdateBasicInfo() {
|
|||||||
// QueryExamine 查询变更事件审核状态
|
// QueryExamine 查询变更事件审核状态
|
||||||
// @Title 查询变更事件审核状态
|
// @Title 查询变更事件审核状态
|
||||||
// @Description 查询变更事件审核状态
|
// @Description 查询变更事件审核状态
|
||||||
// @Param token header string true "认证token"
|
|
||||||
// @Param customerNo query string true "商户ID"
|
// @Param customerNo query string true "商户ID"
|
||||||
// @Param reviewRelatedId query string true "变更事件ID"
|
// @Param reviewRelatedId query string true "变更事件ID"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
// @router /QueryExamine [get]
|
// @router /QueryExamine [get]
|
||||||
@@ -332,7 +331,7 @@ func (c *LaKaLaController) CreateSeparate() {
|
|||||||
// @Title 变更分账账户
|
// @Title 变更分账账户
|
||||||
// @Description 变更分账账户
|
// @Description 变更分账账户
|
||||||
// @Param token header string true "认证token"
|
// @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
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
// @router /SeparateModify [post]
|
// @router /SeparateModify [post]
|
||||||
|
|||||||
Reference in New Issue
Block a user