Browse Source

修改变量名

master v0.1.4
guzeng 3 years ago
parent
commit
b5f8d8a707
1 changed files with 0 additions and 14 deletions
  1. +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"
)
//公众号模板消息
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 密钥


Loading…
Cancel
Save