mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user