1、收码
This commit is contained in:
@ -14,6 +14,7 @@ type Extend struct {
|
||||
TrxGridUrl string
|
||||
CliproxyUrl string //cliproxy服务地址
|
||||
CliproxyApiUrl string //cliproxy api地址
|
||||
DaisysmsUrl string //daisysms服务地址
|
||||
}
|
||||
|
||||
type AMap struct {
|
||||
|
||||
@ -55,6 +55,8 @@ settings:
|
||||
cliproxyUrl: "https://f.cliproxy.com"
|
||||
#cliproxy api url
|
||||
cliproxyApiUrl: "https://api.cliproxy.com"
|
||||
#daisysms api url
|
||||
daisysmsUrl: "https://daisysms.com/stubs/handler_api.php"
|
||||
cache:
|
||||
redis:
|
||||
addr: 127.0.0.1:6379
|
||||
|
||||
Reference in New Issue
Block a user