Commit 4f2f0d32 authored by 竹天卫's avatar 竹天卫

登录接口修改

parent a05d998d
......@@ -26,8 +26,8 @@ public class WeiXinController {
private WeiXinService weiXinService;
@ApiOperation(value = "获取登录token-小程序端")
@GetMapping("/getXCXToken")
public BaseResponse getXCXToken(String code){
@GetMapping("/getToken")
public BaseResponse getToken(String code){
try {
return weiXinService.getToken(code,"APP");
}catch (Exception e){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment