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