下面的代码可以从中检索有关业务位置的信息。
let readMask = "storeCode,name,languageCode,title,phoneNumbers,categories,storefrontAddress,websiteUri,regularHours,specialHours,serviceArea,labels,adWordsLocationExtensions,latlng,openInfo,metadata,profile,relationshipData,moreHours";
let url = `https://mybusinessbusinessinformation.googleapis.com/v1/accounts/${account.id}/locations?readMask=${readMask}`;
我可以为readMask
字段添加什么价值,以便业务照片也将被发送?
发布于 2022-06-18 12:21:37
https://stackoverflow.com/questions/72664252
复制相似问题