Browse Source

修改addOrUpdate

tanghongbin 4 years ago
parent
commit
56acb07d59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Service/ModelService.py

+ 1 - 1
Service/ModelService.py

@@ -157,7 +157,7 @@ class ModelService:
 
     @staticmethod
     def notify_alexa_add(uid, userID, nickname):
-        url = 'https://www.zositech.xyz/deviceStatus/addOrupdate'
+        url = 'https://www.zositech.xyz/deviceStatus/addOrUpdate'
         data = {
             'UID': uid,
             'userID': userID,