This commit is contained in:
邹宗楠
2025-08-11 09:55:15 +08:00
parent eb385cfb90
commit 5c14110da0
4 changed files with 26 additions and 7 deletions

View File

@@ -736,9 +736,9 @@ func (c *LaKaLaController) EwalletWithdrawQuery() {
})
}
// SettleDrawPattern 提现结果查询
// @Title 提现结果查询
// @Description 提现结果查询
// SettleDrawPattern 提款模式设置
// @Title 提款模式设置
// @Description 提款模式设置
// @Param token header string true "认证token"
// @Param payload formData string true "json数据lakala.SettleDrawPatternReq 对象"
// @Success 200 {object} controllers.CallResult
@@ -758,9 +758,9 @@ func (c *LaKaLaController) SettleDrawPattern() {
})
}
// EwalletSettleQuery 提现结果查询
// @Title 提现结果查询
// @Description 提现结果查询
// EwalletSettleQuery 提款模式查询
// @Title 提款模式查询
// @Description 提款模式查询
// @Param token header string true "认证token"
// @Param merchantNo query string true "商户号"
// @Param orgNo query string true "bmcp机构号"