def get_site_url(self): '''??????''' url = 'http://%s/appsite/%s/home/' % (DOMAIN, self.token) return get_weixin_site_url(self, url)