|
@@ -44,6 +44,7 @@ func (l *EntInfoLogic) EntInfo(req *types.CheckEntReq) (resp *types.EntInfoResp,
|
|
AuthState: res.Data.AuthState,
|
|
AuthState: res.Data.AuthState,
|
|
ContactPerson: res.Data.ContactPerson,
|
|
ContactPerson: res.Data.ContactPerson,
|
|
ContactPhone: res.Data.ContactPhone,
|
|
ContactPhone: res.Data.ContactPhone,
|
|
|
|
+ AuthType: res.Data.AuthType,
|
|
}
|
|
}
|
|
return &types.EntInfoResp{
|
|
return &types.EntInfoResp{
|
|
Error_code: res.ErrorCode,
|
|
Error_code: res.ErrorCode,
|