common-update-2.3.0~2.3.1.sql 197 B

1234
  1. -- ----------------------------
  2. -- 增加验证码授权类型
  3. -- ----------------------------
  4. update blade_client set authorized_grant_types = 'refresh_token,password,authorization_code,captcha';