Uses of Class
cn.net.pap.example.wechat.vo.Result
Packages that use Result
Package
Description
-
Uses of Result in cn.net.pap.example.wechat.controller
Methods in cn.net.pap.example.wechat.controller that return ResultModifier and TypeMethodDescriptionWeChatController.logback()WeChatController.sleep()WeChatController.snsOauth2AccessToken(String code) WeChatController.updateremark(String openid, String remark) WeChatController.userInfoUnionID(String openid) -
Uses of Result in cn.net.pap.example.wechat.service
Methods in cn.net.pap.example.wechat.service that return ResultModifier and TypeMethodDescriptionWeChatService.cgibin_user_info(String code) 用户基本信息 https://developers.weixin.qq.com/doc/offiaccount/User_Management/Get_users_basic_information_UnionID.html#UinonIdWeChatService.cgibin_user_info_UnionID(String openid) https://developers.weixin.qq.com/doc/offiaccount/User_Management/Get_users_basic_information_UnionID.html#UinonIdWeChatService.cgibin_user_info_updateremark(String openid, String remark) https://developers.weixin.qq.com/doc/offiaccount/User_Management/Configuring_user_notes.htmlWeChatService.getStableAccessToken()获取稳定版接口调用凭据 https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/getStableAccessToken.htmlWeChatService.sleep()Thread sleepWeChatService.sns_oauth2_access_token(String code) https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html#3 -
Uses of Result in cn.net.pap.example.wechat.vo
Methods in cn.net.pap.example.wechat.vo that return Result