Commit 9f3aafe5 authored by fendouai's avatar fendouai

fix BASE_URL

parent b6969409
......@@ -2,7 +2,7 @@ import json
import logging
import requests
BASE_URL = " https://api.jpush.cn/"
BASE_URL = "https://api.jpush.cn/"
PUSH_URL = BASE_URL + 'v3/push'
VALIDATE_PUSH_URL = BASE_URL + 'v3/push/validate'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment