Browse Source

删掉日志

lichangdong 1 day ago
parent
commit
502bfb9239
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ent/schema/add_wechat_friend_log.go

+ 1 - 1
ent/schema/add_wechat_friend_log.go

@@ -53,7 +53,7 @@ func (AddWechatFriendLog) Fields() []ent.Field {
 			Comment("任务执行次数"),
 		field.Int("task_count").
 			Default(0).
-			Comment("是否可以添加好友(与属主账号非好友且其数据查询正常时 0数据准备中,1 待执行 2成功添加申请 3timeout及其他错误 4用户不存在 5手动取消 6已经是好友)"),
+			Comment("1: 待执行, 2: 成功申请, 3: 执行错误, 4: 用户不存在, 5: 后台取消, 6: 已是好友, 7: 成功邀请"),
 		field.Int64("task_id").Default(0).Comment("添加时候的请求体"),
 		field.JSON("add_request", map[string]interface{}{}).
 			Optional().Comment("添加时候的请求体"),