mirror of
https://git.oceanpay.cc/danial/kami_itunes_third_api.git
synced 2025-12-18 22:20:08 +00:00
Merge branch 'develop' into production
This commit is contained in:
@@ -267,8 +267,14 @@ class AppleClient:
|
||||
== "MZCommerce.GiftCertRedeemStoreFrontMismatch"
|
||||
):
|
||||
result.status = 15
|
||||
elif (
|
||||
result.errorMessageKey
|
||||
== "MZCommerce.GiftCertificateDisabled"
|
||||
):
|
||||
result.status = 11
|
||||
else:
|
||||
logger.error(f"失败状态未知:{response.json()}")
|
||||
|
||||
if result.status == -1 or result.status == 0:
|
||||
result.status = 30
|
||||
logger.warning("兑换状态未知:", response.text)
|
||||
|
||||
Reference in New Issue
Block a user