农商发展同盟 v1.0版本的 MD5 值为:19a7049686c0991b0d5f9a044d79c8bc

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


package io.dcloud.share;

import io.dcloud.common.DHInterface.IReflectAble;
import io.dcloud.common.DHInterface.IWebview;
public interface IFShareApi extends IReflectAble {
    public static final String mLink = "https://ask.dcloud.net.cn/article/287";

    void authorize(IWebview iWebview, String str, String str2);

    void dispose();

    void forbid(IWebview iWebview);

    String getId();

    String getJsonObject(IWebview iWebview);

    void initConfig();

    void send(IWebview iWebview, String str, String str2);
}