This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
weixinrpc
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
34
Wiki
Activity
Browse Source
修改变量名
master
v0.1.4
guzeng
3 years ago
parent
ad4596964a
commit
b5f8d8a707
1 changed files
with
0 additions
and
14 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-14
send_uniform_message.client.go
+ 0
- 14
send_uniform_message.client.go
View File
@ -10,20 +10,6 @@ import (
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto"
)
)
//公众号模板消息
type
MpTempMsg
struct
{
Appid
string
TemplateId
string
Url
string
Miniprogram
string
Data
string
}
type
UniformMessageReq
struct
{
MiniAppid
string
Touser
string
MpTemplateMsg
MpTempMsg
}
/
*
*
/
*
*
*
发送小程序统一服务消息
,
默认发送公众号消息
*
发送小程序统一服务消息
,
默认发送公众号消息
*
appid
,
secret
小程序ID
密钥
*
appid
,
secret
小程序ID
密钥
Write
Preview
Loading…
Cancel
Save