Categorygithub.com/MQEnergy/thirdapi-core
repository
0.0.0-20240802004643-4b1b38e51af2
Repository: https://github.com/mqenergy/thirdapi-core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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