bing use mkt zh-CN
This commit is contained in:
parent
9f7e8653ae
commit
6bd0d9774a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class Ans(StdAns):
|
||||||
params = {
|
params = {
|
||||||
'q':self.raw_msg['message'][5:],
|
'q':self.raw_msg['message'][5:],
|
||||||
'count': 1,
|
'count': 1,
|
||||||
|
'mkt': 'zh-CN'
|
||||||
}
|
}
|
||||||
headers = {
|
headers = {
|
||||||
'Ocp-Apim-Subscription-Key': BINGKEY,
|
'Ocp-Apim-Subscription-Key': BINGKEY,
|
||||||
|
|
Loading…
Reference in a new issue