feat(client): pay 支付领域模型 + PaymentApi + 支付流控制器(轮询 activated)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013nMthbVEmQquxBRKb9Fj8u
This commit is contained in:
@@ -14,12 +14,16 @@ class AuthApiException implements Exception {
|
||||
required this.statusCode,
|
||||
required this.messageZh,
|
||||
required this.messageEn,
|
||||
this.code,
|
||||
});
|
||||
|
||||
final int statusCode;
|
||||
final String messageZh;
|
||||
final String messageEn;
|
||||
|
||||
/// 服务端 apierr 的机器码(如 CURRENCY_MISMATCH),旧调用点可空。
|
||||
final String? code;
|
||||
|
||||
@override
|
||||
String toString() => 'AuthApiException($statusCode): $messageZh';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user