|
@@ -104,7 +104,7 @@ class InAppPurchaseView(View):
|
|
|
signed_transaction_info = transaction_info.signedTransactionInfo
|
|
|
if Order_Model.objects.filter(payType=5, transaction_id=transaction_id).exists():
|
|
|
logger.info(f"该transaction_id已订阅过:{transaction_id}")
|
|
|
- return response.json(10048)
|
|
|
+ # return response.json(10048)
|
|
|
|
|
|
root_certificates = []
|
|
|
for cert_name in [
|