|
@@ -3,7 +3,6 @@ package logic
|
|
|
import (
|
|
|
quitl "app.yhyue.com/moapp/jybase/common"
|
|
|
"bp.jydev.jianyu360.cn/ApplicationCenter/medicalField/entity"
|
|
|
- IC "bp.jydev.jianyu360.cn/ApplicationCenter/medicalField/rpc/medical/init"
|
|
|
"bp.jydev.jianyu360.cn/ApplicationCenter/medicalField/service"
|
|
|
"context"
|
|
|
|
|
@@ -31,8 +30,6 @@ func NewUserAuthInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *User
|
|
|
func (l *UserAuthInfoLogic) UserAuthInfo(in *medical.CommonReq) (*medical.UserInfoResp, error) {
|
|
|
// todo: add your logic here and delete this line
|
|
|
m := service.AuthService{
|
|
|
- GoodsSpecId: IC.C.GoodsSpecId,
|
|
|
- GoodsCode: IC.C.GoodsCode,
|
|
|
BasesqlConn: entity.BaseMysql,
|
|
|
}
|
|
|
data := m.UserAuthInfo(in)
|