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

Method check_payment

app/clients/bigmodel_client.py:129–142  ·  view source on GitHub ↗
(
        self,
        account: AccountRecord,
        session: AccountSessionState,
        *,
        biz_id: str,
    )

Source from the content-addressed store, hash-verified

127 def check_payment(
128 self,
129 account: AccountRecord,
130 session: AccountSessionState,
131 *,
132 biz_id: str,
133 ) -> ApiCallResult:
134 return self._request(
135 account,
136 session,
137 "GET",
138 "/biz/pay/check",
139 params={"bizId": biz_id},
140 )
141
142 def _request(
143 self,
144 account: AccountRecord,
145 session: AccountSessionState,

Callers 1

check_paymentFunction · 0.45

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected