Documentation ¶
Overview ¶
*
- Copyright 2015 @ z3q.net.
- name : apI_portal
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : base_c
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : get_c
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : partner_c.go
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : model
- author : jarryliu
- date : 2015-10-31 00:35
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : partner_c.go
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2014 @ z3q.net.
- name :
- author : jarryliu
- date : 2014-02-05 21:53
- description :
- history :
*
- Copyright 2014 @ z3q.net.
- name :
- author : jarryliu
- date : 2014-02-05 21:53
- description :
- history :
Index ¶
- Variables
- func ApiTest(ctx *web.Context)
- func CheckApiPermission(apiId string, secret string) (ok bool, partnerId int)
- func Handle(ctx *web.Context)
- func HandleUrlFunc(v interface{}) func(*web.Context)
- type AsyncResult
- type BaseC
- func (this *BaseC) CheckMemberToken(ctx *web.Context) bool
- func (this *BaseC) ErrorOutput(ctx *web.Context, err string)
- func (this *BaseC) GetMemberId(ctx *web.Context) int
- func (this *BaseC) GetPartnerId(ctx *web.Context) int
- func (this *BaseC) RequestEnd(ctx *web.Context)
- func (this *BaseC) Requesting(ctx *web.Context) bool
- type MemberC
- func (this *MemberC) Account(ctx *web.Context)
- func (this *MemberC) Async(ctx *web.Context)
- func (this *MemberC) Disconnect(ctx *web.Context)
- func (this *MemberC) Get(ctx *web.Context)
- func (this *MemberC) Login(ctx *web.Context)
- func (this *MemberC) Ping(ctx *web.Context)
- func (this *MemberC) Register(ctx *web.Context)
- func (this *MemberC) Requesting(ctx *web.Context) bool
- func (this *MemberC) Summary(ctx *web.Context)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CheckApiPermission ¶
检查是否有权限
Types ¶
type AsyncResult ¶
type BaseC ¶
type BaseC struct { }
func (*BaseC) CheckMemberToken ¶
检查会员令牌信息
func (*BaseC) RequestEnd ¶
Click to show internal directories.
Click to hide internal directories.