()
| 146 | } |
| 147 | |
| 148 | func (s *SiteAdvancedResp) GetMaxImageMegapixel() int { |
| 149 | if s.MaxImageMegapixel <= 0 { |
| 150 | return constant.DefaultMaxImageMegapixel |
| 151 | } |
| 152 | return s.MaxImageMegapixel * 1000 * 1000 |
| 153 | } |
| 154 | |
| 155 | // SiteWriteTag site write response tag |
| 156 | type SiteWriteTag struct { |