测试京东im

This commit is contained in:
邹宗楠
2025-12-16 15:51:56 +08:00
parent 98e324c019
commit 4011fb0a73
3 changed files with 13 additions and 19 deletions

View File

@@ -41,20 +41,21 @@ type ContextMsg struct {
}
type BaseInfo struct {
AppKey string `json:"app_key"`
Token string `json:"token"`
Timestamp string `json:"timestamp"`
Sign string `json:"sign"`
Format string `json:"format"`
V string `json:"v"`
AppKey string `json:"app_key"`
Token string `json:"token"`
Timestamp string `json:"timestamp"`
Sign string `json:"sign"`
Format string `json:"format"`
V string `json:"v"`
JdParamJson string `json:"jd_param_json"`
}
// ChatRisMsgCallback 风控消息
type ChatRisMsgCallback struct {
BaseInfo
StationId string `json:"stationId"` // 秒送门店ID
VenderId string `json:"venderId"` // 秒送商家ID
type JdParamJsonObj struct {
StatusId string `json:"statusId"`
BillId string `json:"billId"`
ExtendJsonData string `json:"extendJsonData"`
StoreId string `json:"storeId"`
Timestamp string `json:"timestamp"`
}
type ChatRisInfo struct {