This commit is contained in:
Lemon
2023-06-09 11:20:50 +08:00
parent f8efd70449
commit 6f977ec156

View File

@@ -13,10 +13,7 @@ import com.jsowell.pile.vo.CarVinInfoVO;
import com.jsowell.pile.vo.uniapp.AuthCardVO;
import com.jsowell.service.MemberService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletRequest;
import java.util.List;
@@ -44,7 +41,7 @@ public class CarVinController extends BaseController {
* @param request
* @return
*/
@PostMapping("/getCarVinList")
@GetMapping("/getCarVinList")
public RestApiResponse<?> getCarVinList(HttpServletRequest request){
RestApiResponse<?> response = null;
try {