فهرست منبع

feat: 移动端接口;

hanchaolong 2 روز پیش
والد
کامیت
dca9a33383
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      jd-logistics-auth/src/main/java/com/ruoyi/auth/controller/WxMiniController.java

+ 4 - 1
jd-logistics-auth/src/main/java/com/ruoyi/auth/controller/WxMiniController.java

@@ -11,8 +11,11 @@ import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 
+/**
+ * 微信小程序登录
+ */
 @RestController
-@RequestMapping("/wxmini")
+@RequestMapping("/front/wxmini")
 public class WxMiniController {
 
     @Autowired