This commit is contained in:
邹宗楠
2025-07-07 16:53:07 +08:00
parent 15775cfb16
commit 0f5c95243f
3 changed files with 26 additions and 21 deletions

View File

@@ -185,8 +185,9 @@ 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]