|
@@ -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))
|