VidMate v4.2613版本的 MD5 值为:993482c79f779838c3f6749049d55510

以下内容为反编译后的 InspireConfig.java 源代码,内容仅作参考


package com.nemo.vidmate.model.cofig;

import com.google.gson.annotations.SerializedName;

public class InspireConfig {

    @SerializedName("act_id")
    public int activity_id = 0;

    @SerializedName("inspire_switch")
    public int inspire_switch = 0;

    @SerializedName("help_url")
    public String helpUrl = "http://sharevideo3.com/web/h5/motivation/help";

    @SerializedName("wallet_url")
    public String walletUrl = "http://sharevideo3.com/web/h5/motivation/wallet";

    @SerializedName("score_list")
    public int[] scoreList = new int[0];
}