MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / get_customer_info

Method get_customer_info

app/clients/bigmodel_client.py:35–36  ·  view source on GitHub ↗
(self, account: AccountRecord, session: AccountSessionState)

Source from the content-addressed store, hash-verified

33 return self.http_client.transport_name
34
35 def get_customer_info(self, account: AccountRecord, session: AccountSessionState) -> ApiCallResult:
36 return self._request(account, session, "GET", "/biz/customer/getCustomerInfo")
37
38 def batch_preview(
39 self,

Callers 1

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected