pub type UserQRCodeRefreshResponse = QRCodeRefreshResponse;Expand description
刷新用户二维码响应
RPC路由: user/qrcode/refresh
Aliased Type§
pub struct UserQRCodeRefreshResponse {
pub old_qr_key: String,
pub new_qr_key: String,
pub new_qr_code: String,
pub revoked_at: String,
}Fields§
§old_qr_key: String§new_qr_key: String§new_qr_code: String§revoked_at: String