|
@@ -89,7 +89,8 @@ class InAppPurchaseView(View):
|
|
|
f"苹果内购认证交易订单orderID:{order_id},"
|
|
|
f"transaction_id: {transaction_identifier},"
|
|
|
f"original_transaction_id: {original_transaction_identifier},"
|
|
|
- f"receipt: {receipt}")
|
|
|
+ f"receipt: {receipt}, app_type: {app_type}"
|
|
|
+ )
|
|
|
|
|
|
if not all([uid, channel, order_id]):
|
|
|
return response.json(444)
|