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

Method save_manual_captcha

app/services/payment_service.py:590–593  ·  view source on GitHub ↗
(self, account_id: str, request: ManualCaptchaRequest)

Source from the content-addressed store, hash-verified

588 attempts.append(result)
589 last_result = result
590 self.runtime_logs.log_event(
591 flow,
592 stage="captcha_verify",
593 status="retry",
594 message="验证码 verify 返回 error=50,直接刷新重试",
595 details={"attempt": attempt, "error_code": error_code},
596 level=logging.WARNING,

Callers 1

save_captchaFunction · 0.80

Calls 3

load_sessionMethod · 0.80
store_manual_ticketMethod · 0.80
save_sessionMethod · 0.80

Tested by

no test coverage detected