All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.net.wanmo.ocr.storage.AppIdSecret Maven / Gradle / Ivy

package cn.net.wanmo.ocr.storage;

import java.util.HashMap;
import java.util.Map;

public class AppIdSecret {


    public static String getSecret(String appId) {
        Map map = new HashMap<>();
        map.put("0d7aa18496b04de1b91700c05c3888b4", "5DC7BFB9-E355-460C-B895-F51D53EB100F");


        return map.get(appId);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy