2 Star 0 Fork 0

hansdq/dyQcSDk

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
doudian_op_config.go 402 Bytes
Copy Edit Raw Blame History
Hansdq authored 2022-12-25 20:15 +08:00 . add sdk
package doudian_sdk
type DoudianOpConfig struct {
AppKey string
AppSecret string
HttpReadTimeout int64
OpenRequestUrl string
}
func NewDoudianOpConfig() *DoudianOpConfig {
config := &DoudianOpConfig{
HttpReadTimeout: 12000, //默认12s超时
OpenRequestUrl: "https://openapi-fxg.jinritemai.com",
}
return config
}
var GlobalConfig *DoudianOpConfig = NewDoudianOpConfig()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/hansdq/dy-qc-sdk.git
git@gitee.com:hansdq/dy-qc-sdk.git
hansdq
dy-qc-sdk
dyQcSDk
v1.0.8

Search