Kaynağa Gözat

蚂蚁金服维护中引起无法在支付

chenjunkai 6 yıl önce
ebeveyn
işleme
b7e62124f5
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      Controller/CloudVod.py

+ 6 - 0
Controller/CloudVod.py

@@ -239,6 +239,12 @@ class CloudVodView(View):
                 subject="实用性充气式玩具",
                 return_url="https://test.dvema.com/cloudVod/payOK",
                 notify_url="https://test.dvema.com/cloudVod/aliPayCallback")
+            # order_string = alipay.api_alipay_trade_page_pay(
+            #     out_trade_no=orderID,
+            #     total_amount=price,
+            #     subject="实用性充气式玩具",
+            #     return_url="https://test.dvema.com/cloudVod/payOK",
+            #     notify_url="https://test.dvema.com/cloudVod/aliPayCallback")
         except Exception as e:
             print(repr(e))
             return response.json(10, repr(e))