在我的網站上我銷售課程資料,用戶必須爲此付費,我想獲取購買我課程的用戶的MAC ID,以便他們不能在其他人使用它設備。這是可行的代碼在Python/Django? 我的方法 from uuid import getnode as get_mac
mac = get_mac()
print mac
上面的代碼將MAC ID,但是這是我的服務器的MAC ID。有沒有任何可能的解決方案,然後請分
有一個api,我需要發佈geoPoint,然後獲取數據,這在Postman工作正常。就像圖中顯示, this api works fine on Postman 在我的代碼,我用下面的方法來調用api NSArray *geoPoint = @[@114.33f, @22.44f];
NSDictionary *geoPointDic = @ {@"geoPoint" : geoPoint};