Skip to content

Commit

Permalink
fix jiami api (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
lianhong2758 committed Mar 17, 2023
1 parent f7a61ed commit bc3c430
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit bc3c430

Please sign in to comment.