Skip to content

fix jiami #624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
Mar 17, 2023
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
ee96e9b
readme
lianhong2758 Feb 6, 2023
eb5a98d
1
lianhong2758 Feb 6, 2023
8747f61
1
lianhong2758 Feb 6, 2023
836722d
kokomi插件
lianhong2758 Feb 6, 2023
e0606ca
change
lianhong2758 Feb 6, 2023
6815399
1
lianhong2758 Feb 6, 2023
982e3ce
1
lianhong2758 Feb 6, 2023
bb9c6b8
change
lianhong2758 Feb 6, 2023
512b4de
change
lianhong2758 Feb 6, 2023
7bb1050
Merge branch 'master' of github.com:lianhong2758/ZeroBot-Plugin
lianhong2758 Feb 7, 2023
aab4372
修复api失效
lianhong2758 Feb 7, 2023
0186e6a
改了,
lianhong2758 Feb 7, 2023
551f00f
1
lianhong2758 Feb 7, 2023
abf1b72
0
lianhong2758 Feb 7, 2023
4f08fda
Merge branch 'master' of github.com:lianhong2758/ZeroBot-Plugin
lianhong2758 Feb 19, 2023
b073ce0
加快自检速度
lianhong2758 Feb 19, 2023
1a337ba
1
lianhong2758 Feb 19, 2023
a6df63b
2
lianhong2758 Feb 19, 2023
03b6cf4
3
lianhong2758 Feb 19, 2023
1dd8631
4
lianhong2758 Feb 19, 2023
856a5f5
Merge branch 'master' of github.com:lianhong2758/ZeroBot-Plugin
lianhong2758 Feb 19, 2023
92959c4
1
lianhong2758 Feb 19, 2023
9480c88
1
lianhong2758 Feb 19, 2023
74ea439
Merge branch 'master' of github.com:lianhong2758/ZeroBot-Plugin
lianhong2758 Feb 28, 2023
6a6c364
Merge branch 'master' of github.com:lianhong2758/ZeroBot-Plugin
lianhong2758 Feb 28, 2023
84846b0
Merge branch 'master' of github.com:lianhong2758/ZeroBot-Plugin
lianhong2758 Mar 2, 2023
e1c2c0d
Merge branch 'master' of github.com:lianhong2758/ZeroBot-Plugin
lianhong2758 Mar 17, 2023
a287850
fix jiami
lianhong2758 Mar 17, 2023
c8c6060
1
lianhong2758 Mar 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugin/jiami/jiami.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
)

const (
jiami1 = "http://ovooa.com/API/sho_u/?msg=%v" // 加密api地址
jiami2 = "http://ovooa.com/API/sho_u/?format=1&msg=%v" // 解密api地址
jiami1 = "http://ovooa.caonm.net/API/sho_u/?msg=%v" // 加密api地址
jiami2 = "http://ovooa.caonm.net/API/sho_u/?format=1&msg=%v" // 解密api地址

)

Expand Down