|
@@ -18,7 +18,7 @@ type (
|
|
ReceiverId *string `json:"receiverId,optional"`
|
|
ReceiverId *string `json:"receiverId,optional"`
|
|
|
|
|
|
// 1 cow-basic 2 cow-agent 3 cow-sop 4 mp-card 5 mp-employee
|
|
// 1 cow-basic 2 cow-agent 3 cow-sop 4 mp-card 5 mp-employee
|
|
- App *int `json:"app,optional"
|
|
|
|
|
|
+ App *string `json:"app,optional"
|
|
|
|
|
|
// 名片会话id
|
|
// 名片会话id
|
|
SessionId *uint64 `json:"sessionId,optional"`
|
|
SessionId *uint64 `json:"sessionId,optional"`
|