fix
wangpengfei
2023-07-18 d9ec14b9adf6e90309d763e3b3b1b0f22773f8da
api/v1/client.go
@@ -168,7 +168,7 @@
//   @Produce   application/json
//   @Param      object   body      request.UpdateClient   true   "查询参数"
//   @Success   200      {object}   contextx.Response{}
//   @Router      /api/client/update [post]
//   @Router      /api/client/update [put]
func (cli *ClientApi) Update(c *gin.Context) {
   var params request.UpdateClient
   ctx, ok := contextx.NewContext(c, &params)