摘要: controller类:/** * 下单接口 */@PostMapping("save")public JsonData save(@RequestBody VideoOrderRequest videoOrderRequest, HttpServletRequest request){ Integ 阅读全文
posted @ 2021-12-03 21:48 智慧搬运工 阅读(67) 评论(0) 推荐(0)
摘要: controller类:@GetMapping("find_by_token")public JsonData findByToken(HttpServletRequest request){//这里的getAttribute需要在拦截器中使用setAttribute才能获取到 Integer us 阅读全文
posted @ 2021-12-03 12:01 智慧搬运工 阅读(42) 评论(0) 推荐(0)
摘要: import com.example.online_class.interceptor.LoginInterceptor;import org.springframework.context.annotation.Bean;import org.springframework.context.ann 阅读全文
posted @ 2021-12-03 11:26 智慧搬运工 阅读(609) 评论(0) 推荐(0)
摘要: import com.example.online_class.utils.JsonData;import com.example.online_class.utils.JwtUtils;import com.fasterxml.jackson.databind.ObjectMapper;impor 阅读全文
posted @ 2021-12-03 11:02 智慧搬运工 阅读(30) 评论(0) 推荐(0)