mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
恢复2.9.4.BETA版本被误修改的代码
This commit is contained in:
@@ -8,6 +8,7 @@ import lombok.EqualsAndHashCode;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 小程序码接口B.
|
||||
*
|
||||
* @author Element
|
||||
* @date 2017/7/27
|
||||
@@ -17,7 +18,7 @@ import java.io.Serializable;
|
||||
public class WxMaWxcodeLimit extends AbstractWxMaQrcodeWrapper implements Serializable {
|
||||
private static final long serialVersionUID = 4782193774524960401L;
|
||||
private String scene;
|
||||
private String path;
|
||||
private String page;
|
||||
|
||||
private int width = 430;
|
||||
|
||||
@@ -31,9 +32,4 @@ public class WxMaWxcodeLimit extends AbstractWxMaQrcodeWrapper implements Serial
|
||||
return WxMaGsonBuilder.create().fromJson(json, WxMaWxcodeLimit.class);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user