Преглед на файлове

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

chenjunkai преди 6 години
родител
ревизия
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