修改闲麦地址

This commit is contained in:
范俊成 2023-09-19 10:53:59 +08:00
parent ca8239393e
commit 3a5eb93919
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

View File

@ -186,7 +186,7 @@ type SanMaiClient struct {
} }
const ( const (
SmBaseURL = "https://test.xianmai.net.cn/" SmBaseURL = "https://testh5.xianmai.net.cn"
//SmBaseURL = "https://xianmai.net.cn/" //SmBaseURL = "https://xianmai.net.cn/"
) )