From 5d0e32e2ead61302c9e866c3f4c724669a4851e1 Mon Sep 17 00:00:00 2001 From: txws <52337838+lttxws@users.noreply.github.com> Date: Fri, 30 Jun 2023 09:53:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=BC=80=E6=94=BE=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=20=E6=B6=88=E6=81=AF=E4=B8=8E=E4=BA=8B=E4=BB=B6url=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0result=5Finfo=20(#696)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add result_info * edit result_info * edit-01 result_info * 开放平台message添加小程序名称审核字段 --- officialaccount/message/message.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/officialaccount/message/message.go b/officialaccount/message/message.go index cfc6679..41ffedc 100644 --- a/officialaccount/message/message.go +++ b/officialaccount/message/message.go @@ -196,6 +196,14 @@ type MixMessage struct { LegalPersonaName string `xml:"legal_persona_name"` ComponentPhone string `xml:"component_phone"` } `xml:"info"` + ResultInfo struct { + APIName string `xml:"api_name"` + ApplyTime string `xml:"apply_time"` + AuditID string `xml:"audit_id"` + AuditTime string `xml:"audit_time"` + Reason string `xml:"reason"` + Status string `xml:"status"` + } `xml:"result_info"` // 卡券相关 CardID string `xml:"CardId"` @@ -214,6 +222,10 @@ type MixMessage struct { TraceID string `xml:"trace_id"` StatusCode int `xml:"status_code"` + //小程序名称审核结果事件推送 + Ret int32 `xml:"ret"` //审核结果 2:失败,3:成功 + NickName string `xml:"nickname"` //小程序昵称 + // 设备相关 device.MsgDevice