post
This commit is contained in:
@@ -293,13 +293,13 @@ type UserInfoWithWeixin struct {
|
|||||||
|
|
||||||
// @Title 根据小程序jsCode查询用户信息
|
// @Title 根据小程序jsCode查询用户信息
|
||||||
// @Description 根据小程序jsCode查询用户信息
|
// @Description 根据小程序jsCode查询用户信息
|
||||||
// @Param token header string false "认证token"
|
// @Param token header string false "认证token"
|
||||||
// @Param data query string true "加密数据"
|
// @Param data formData string true "加密数据"
|
||||||
// @Param iv query string true "iv"
|
// @Param iv formData string true "iv"
|
||||||
// @Param jsCode query string false "小程序jsCode"
|
// @Param jsCode formData string false "小程序jsCode"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
// @router /GetUserByMiniInfo [get]
|
// @router /GetUserByMiniInfo [post]
|
||||||
func (c *User2Controller) GetUserByMiniInfo() {
|
func (c *User2Controller) GetUserByMiniInfo() {
|
||||||
c.callGetUserByMiniInfo(func(params *tUser2GetUserByMiniInfoParams) (retVal interface{}, errCode string, err error) {
|
c.callGetUserByMiniInfo(func(params *tUser2GetUserByMiniInfoParams) (retVal interface{}, errCode string, err error) {
|
||||||
authInfo := &auth2.AuthInfo{}
|
authInfo := &auth2.AuthInfo{}
|
||||||
|
|||||||
Reference in New Issue
Block a user