字符集编码

pull/23/head
taoshihan1991 3 years ago
parent 6e40f4cb17
commit 70a7197285

@ -23,6 +23,7 @@ type MessageKefu struct {
}
func CreateMessage(kefu_id string, visitor_id string, content string, mes_type string) {
DB.Exec("set names utf8mb4")
v := &Message{
KefuId: kefu_id,
VisitorId: visitor_id,

Loading…
Cancel
Save