
cn.leancloud.service.PushService Maven / Gradle / Ivy
package cn.leancloud.service;
import com.alibaba.fastjson.JSONObject;
import io.reactivex.Observable;
import retrofit2.http.Body;
import retrofit2.http.POST;
public interface PushService {
@POST("/1.1/push")
Observable sendPushRequest(@Body JSONObject param);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy