getQR

Lấy mã QR của bạn bè

api.getQR(userId)

Parameters

  • userId string | string[]

Return

GetQRResponse

GetQRResponse

  • [userId string] string

Examples

console.log(api.getQR());

Last updated