Commit 71bf7802 by 朱继来

调整api url

parent 70bf6c37
Showing with 2 additions and 1 deletions
package service package service
import ( import (
"crm-server/configs"
"crm-server/internal/common" "crm-server/internal/common"
"encoding/json" "encoding/json"
"fmt" "fmt"
...@@ -11,7 +12,7 @@ import ( ...@@ -11,7 +12,7 @@ import (
) )
const APIMD5STR string = "fh6y5t4rr351d2c3bryi" const APIMD5STR string = "fh6y5t4rr351d2c3bryi"
const APIDOMAIN string = "http://api.ichunt.com/msg/sendMessageByAuto" const APIDOMAIN string = configs.Api_url+"/msg/sendMessageByAuto"
const ADMINTEL int64 = 17600091664 const ADMINTEL int64 = 17600091664
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment