This commit is contained in:
qsh
2024-09-12 16:29:50 +08:00
parent 187c156e88
commit cad9fbb0e0
2 changed files with 6 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ export const getAppInfo = (instanceId: number) => {
export const bindWx = (data: any) => {
return request.post({
url: '/admin-api/system/user/bing/wx',
url: '/admin-api/system/user/bind/wx',
data
})
}