测试京东im
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user