MobilesealLoginGenerateLoginsidResponse.go 266 B

123456789
  1. package others_response
  2. type MobilesealLoginGenerateLoginsidResponse struct {
  3. // 【签署任务二维码Base64】签署任务二维码Base64
  4. QrImage string `json:"qrImage"`
  5. // 【本次登录任务id】本次登录任务id
  6. LoginSid string `json:"loginSid"`
  7. }