4.6.201907181729 • Published 5 years ago

@dfeidao/fd-awx000001 v4.6.201907181729

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

调用服务

Installation

yarn add --dev @dfeidao/fd-awx000001

Example

import awx001 from '@dfeidao/fd-awx000001';

const result = awx001<string>('msg_type', {foo: 'bar'});
console.log(result);