1.0.4 • Published 5 years ago

golden-open-platform-sdk v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago