1.0.12 • Published 2 months ago

egg-pdd-sdk v1.0.12

Weekly downloads
7
License
MIT
Repository
github
Last release
2 months ago

egg-pdd-sdk

安装

$ npm i egg-pdd-sdk --save

使用

// {app_root}/config/plugin.js
exports.pddSdk = {
  enable: true,
  package: 'egg-pdd-sdk',
};

配置

// {app_root}/config/config.default.js
exports.pddSdk = {
  client_id:"client_id",
  client_secret:"client_secret"
};

示例

// controller
async test() {
    const { ctx, service } = this;
    const data = await service.pdd.post({
      type: "pdd.ddk.goods.pid.generate",
      number: 2,
      p_id_name_list: ["3","4"],
    });
    ctx.body=data;
}

License

MIT

1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.11

2 months ago

1.0.10

2 months ago

1.0.12

2 months ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago