getQR
Lấy mã QR của bạn bè
api.getQR(userId)
Parameters
Return
Types
export type GetQRResponse = {
[userId: string]: string;
};Examples
console.log(api.getQR());Last updated
Lấy mã QR của bạn bè
export type GetQRResponse = {
[userId: string]: string;
};console.log(api.getQR());Last updated