Commit a05d8a8d by 刘鹏

feat: 修复Im接口问题修复

parent 02da5027
......@@ -111,12 +111,12 @@ interface ImRetrofitApi {
fun imBuryRedPoints(@Body body: RequestBody): Observable<BaseAPIResponse<Any>>
/**确认订单 */
@POST("/counselor/order/standardOrderServiceOperation")
@POST("counselor/order/standardOrderServiceOperation")
@Headers(YDL_DOMAIN + YDL_DOMAIN_JAVA)
fun standardOrderServiceOperation(@Body body: RequestBody): Observable<BaseAPIResponse<Any>>
/**已完成订单*/
@POST("/consult/user/order/affirmComplete")
@POST("consult/user/order/affirmComplete")
@Headers(YDL_DOMAIN + YDL_DOMAIN_JAVA)
fun affirmComplete(@Body body: RequestBody): Observable<BaseAPIResponse<Any>>
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment