From 711d240cad27403676d9f0836302ef1bf3e198f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 18 Dec 2025 13:45:42 +0800 Subject: [PATCH] 1 --- platformapi/jdapi/im.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/jdapi/im.go b/platformapi/jdapi/im.go index 0713a79b..ef5bf490 100644 --- a/platformapi/jdapi/im.go +++ b/platformapi/jdapi/im.go @@ -47,7 +47,7 @@ func (a *API) ImWaiterStatusModify(clientType int, stationId string, presence in // MessagePushService 给京东用户推送消息 https://scene-control-access-pro.pf.jd.com/#/flow-center(咚咚场景化消息接入平台) func (a *API) MessagePushService(msg *ContextMsg) error { - parameter := utils.Struct2Map(msg, "", false) + parameter := utils.Struct2Map(&msg, "", false) systemParam := map[string]interface{}{ "aspid": "P0000201", // 可在“咚咚场景化消息接入平台 - 产品线 - 基础信息”中查看 "accessid": utils.GetUUID(), // 访问ID,可用于请求去重