4.6.201910111021 • Published 5 years ago

@dfeidao/fd-an000034 v4.6.201910111021

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

调用javaDSD

Installation

yarn add --dev @dfeidao/fd-an000034

Example

import an34 from '@dfeidao/fd-an000034';

const condition = { paging: { index: 1, size: 12 }, param: {}, sort: {} };
const headers={ actionid: 'test-actionid', sessionid: 'test-sessionid' };
const ran34 = await an34(headers, 'systemid', 'refsystemid', 'modelid', condition);