소스 검색

退款通知

linhaohong 10 달 전
부모
커밋
74ddc367db
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Controller/InAppPurchaseController.py

+ 2 - 0
Controller/InAppPurchaseController.py

@@ -58,6 +58,8 @@ class InAppPurchaseView(View):
     def validation(self, request_dict, request, operation):
         if operation == 'AppStoreServerNotifications':  # App Store服务器通知
             return self.app_store_server_notifications(request)
+        elif operation == 'putRefundOrder':  # App Store服务器通知
+            return self.put_refund_order()
         token_code, user_id, response = CommonService.verify_token_get_user_id(request_dict, request)
         if token_code != 0:
             return response.json(token_code)