SealApplyPrinturlResponse.go 245 B

123456789
  1. package seal_response
  2. type SealApplyPrinturlResponse struct {
  3. // 【响应结果】响应结果,打印链接
  4. Result string `json:"result,omitempty"`
  5. // 【内网链接】内网链接
  6. LocalPageUrl string `json:"localPageUrl,omitempty"`
  7. }