def get_kefu_url(self): '''??????''' url = 'http://%s/appsite/%s/kefu/' % (DOMAIN, self.token) return get_openid_api_url(self, url)