You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
При запросе Request к хранимой процедуре, которая возвращает объект User, вываливается исключение Newtonsoft.Json.JsonSerializationException, если в списке полей (fields) был параметр exports.
The text was updated successfully, but these errors were encountered:
Прошу прощения за то, что долго не отвечал. Вот в этой хранимой процедуре вываливается исключение. Если убрать exports из списка дополнительных полей - всё отрабатывает.
var user_id = Args.uid,
v = 5.64;
var users = API.users.get({
user_ids: user_id,
fields: "exports,counters,maiden_name,military,blacklisted,blacklisted_by_me,crop_photo,is_friend,friend_status,career,is_favorite,is_hidden_from_feed,timezone,screen_name,can_write_private_message,can_send_friend_request,can_post,can_see_all_posts,can_see_audio,music,movies,tv,books,games,about,quotes,interests,activities,wall_comments,connections,personal,common_count,occupation,nickname,relatives,relation,site,education,universities,schools,status,last_seen,followers_count,photo_max_orig,online,domain,has_mobile,contacts,verified,bdate,sex,country,photo_id,city,home_town,has_photo,photo_100,photo_200_orig,photo_200,photo_400_orig,photo_max",
v: v
});
return users[0];
При запросе Request к хранимой процедуре, которая возвращает объект User, вываливается исключение Newtonsoft.Json.JsonSerializationException, если в списке полей (fields) был параметр exports.
The text was updated successfully, but these errors were encountered: