提交 c3d0c55d authored 作者: lihaixin's avatar lihaixin

初始

上级 4c47a1f5
......@@ -12,9 +12,11 @@ type WeimobConfig struct {
ServerName string
}
var Weimob = WeimobConfig{
" you ApiUrl", //无特殊情况为 "https://dopen.weimob.com/",
"you ServerName", //项目名
func NewWeChatClient() *WeimobConfig {
return &WeimobConfig{
ServerName: "you ServerName", //项目名
ApiUrl: "you ApiUrl", //无特殊情况为 "https://dopen.weimob.com/",
}
}
//post json参数
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论