Skip to content

Commit

Permalink
更改endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Firesuiry committed Oct 3, 2021
1 parent 6253d89 commit e3b5beb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

import openpyxl

END_POINT = R'http://api.jiandanmaimai.cn'
# END_POINT = R'http://api.jiandanmaimai.cn'
END_POINT = R'https://www.jiandanmaimai.cn'
HEAD_STRUCT = bytes('128sIq32s', encoding='utf-8')
FILE_UPLOAD_URL = f'{END_POINT}/file/api/files/'
CLIENT_INFO_URL = f'{END_POINT}/file/api/client/'
Expand Down

0 comments on commit e3b5beb

Please sign in to comment.