Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 420 Bytes

File metadata and controls

25 lines (21 loc) · 420 Bytes

thirdapi-core

对接美团、饿了么、京东健康、百度健康、京东药急送的服务商或品牌商等三方平台的接口

在项目中安装使用

go get -u github.com/MQEnergy/thirdapi-core

测试

1、安装依赖

go mod tidy

运行example

配置appId,appSecret

go run examples/mt/order/order.go

查看效果

2、单元测试

go test