Skip to content

Commit

Permalink
[*] Fix API bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Sep 7, 2024
1 parent 9d86e82 commit 13e3cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/v2/realperson/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import base from '@/api/base'
import { get } from '@/utils/request'

const query = async (username: string, certify_id: string) => {
const rs = get(`${base.api_v2_url}/realperson/submit`, {
const rs = get(`${base.api_v2_url}/realperson/query`, {
username: username,
certify_id: certify_id
})
Expand Down

0 comments on commit 13e3cb2

Please sign in to comment.