GET api/v1/Order/GetOrderBack?orderNO={orderNO}&border={border}

服务端.得到退单信息

请求信息

URI 参数

参数参数描述类型其它信息
orderNO

订单号

string

Required

border

1-订单号,0-退单号

string

Required

Body 参数

None.

响应信息

响应描述

订单详细及商品明细

IHttpActionResult

None.

响应格式

application/json, text/json, text/html

Sample:

Sample not available.