Verified Commit 7908c975 authored by Cui's avatar Cui

fix tplid type from string to int

parent 052db71c
......@@ -305,7 +305,7 @@ type SmsMessage struct {
Sign string `json:"sign"`
Tel Tel `json:"tel"`
TplId string `json:"tpl_id" bson:"tpl_id"` // 短信模板 ID
TplId int `json:"tpl_id" bson:"tpl_id"` // 短信模板 ID
Params []string `json:"params" bson:"params"` // 短信参数
Time int64 `json:"time"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment