api

package
v0.0.0-...-8dbf7a7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2021 License: MIT Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckOpenID

func CheckOpenID(c echo.Context) error

CheckOpenID 获取签名里面的信息

func CreateUserFollow

func CreateUserFollow(c echo.Context) error

CreateUserFollow 获取用户关注的

func CreateUserSource

func CreateUserSource(c echo.Context) error

CreateUserSource 添加源

func Crypt

func Crypt(c echo.Context) error

Crypt 解密同步用户信息

func GetAPIToken

func GetAPIToken(c echo.Context) error

GetAPIToken 获取 jwt token

func GetAPIToken2

func GetAPIToken2(c echo.Context) error

GetAPIToken2 获取 jwt token

func GetActivities

func GetActivities(c echo.Context) error

GetActivities 获取100条推荐

func GetAllBookResources

func GetAllBookResources(c echo.Context) error

GetAllBookResources 所有小说资源

func GetAllCartoonResources

func GetAllCartoonResources(c echo.Context) error

GetAllCartoonResources 获取所有漫画资源

func GetAllLearnResources

func GetAllLearnResources(c echo.Context) error

GetAllLearnResources 获取所有编程资源

func GetAllResources

func GetAllResources(c echo.Context) error

GetAllResources 获取所有资源

func GetCarousels

func GetCarousels(c echo.Context) error

GetCarousels 获取首页走马灯数据

func GetExploreLinks(c echo.Context) error

GetExploreLinks 获取首页(广场)列表内容

func GetLastUser

func GetLastUser(c echo.Context) error

获取最后一个用户信息

func GetNewCatelogLinks(c echo.Context) error

GetNewCatelogLinks 获取用户列表内容 newcateloghelps

func GetOpenToken

func GetOpenToken(c echo.Context) error

GetOpenToken 获取 开放的 token

func GetQrcode

func GetQrcode(c echo.Context) error

GetQrcode 获取二维码地址

func GetQrcodeWxto

func GetQrcodeWxto(c echo.Context) error

GetQrcodeWxto 二维码ID去哪里

func GetToken

func GetToken(c echo.Context) error

GetToken 获取 jwt token

func GetUserFollows

func GetUserFollows(c echo.Context) error

GetUserFollows 获取用户关注的

func GetUserLinks(c echo.Context) error

GetUserLinks 获取用户列表内容

func GetUserSources

func GetUserSources(c echo.Context) error

GetUserSources 获取用户自己添加的书籍源

func NewActivity

func NewActivity(c echo.Context) error

NewActivity 新推荐

func SearchMoreAction

func SearchMoreAction(c echo.Context) error

SearchMoreAction 更多搜索方法

func SearchPosts

func SearchPosts(c echo.Context) error

SearchPosts 搜索资源

func SyncPosts

func SyncPosts(list reader.Catalog, cate int32)

SyncPosts 添加源

Types

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 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() []Link

GetGuideExploreJumpLinks 改,跳转列表

func GetGuideExploreLinks() []Link

GetGuideExploreLinks 新版,引导转化

func GetGuideExploreLinksAndJumpVipApp

func GetGuideExploreLinksAndJumpVipApp() []Link

GetGuideExploreLinksAndJumpVipApp 新版,引导转化

func GetPublishExploreLinks() []Link

GetPublishExploreLinks 获取公开发布的内容

func GetWaitExamineExplore

func GetWaitExamineExplore() []Link

GetWaitExamineExplore 用于审核的内容列表

func GetWaitExamineExploreWx2

func GetWaitExamineExploreWx2() []Link

GetWaitExamineExploreWx2 微信小程序临时应付一下

func SafeMenu

func SafeMenu() []Link

SafeMenu 霸道总裁专题小说 推荐页

func SingleMenu

func SingleMenu() []Link

SingleMenu 伪装给单一入口

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL