1.0.4 • Published 6 years ago

golden-open-platform-sdk v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

使用方法

const sdk = require("../index");

var golden = new sdk("testappkey111", "testappsecret", "test");

let post = {
    buyer_title:"11@高灯"
}

golden.httpRequest("/merchant/search", {post:post}).then(function(data){
    console.log("接口返回结果", data.data)
})

运行example

    npm run example
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago