Result.go 122 B

1234567
  1. package common
  2. type Result struct {
  3. // 【模板页面链接】模板页面链接
  4. Url string `json:"url,omitempty"`
  5. }