SealApplyDetailFaceImagesResponse.go 207 B

123456789
  1. package common
  2. type SealApplyDetailFaceImagesResponse struct {
  3. // 【印章的用印id】印章的用印id
  4. AuthId string `json:"authId"`
  5. // 【图片key】图片key
  6. Photokey string `json:"photokey"`
  7. }