微信后端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
993 B

//package com.ynxbd.wx.remove.bean.remove;
//
//public class AutoWebParams {
// private String access_token;
// private String expires_in;
// private String refresh_token;
// private String openid;
// private String scope;
//
// public String getAccess_token() {
// return access_token;
// }
//
// public void setAccess_token(String access_token) {
// this.access_token = access_token;
// }
//
// public String getExpires_in() {
// return expires_in;
// }
//
// public void setExpires_in(String expires_in) {
// this.expires_in = expires_in;
// }
//
// public String getRefresh_token() {
// return refresh_token;
// }
//
// public void setRefresh_token(String refresh_token) {
// this.refresh_token = refresh_token;
// }
//
// public String getOpenid() {
// return openid;
// }
//
// public void setOpenid(String openid) {
// this.openid = openid;
// }
//
// public String getScope() {
// return scope;
// }
//
// public void setScope(String scope) {
// this.scope = scope;
// }
//}