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

com.ups.oppo.push.server.sdk.util.UpsUtils Maven / Gradle / Ivy

The newest version!
package com.ups.oppo.push.server.sdk.util;

/**
 * User: jasperxgwang
 * Date: 2018-5-31 16:05
 */
public class UpsUtils {

    public static String getTokenKey(String appKey) {
        return appKey;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy