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

初始

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