This commit is contained in:
邹宗楠
2024-11-19 17:44:28 +08:00
parent 5d92b8c0a8
commit 1d3ce6bd4c
12 changed files with 81 additions and 112 deletions

View File

@@ -73,13 +73,14 @@ func TestRdbSet(t *testing.T) {
func TestSendMsg(t *testing.T) {
data := PushContentReq{
AppID: 589,
AppPoiCode: "8694203",
MsgID: 20230615,
MsgContent: "QYEyt4edHFiW0Fg0iKqeSKZ+Dab9zKJWSLwQuE38J+XL/1BUIwkqy3sf3E9lOK77",
AppPoiCode: "7290541",
MsgID: 1729566539763500,
MsgContent: "cqH27xu/6vS+eqmykE39nA==",
MsgSource: 1,
MsgType: 1,
Cts: int(time.Now().Unix()),
OpenUserID: 12248014636,
OrderID: 3801305470340611516,
OpenUserID: 9548822498,
}
dataMar, err := json.Marshal(data)
fmt.Println(string(dataMar))