# README
bokago 博卡软件API接口文档
Init(custID string, compID string, userName string, passWord string, source string, sign string)
初始化后才能调用其他接口
内部自动维护token,每次调用接口都会自动检查token是否过期,如果过期会自动重新获取token
只维护Token,不提供其他接口
# Functions
No description provided by the author
Init
@Description: @param custID 门店编号 @param compID 连锁代码 @param userName 用户名 @param passWord 密码 @param source 来源 @param sign 签名 @param other 其他参数 Expire int64 token过期时间 默认为5000 Referer string 地址 默认为https://s3.boka.vc/.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
BaseResponse 基础返回结构体.
No description provided by the author
No description provided by the author
No description provided by the author
Response 基础返回结构体.
No description provided by the author