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

cn.jiguang.sdk.client.GroupPushClient Maven / Gradle / Ivy

There is a newer version: 5.1.11
Show newest version
package cn.jiguang.sdk.client;

import cn.jiguang.sdk.bean.push.GroupPushSendParam;
import cn.jiguang.sdk.bean.push.GroupPushSendResult;
import feign.Headers;
import feign.RequestLine;

/**
 * (REST API - GroupPush)
 */
public interface GroupPushClient {

    @RequestLine("POST /v3/grouppush")
    @Headers("Content-Type: application/json; charset=utf-8")
    GroupPushSendResult send(GroupPushSendParam param);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy