package
0.0.0-20190909095812-00b26e8902ba
Repository: https://github.com/neday/shepherd.git
Documentation: pkg.go.dev
# Functions
@Summary 获取Banners.
@Summary 获取品牌库信息 @Produce json @Success 200 {string} json "{"time": 1561513181, "code": 200, "msg": "成功", "data" : {}}" @Failure 400 {string} json "{"time": 1561513181, "code": 400, "msg": "msg"}" @Router /api/tb-service/get-brand-list" [get].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
@Summary 获取热门搜索关键词 @Produce json @Success 200 {string} json "{"time": 1561513181, "code": 200, "msg": "成功", "data" : {}}" @Failure 400 {string} json "{"time": 1561513181, "code": 400, "msg": "msg"}" @Router /v1/category/get-top100" [get].
@Summary 获取用户.
No description provided by the author
No description provided by the author
@Summary 用户注册 用户登录(密码) 用户登录(短信验证码) @Description register or login user by mobile,password,smsCode @Accept json @Produce json @Param mobile query string true "Mobile" @Param password query string false "Password" @Param smsCode query string false "SmsCode" @Param inviteCode query string false "InviteCode" @Success 200 {string} json "{"time": 1561513181, "code": 200, "msg": "成功", "data" : {}}" @Failure 400 {string} json "{"time": 1561513181, "code": 400, "msg": "msg"}" @Router /v1/registerOrLogin/ [post].
No description provided by the author
No description provided by the author