|
@@ -21,7 +21,7 @@ public interface WxClient {
|
|
* 获取 getOpenIdUrl
|
|
* 获取 getOpenIdUrl
|
|
*/
|
|
*/
|
|
@Get("https://api.weixin.qq.com/sns/jscode2session?appid={appid}&secret={secret}&js_code={code}&grant_type=authorization_code")
|
|
@Get("https://api.weixin.qq.com/sns/jscode2session?appid={appid}&secret={secret}&js_code={code}&grant_type=authorization_code")
|
|
- WxOpenIdVo getOpenIdUrl( String appid, String secret,String code);
|
|
|
|
|
|
+ WxOpenIdVo getOpenIdUrl(@Var("appid") String appid,@Var("secret") String secret,@Var("code")String code);
|
|
/**
|
|
/**
|
|
* 获取 getOpenIdUrl
|
|
* 获取 getOpenIdUrl
|
|
*/
|
|
*/
|