ソースを参照

推送

master
huangjiajun 5日前
コミット
eb1997d0c2
2個のファイルの変更2行の追加0行の削除
  1. +1
    -0
      app/md/md_notice.go
  2. +1
    -0
      app/svc/notice/svc_aliyun_sms.go

+ 1
- 0
app/md/md_notice.go ファイルの表示

@@ -112,6 +112,7 @@ type NoticeAliyunSmsPushList struct {
Content string `json:"content"`
Target string `json:"target"`
CreateAt string `json:"create_at"`
SmsCode string `json:"sms_code"`
State string `json:"state" example:"0待发送 1发送成功"`
}
type NoticeAliyunSmsPushSaveReq struct {


+ 1
- 0
app/svc/notice/svc_aliyun_sms.go ファイルの表示

@@ -162,6 +162,7 @@ func AliyunSmsPushList(c *gin.Context) {
Title: v.Title,
Content: v.Content,
Target: v.Target,
SmsCode: v.SmsCode,
State: utils.IntToStr(v.State),
CreateAt: v.CreateAt.Format("2006-01-02 15:04:05"),
}


読み込み中…
キャンセル
保存