UNPKG
@cdwx/system
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
成都文宣业务类服务模块组件库
@cdwx/system
/
dist
/
types
/
api
/
api-log.d.ts
5 lines
(4 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
5
/** * 获取订单详情 */
export
declare
function
getOrderDetail
(
orderId
:
any
):
Promise
<
import
(
"@cdwx/http"
).
HttpResponse
<
any
>>;