1
This commit is contained in:
@@ -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,可用于请求去重
|
||||
|
||||
Reference in New Issue
Block a user