|
|
@@ -983,10 +983,10 @@ export const restoreTrash = msg_id => {
|
|
|
* @date : 2024-02-20 09:38
|
|
|
*/
|
|
|
export const getQrCode = uuid => {
|
|
|
- return request(`oauth-server/oauth/qrcode?uuid=${uuid}`)
|
|
|
- // return request('oauth-server/oauth/qrcode', {
|
|
|
- // uuid: uuid
|
|
|
- // })
|
|
|
+ // return request(`oauth-server/oauth/qrcode?uuid=${uuid}`)
|
|
|
+ return request('oauth-server/oauth/qrcode', {
|
|
|
+ uuid: uuid
|
|
|
+ })
|
|
|
}
|
|
|
|
|
|
/**
|