提交 b3289920 authored 作者: xinjunguo's avatar xinjunguo

--no commit message

上级 62a999d8
...@@ -10,6 +10,7 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -10,6 +10,7 @@ import org.springframework.web.bind.annotation.RestController;
import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.zrqx.core.constant.third.ThirdRequestPath;
import com.zrqx.core.enums.ResponseCodeEnum; import com.zrqx.core.enums.ResponseCodeEnum;
import com.zrqx.core.exception.BaseException; import com.zrqx.core.exception.BaseException;
import com.zrqx.core.model.third.wechartlogin.WeChartThirdReturn; import com.zrqx.core.model.third.wechartlogin.WeChartThirdReturn;
...@@ -27,7 +28,7 @@ import io.swagger.annotations.ApiOperation; ...@@ -27,7 +28,7 @@ import io.swagger.annotations.ApiOperation;
public class WeChatLoginH5Controller { public class WeChatLoginH5Controller {
@ApiOperation(value = "微信登录", notes = "微信登录") @ApiOperation(value = "微信登录", notes = "微信登录")
@GetMapping({ "/query" }) @GetMapping(ThirdRequestPath.QUERY)
public CallBack<WeChartThirdReturn> query(String code, HttpServletRequest request) throws Exception { public CallBack<WeChartThirdReturn> query(String code, HttpServletRequest request) throws Exception {
String appid="appid="+WeChatLoginH5Config.APPID; String appid="appid="+WeChatLoginH5Config.APPID;
String secret="&secret="+WeChatLoginH5Config.SECRET; String secret="&secret="+WeChatLoginH5Config.SECRET;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论