增加跨域配置,以及增加配置说明
This commit is contained in:
@@ -56,8 +56,6 @@ func (this *DDY) send(mUrl string, umoblie string, content string) (bool, error)
|
||||
return false, errors.New("连接错误")
|
||||
}
|
||||
|
||||
|
||||
|
||||
var msg interface{}
|
||||
err1 := json.Unmarshal([]byte(res), &msg)
|
||||
if err1 != nil {
|
||||
|
||||
Reference in New Issue
Block a user