1.5.4 • Published 10 months ago

@easy-front-core-sdk/xhs v1.5.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

xhs

小红书开放平台 SDK

Usage

初始化

import { XhsCoreFactory } from '@easy-front-core-sdk/xhs';

const xhsCore = XhsCoreFactory.putCore({
    appKey: 'YOUR_APP_KEY',
    appSecret: 'YOUR_APP_SECRET',
});

if (xhsCore) {
    console.log(`xhssdk 初始化成功`);
} else {
    console.log(`xhssdk 初始化失败`);
}

使用

const xhsCore = XhsCoreFactory.getCore('YOUR_APP_KEY');

// 获取订单列表
const package_list = xhsCore.request(
    ApiMethod.PACKAGE__GET_PACKAGE_LIST,
    {
        startTime: 1675735730,
        endTime: 1675735748,
        timeType: 2,
        pageNo: 1,
        pageSize: 100,
    },
    'ACCESS_TOKEN'
);
1.5.4

10 months ago

1.5.3

12 months ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.18

1 year ago

1.4.17

1 year ago

1.4.16

1 year ago

1.4.15

1 year ago

1.4.14

1 year ago

1.4.13

1 year ago

1.4.12

1 year ago

1.4.11

1 year ago

1.4.10

1 year ago