Skip to content

Commit

Permalink
fix: 实名认证接口地址 (#74)
Browse files Browse the repository at this point in the history
* fix: 实名认证接口地址

* Delete package-lock.json

---------

Co-authored-by: M397749490 <397749490@qq.com>
  • Loading branch information
meteorOSS and M397749490 authored Jan 17, 2024
1 parent 19ff88d commit 98af536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/certify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class Certify{
});
}
queryCertifyResult(certify_id: string){
return this.axios.post('/verify/query', null, {params: {certify_id}});
return this.axios.get('/verify/query', null, {params: {certify_id}});
}
getCertifyState(){
return this.axios.get('/user/verify');
Expand Down

0 comments on commit 98af536

Please sign in to comment.