|
@@ -1,7 +1,9 @@
|
|
|
package logic
|
|
|
|
|
|
import (
|
|
|
+ "app.yhyue.com/moapp/jybase/encrypt"
|
|
|
"context"
|
|
|
+ "fmt"
|
|
|
"net/http"
|
|
|
|
|
|
"jyBXSubscribe/api/internal/svc"
|
|
@@ -42,6 +44,7 @@ func (l *SomeInfoLogic) SomeInfo(req *types.SomeInfoReq) (resp *types.CommonResp
|
|
|
}, nil
|
|
|
}
|
|
|
logx.Info("-----------:", res.Data)
|
|
|
+ res.Data.UserId = encrypt.EncodeArticleId2ByCheck(fmt.Sprint(req.NewUserId))
|
|
|
return &types.CommonResp{
|
|
|
Err_code: res.ErrCode,
|
|
|
Err_msg: res.ErrMsg,
|