We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b54eae commit aa54ff5Copy full SHA for aa54ff5
moumoubaimifan/kouhong/kouhong.py
@@ -4,9 +4,9 @@
4
from PIL import Image, ImageDraw
5
6
7
-ak = 'MbDXGOrgXHqsgHKlAZLv6K93'
+ak = 'xx'
8
9
-sk = 'fzIOiK2aEAKntAY7cOEHkUCoZOawe0wR'
+sk = 'xx'
10
11
# client_id 为官网获取的AK, client_secret 为官网获取的SK
12
host = 'https://aip.baidubce.com/oauth/2.0/token?grant_type=client_credentials&client_id='+ak+'&client_secret=' + sk
0 commit comments