[250929] feat: YouMayLikeData관련 구조개선
This commit is contained in:
@@ -312,6 +312,12 @@ export const getMainYouMayLike =
|
||||
(dispatch, getState) => {
|
||||
const onSuccess = (response) => {
|
||||
console.log("getMainYouMayLike onSuccess ", response.data);
|
||||
console.log('[YouMayLike] API 응답 구조:', {
|
||||
fullResponse: response.data,
|
||||
dataField: response.data.data,
|
||||
hasYoumaylike: !!(response.data.data && response.data.data.youmaylike),
|
||||
youmaylikeLength: response.data.data?.youmaylike?.length || 0
|
||||
});
|
||||
|
||||
dispatch({
|
||||
type: types.GET_YOUMAYLIKE,
|
||||
|
||||
Reference in New Issue
Block a user