// 查询商店
export default function getStore(): string
{
  return 'g-';
}
