(self)
| 30 | |
| 31 | @property |
| 32 | def transport_name(self) -> str: |
| 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") |
nothing calls this directly
no outgoing calls
no test coverage detected