去除了https避免证书验证问题

This commit is contained in:
shenmo 2020-06-21 22:43:27 +08:00
parent 0ca8cd7a35
commit 820d3243c2

14
urls.h
View File

@ -5,11 +5,11 @@
#define URL_CHAT "http://store2.shenmo.tech/store/chat/"
#define URL_MUSIC "http://store2.shenmo.tech/store/music"
#define URL_VIDEO "http://store2.shenmo.tech/store/video"
#define URL_PHOTO "https://store2.shenmo.tech/store/image_graphic/"
#define URL_GAME "https://store2.shenmo.tech/store/games/"
#define URL_OFFICE "https://store2.shenmo.tech/store/"
#define URL_READ "https://store2.shenmo.tech/store/reading/"
#define URL_DEV "https://store2.shenmo.tech/store/development/"
#define URL_SYSTEM "https://store2.shenmo.tech/store/tools/"
#define URL_OTHER "https://store2.shenmo.tech/store/others/"
#define URL_PHOTO "http://store2.shenmo.tech/store/image_graphic/"
#define URL_GAME "http://store2.shenmo.tech/store/games/"
#define URL_OFFICE "http://store2.shenmo.tech/store/"
#define URL_READ "http://store2.shenmo.tech/store/reading/"
#define URL_DEV "http://store2.shenmo.tech/store/development/"
#define URL_SYSTEM "http://store2.shenmo.tech/store/tools/"
#define URL_OTHER "http://store2.shenmo.tech/store/others/"
#endif // URLS_H