This commit is contained in:
邹宗楠
2025-07-30 15:04:25 +08:00
parent 5b512fcada
commit e0b9a18696
3 changed files with 4 additions and 24 deletions

View File

@@ -997,8 +997,8 @@ func (c *LaKaLaController) QueryAuthentication() {
// @Description 开户状态查询
// @Param token header string true "认证token"
// @Param tradeMode query string true "支付类型交易钱包类型[ALIPAYWECHAT]"
// @Param subMerchantId query string true "子商户号 "
// @Param merchantNo query string true "商户号 "
// @Param subMerchantId query string true "子商户号"
// @Param merchantNo query string true "商户号"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /AccountStatusQuery [get]