optimize
This commit is contained in:
@@ -13,21 +13,8 @@
|
||||
package msg
|
||||
|
||||
import (
|
||||
xml2 "encoding/xml"
|
||||
"fmt"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
func Test_Post(t *testing.T) {
|
||||
|
||||
wMsg := &xml{
|
||||
ToUserName: "rMsg.FromUserName",
|
||||
FromUserName: "rMsg.ToUserName",
|
||||
CreateTime: int(time.Now().Unix()),
|
||||
MsgType: "text",
|
||||
Content: "收到,谢谢!",
|
||||
}
|
||||
bty, _ := xml2.Marshal(wMsg)
|
||||
fmt.Println(string(bty))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user