Documentation ¶
Index ¶
- func CheckOpenID(c echo.Context) error
- func CreateUserFollow(c echo.Context) error
- func CreateUserSource(c echo.Context) error
- func Crypt(c echo.Context) error
- func GetAPIToken(c echo.Context) error
- func GetAPIToken2(c echo.Context) error
- func GetActivities(c echo.Context) error
- func GetAllBookResources(c echo.Context) error
- func GetAllCartoonResources(c echo.Context) error
- func GetAllLearnResources(c echo.Context) error
- func GetAllResources(c echo.Context) error
- func GetCarousels(c echo.Context) error
- func GetExploreLinks(c echo.Context) error
- func GetLastUser(c echo.Context) error
- func GetNewCatelogLinks(c echo.Context) error
- func GetOpenToken(c echo.Context) error
- func GetQrcode(c echo.Context) error
- func GetQrcodeWxto(c echo.Context) error
- func GetToken(c echo.Context) error
- func GetUserFollows(c echo.Context) error
- func GetUserLinks(c echo.Context) error
- func GetUserSources(c echo.Context) error
- func NewActivity(c echo.Context) error
- func SearchMoreAction(c echo.Context) error
- func SearchPosts(c echo.Context) error
- func SyncPosts(list reader.Catalog, cate int32)
- type Carousel
- type JwtCustomClaims
- type Link
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllBookResources ¶
GetAllBookResources 所有小说资源
func GetAllCartoonResources ¶
GetAllCartoonResources 获取所有漫画资源
func GetAllLearnResources ¶
GetAllLearnResources 获取所有编程资源
func GetNewCatelogLinks ¶
GetNewCatelogLinks 获取用户列表内容 newcateloghelps
Types ¶
type Carousel ¶
type Carousel struct { URL string `json:"url"` Type string `json:"type"` // 期望可以同时支持视频播放(虽然很不现实) WxTo string `json:"wxto"` // 点击后跳转地址 Event string `json:"event"` Poster string `json:"poster"` //type 为 poster 时生效,打开一个图片 AppID string `json:"appid"` //type 为 jumpapp 时生效,跳转到另一个小程序 }
Carousel 小程序首页轮播内容(作为专题广告或其它的东西使用)
type JwtCustomClaims ¶
type JwtCustomClaims struct { FansID uint `json:"fans_id"` OpenID string `json:"open_id"` Code string `json:"code"` Session string `json:"session"` jwt.StandardClaims }
JwtCustomClaims are custom claims extending default ones.
type Link ¶
type Link struct { Title string `json:"title"` Icon string `json:"icon"` Type string `json:"type"` // 打开页面,展示海报图片 Image string `json:"image"` WxTo string `json:"wxto"` // 点击后跳转地址 Style string `json:"style"` //特定样式 Appid string `json:"appid"` //跳转小程序 }
Link 小程序首页、用户页、看单页结构
func GetGuideExploreJumpLinks ¶
func GetGuideExploreJumpLinks() []Link
GetGuideExploreJumpLinks 改,跳转列表
func GetGuideExploreLinksAndJumpVipApp ¶
func GetGuideExploreLinksAndJumpVipApp() []Link
GetGuideExploreLinksAndJumpVipApp 新版,引导转化
func GetWaitExamineExploreWx2 ¶
func GetWaitExamineExploreWx2() []Link
GetWaitExamineExploreWx2 微信小程序临时应付一下
Click to show internal directories.
Click to hide internal directories.