|
|
@@ -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
|