Showing
1 changed file
with
1 additions
and
1 deletions
@@ -19,7 +19,7 @@ exports.generateCaptcha = () => { | @@ -19,7 +19,7 @@ exports.generateCaptcha = () => { | ||
19 | data: { | 19 | data: { |
20 | text: codeStr, | 20 | text: codeStr, |
21 | images: `${result.data.verifiedGraphicCode}` + | 21 | images: `${result.data.verifiedGraphicCode}` + |
22 | - `?imageView/2/w/240/watermark/2/text/${uuid.v4()}/fontsize/120/dissolve/10` | 22 | + `?imageView2/2/w/240/q/70/watermark/2/text/${uuid.v4()}/fontsize/120/dissolve/10` |
23 | } | 23 | } |
24 | }; | 24 | }; |
25 | } else { | 25 | } else { |
-
Please register or login to post a comment