|
@@ -31,10 +31,11 @@ var (
|
|
|
|
|
|
// 微信配置信息
|
|
|
var (
|
|
|
- WxId string //微信原始ID
|
|
|
- WxAppId string
|
|
|
- WxAppSecret string
|
|
|
- TemplateIdByProduct string //产品运行报告通知-模板ID
|
|
|
+ WxId string //微信原始ID
|
|
|
+ WxAppId string
|
|
|
+ WxAppSecret string
|
|
|
+ TemplateIdByProduct string //产品运行报告通知-模板ID
|
|
|
+ Wx_MFYX_Refund_NotifyUrl string //买方研选微信商户退款回调地址
|
|
|
|
|
|
TemplateRedirectUrl string //模板消息跳转地址
|
|
|
DayReportTemplateRedirectUrl string //模板消息跳转地址(晨报、周报)
|
|
@@ -62,7 +63,6 @@ var (
|
|
|
WxMsgTemplateIdWithRoadshowDetailResult string //路演->销售收到处理结果
|
|
|
WxMsgTemplateIdWithRoadshowDeleteNotice string //路演->研究员收到活动删除通知
|
|
|
CYGX_WEB_URL string //查研观向web端网址
|
|
|
- Wx_MFYX_Refund_NotifyUrl string //买方研选微信商户退款回调地址
|
|
|
|
|
|
WxMsgTemplateIdWithYbCommunityQuestion string // 研报小程序->问答社区回复通知
|
|
|
WxMsgTemplateIdWithSealApplyFinished string // 用印申请-已签回通知
|