Documentation ¶
Overview ¶
*
- Copyright 2015 @ at3.net.
- name : app.go
- author : jarryliu
- date : 2016-10-14 00:21
- description :
- history :
*
- Copyright 2015 @ 56x.net.
- name : fix
- author : jarryliu
- date : 2016-05-14 21:31
- description : 自定义调整
- history :
Index ¶
Constants ¶
View Source
const ( // 网页服务 FlagWebServe = 1 << iota // 常驻程序 FlagDaemon // 远程调用服务 FlagRpcServe // Tcp服务 FlagTcpServe // 单元测试 FlagTesting // 二进制程序 FlagBin // 系统后台 FlagMasterServe // 商户系统 FlagMchServe // 用户中心 FlagUCenterServe // 通行证 FlagPassportServe // 店铺系统 FlagShopServe )
View Source
const ( FsPortal = iota FsPortalMobile FsPassport FsPassportMobile FsUCenter FsUCenterMobile FsShop FsShopMobile FsMch FsWholesale )
Variables ¶
View Source
var ( FlagWebApp = FlagWebServe | FlagMchServe | FlagUCenterServe | FlagPassportServe | FlagShopServe )
Functions ¶
func GetHApiURL ¶
func GetHApiURL() string
func GetWholesaleURL ¶
func GetWholesaleURL() string
Types ¶
Directories ¶
Path | Synopsis |
---|---|
HTTP API v1.0 ----------------------- 约定参数名称: api : 接口名称 api_key : 接口用户 sign : 签名 sign_type : 签名类型 app : 应用编码 -----------------------
|
HTTP API v1.0 ----------------------- 约定参数名称: api : 接口名称 api_key : 接口用户 sign : 签名 sign_type : 签名类型 app : 应用编码 ----------------------- |
* * Copyright 2015 @ 56x.net.
|
* * Copyright 2015 @ 56x.net. |
* * Copyright 2015 @ 56x.net.
|
* * Copyright 2015 @ 56x.net. |
* * Copyright 2015 @ 56x.net.
|
* * Copyright 2015 @ 56x.net. |
v1
|
|
api
HTTP API v1.0 ----------------------- 约定参数名称: api : 接口名称 api_key : 接口用户 sign : 签名 sign_type : 签名类型 app : 应用编码 -----------------------
|
HTTP API v1.0 ----------------------- 约定参数名称: api : 接口名称 api_key : 接口用户 sign : 签名 sign_type : 签名类型 app : 应用编码 ----------------------- |
restapi
* * Copyright 2015 @ 56x.net.
|
* * Copyright 2015 @ 56x.net. |
Click to show internal directories.
Click to hide internal directories.