File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ void onHandleMsg(Object msgInfoBean) {
15
15
if (emojis .length == 2 ) {
16
16
String emoji1 = emojis [0 ].trim ();
17
17
String emoji2 = emojis [1 ].trim ();
18
-
19
- get ("https://sbtxqq.com/api/emojimix.php?emoji1=" + emoji1 + "&emoji2=" + emoji2 , null , new PluginCallBack .HttpCallback () {
18
+ get ("https://api.317ak.com/API/yljk/emo/emo.php?emoji1=" + emoji1 + "&emoji2=" + emoji2 , null , new PluginCallBack .HttpCallback () {
20
19
public void onSuccess (int respCode , String respContent ) {
21
20
JSONObject jsonObject = JSON .parseObject (respContent );
22
21
int code = JSONPath .eval (jsonObject , "$.code" );
@@ -28,14 +27,14 @@ public void onSuccess(File file) {
28
27
}
29
28
30
29
public void onError (Exception e ) {
31
- sendText (getTargetTalker (), "[晴天API ]下载异常:" + e .getMessage ());
30
+ sendText (getTargetTalker (), "[倾梦API ]下载异常:" + e .getMessage ());
32
31
}
33
32
});
34
33
}
35
34
}
36
35
37
36
public void onError (Exception e ) {
38
- sendText (getTargetTalker (), "[晴天API ]生成异常:" + e .getMessage ());
37
+ sendText (getTargetTalker (), "[倾梦API ]生成异常:" + e .getMessage ());
39
38
}
40
39
});
41
40
}
You can’t perform that action at this time.
0 commit comments