IDP.Integration.FOP.getStoreAsync() function
获取当前用户所在的门店信息,如果没有门店则返回null
Signature:
function getStoreAsync(): Promise<GetStoreResult | null>;
Links: function getStoreAsync(): Promise<GetStoreResult | null>;
Returns:
Promise<GetStoreResult | null>