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

登录接口修改

parent a05d998d
...@@ -26,8 +26,8 @@ public class WeiXinController { ...@@ -26,8 +26,8 @@ public class WeiXinController {
private WeiXinService weiXinService; private WeiXinService weiXinService;
@ApiOperation(value = "获取登录token-小程序端") @ApiOperation(value = "获取登录token-小程序端")
@GetMapping("/getXCXToken") @GetMapping("/getToken")
public BaseResponse getXCXToken(String code){ public BaseResponse getToken(String code){
try { try {
return weiXinService.getToken(code,"APP"); return weiXinService.getToken(code,"APP");
}catch (Exception e){ }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