Эх сурвалжийг харах

feature:支付宝沙盒测试环境搭建p1

chenjunkai 6 жил өмнө
parent
commit
490d597b68
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Controller/Test.py

+ 1 - 1
Controller/Test.py

@@ -45,7 +45,7 @@ class Test(View):
             total_amount=0.01,
             subject="实用性充气式玩具",
             return_url="http://192.168.136.40:8077/",
-            notify_url="http://test.dvema.com/Test"  # this is optional
+            notify_url="http://test.dvema.com:8077/Test"  # this is optional
         )
         print(order_string)
         from django.http import HttpResponseRedirect