Explorar el Código

添加预备退款订单 -- 添加APP类型

linhaohong hace 9 meses
padre
commit
17f4cd28e6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      AdminController/ServeManagementController.py

+ 1 - 0
AdminController/ServeManagementController.py

@@ -2591,6 +2591,7 @@ class serveManagement(View):
         uid = orders_qs[0].UID
         order_id = orders_qs[0].orderID
         transaction_id = orders_qs[0].transaction_id
+        app_type = orders_qs[0].app_type
         now_time = int(time.time())
         InAppRefund.objects.create(
                 uid=uid, transaction_id=transaction_id,