aa
This commit is contained in:
@@ -310,8 +310,8 @@ type UserInfoWithWeixin struct {
|
|||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
// @router /GetUserByMiniInfo [post]
|
// @router /GetUserByMiniInfo [post]
|
||||||
func (c *Auth2Controller) GetUserByMiniInfo() {
|
func (c *User2Controller) GetUserByMiniInfo() {
|
||||||
c.callGetUserByMiniInfo(func(params *tAuth2GetUserByMiniInfoParams) (retVal interface{}, errCode string, err error) {
|
c.callGetUserByMiniInfo(func(params *tUser2GetUserByMiniInfoParams) (retVal interface{}, errCode string, err error) {
|
||||||
authInfo := &auth2.AuthInfo{}
|
authInfo := &auth2.AuthInfo{}
|
||||||
if params.JsCode == "" {
|
if params.JsCode == "" {
|
||||||
result := api.Cacher.Get(params.Token)
|
result := api.Cacher.Get(params.Token)
|
||||||
|
|||||||
Reference in New Issue
Block a user