Skip to content

Commit

Permalink
修复createActivityId返回值类型
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfish86 committed Apr 16, 2024
1 parent 187704f commit 50df7d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miniprogram/message/updatable_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ func (updatableMessage *UpdatableMessage) SetUpdatableMsg(activityID string, tar

// CreateActivityIDResponse 创建activity_id 返回
type CreateActivityIDResponse struct {
util.CommonError

ActivityID string `json:"activity_id"`
ExpirationTime int64 `json:"expiration_time"`
}
Expand Down

0 comments on commit 50df7d1

Please sign in to comment.