清楚默认选择的上号方式

This commit is contained in:
yml
2026-05-23 00:03:59 +08:00
parent efb3b94286
commit 0394fcb2b8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ func (s *Service) FindMine(ownerID uint64, id uint64) (*ListingDTO, error) {
}
func validateRequest(req CreateRequest) error {
if req.Title == "" || req.ServerRegion == "" || req.LoginPlatform == "" {
if req.Title == "" || req.ServerRegion == "" {
return ErrInvalidInput
}
if req.PriceHourly <= 0 || req.DepositAmount < 0 {