Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 401 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 401 Bytes

acrossCloud

优雅的使用Golang链接阿里云SDK

//use DoHttpToApiGateway 来发送http请求
//use DoHttpsToApiGateway 来发送https请求
//appKey 阿里云网关AppKey
//appSecret 阿里云网关AppSecret
//domain 阿里云网关Domain
//path 阿里云网关转发后path
//method GET or POST
//body 请求体
//headers 请求头额外参数