|
const val = JSON.stringify({ redirect_uri, type, uid, qrcode, msgid, objid });
|
|
const val = JSON.stringify({ redirect_uri, type, uid, qrcode, msgid, objid });
|
|
await this.app.redis.set(key, val, 'EX', 600);
|
|
await this.app.redis.set(key, val, 'EX', 600);
|