|
@@ -14,5 +14,6 @@ interface WatchInitiatorApi{
|
|
|
|
|
|
@POST("/watch/getInteractionVOByCustomerId")
|
|
|
fun getInitiatorData(@Query("page_no")page_no:Int,@Query("page_size")page_size:Int
|
|
|
+ ,@Query("device_id")device_id:Int
|
|
|
,@Query("customer_id")customer_id:Int): Observable<ResponseBody>
|
|
|
}
|