소스 검색

fix 模板消息异常 程序挂掉

zhangxinlei1996 3 년 전
부모
커밋
cf1012b3e4
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/jfw/modules/subscribepay/src/entity/dataReportStruct.go

+ 4 - 0
src/jfw/modules/subscribepay/src/entity/dataReportStruct.go

@@ -170,6 +170,10 @@ func sendtemp(openid, order_coded, product_type, pay_time string) {
 	} else {
 		util.DataReport_WTMCS.Reload()
 		wtmc := util.DataReport_WTMCS.Get(config.MessageConfig.WxTpl_DataReport.First.Value)
+		if wtmc == nil {
+			fmt.Println("数据报告模板参数异常")
+			return
+		}
 		ok, status := frpc.WxPush(config.Config.Weixinrpc, "WeiXinRpc.SendDataReportMsg", &frpc.NotifyMsg{
 			Openid:  openid,
 			Title:   wtmc.FirstData,