src/main/java/cc/mrbird/febs/pay/model/JsApiPayReqData.java
@@ -41,7 +41,7 @@
    private String time_start = "";
    private String time_expire = "";
    private String goods_tag = "";
    private String auth_code = "";
//    private String auth_code = "";
    
    public JsApiPayReqData() {
@@ -268,13 +268,13 @@
        this.goods_tag = goods_tag;
    }
    public String getAuth_code() {
        return auth_code;
    }
    public void setAuth_code(String auth_code) {
        this.auth_code = auth_code;
    }
//    public String getAuth_code() {
//        return auth_code;
//    }
//
//    public void setAuth_code(String auth_code) {
//        this.auth_code = auth_code;
//    }
    public Map<String,Object> toMap(){
        Map<String,Object> map = new HashMap<String, Object>();