jiangshuai
2024-02-06 116948bcec330a6dde841708515c222fcebf51a7
api/v1/client.go
@@ -193,8 +193,10 @@
//   @Tags      Client
//   @Summary   客户列表
//   @Produce   application/json
//   @Param      object   body      request.GetClientList   true   "参数"
//   @Success   200      {object}   contextx.Response{data=response.ClientResponse}
//
// @Param      object   body      request.GetClientList   true   "参数"
// @Success   200      {object}   contextx.Response{data=response.ClientResponse}
//
//   @Router      /api/client/list [post]
func (cli *ClientApi) List(c *gin.Context) {
   var params request.GetClientList