Преглед изворни кода

认证交易 参数orderID

linhaohong пре 1 година
родитељ
комит
0438a7d0ef
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Controller/InAppPurchaseController.py

+ 1 - 1
Controller/InAppPurchaseController.py

@@ -61,7 +61,7 @@ class InAppPurchaseView(View):
         @return: response
         """
         receipt = request_dict.get('receipt', None)
-        order_id = request_dict.get('orderId', None)
+        order_id = request_dict.get('orderID', None)
         uid = request_dict.get('uid', None)
         lang = request_dict.get('lang', 'en')
         channel = request_dict.get('channel', None)