From ff730a08b75e6d95f7a96ba8e5f6c206bae0ed83 Mon Sep 17 00:00:00 2001 From: GaoNeng <31283122+GaoNeng-wWw@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:47:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=BD=E5=8A=A0=E4=B8=A2=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96=20(#76)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++++ providers/certify.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d13890..866c6c1 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,8 @@ }, "dependencies": { "@nextui-org/button": "^2.0.26", + "@nextui-org/checkbox": "^2.0.25", + "@nextui-org/chip": "^2.0.25", "@nextui-org/code": "^2.0.24", "@nextui-org/dropdown": "^2.1.16", "@nextui-org/input": "^2.1.16", @@ -17,6 +19,7 @@ "@nextui-org/link": "^2.0.26", "@nextui-org/modal": "^2.0.28", "@nextui-org/navbar": "^2.0.27", + "@nextui-org/progress": "^2.0.24", "@nextui-org/react": "^2.2.9", "@nextui-org/shared-icons": "^2.0.6", "@nextui-org/snippet": "^2.0.30", @@ -27,6 +30,7 @@ "@nextui-org/theme": "^2.1.17", "@react-aria/ssr": "^3.7.1", "@react-aria/visually-hidden": "^3.8.3", + "@react-types/shared": "^3.22.0", "@svgr/webpack": "^8.1.0", "@types/node": "20.5.7", "@types/react": "18.2.21", diff --git a/providers/certify.ts b/providers/certify.ts index bfcdf12..4899269 100644 --- a/providers/certify.ts +++ b/providers/certify.ts @@ -17,7 +17,7 @@ export class Certify{ }); } queryCertifyResult(certify_id: string){ - return this.axios.get('/verify/query', {params: {certify_id}}); + return this.axios.post('/verify/query', {params: {certify_id}}); } getCertifyState(){ return this.axios.get('/user/name/verify');