3、订单详情接口
GET
/api/requests/{id}
接口描述
订单详情接口【原有接口】,增加返回订单是否免跟进标记
响应参数
参数名
类型
描述
必填
isRequestNoFollow
Boolean
true:免跟进;null or false :非免跟进(属正常订单)
必填