作者 yangfu

审批host修改

... ... @@ -41,4 +41,5 @@ user_center_app_secret ="cykbjnfqgctn"
h5_host = "https://web-open.fjmaimaimai.com"
#审核中心
suplus_host ="http://suplus-approve-test.fjmaimaimai.com"
\ No newline at end of file
suplus_approve_host ="http://suplus-approve-test.fjmaimaimai.com"
... ...
... ... @@ -134,7 +134,7 @@ func (s SuplusApprove) DoRequest(method string, methodType string, request inter
var (
httpRsp *http.Response
httpReq *httplib.BeegoHTTPRequest
url = beego.AppConfig.String("suplus_host") + method
url = beego.AppConfig.String("suplus_approve_host") + method
data []byte
message protocol.Message
)
... ...