Skip to content

Commit

Permalink
doc(conversion): request appid/access_token
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Feb 28, 2024
1 parent 001f7fd commit cb640f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/conversion/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (

// Request 转化回传请求
type Request struct {
// AppID
// AppID 开发组id,联系运营获取
AppID string `json:"app_id,omitempty"`
// AccessToken
// AccessToken 开发者id对应的验证token,联系运营获取
AccessToken string `json:"access_token,omitempty"`
// EventType 事件类型
EventType enum.EventType `json:"event_type,omitempty"`
Expand Down

0 comments on commit cb640f8

Please sign in to comment.