Commit e81cf34a authored by yinjiacheng's avatar yinjiacheng

update 订单详情接口增加business_from参数

parent 2edbc78a
......@@ -29,6 +29,6 @@ class OrderDetailViewModel : BaseViewModel() {
override fun getOrderDetailFailure(message: String?) {
_orderDetailData.value = null
}
}, hashMapOf("order_id" to orderId))
}, hashMapOf("order_id" to orderId, "business_from" to "2"))
}
}
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