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