正在显示
2 个修改的文件
包含
3 行增加
和
2 行删除
@@ -41,4 +41,5 @@ user_center_app_secret ="cykbjnfqgctn" | @@ -41,4 +41,5 @@ user_center_app_secret ="cykbjnfqgctn" | ||
41 | h5_host = "https://web-open.fjmaimaimai.com" | 41 | h5_host = "https://web-open.fjmaimaimai.com" |
42 | 42 | ||
43 | #审核中心 | 43 | #审核中心 |
44 | -suplus_host ="http://suplus-approve-test.fjmaimaimai.com" | ||
44 | +suplus_approve_host ="http://suplus-approve-test.fjmaimaimai.com" | ||
45 | + |
@@ -134,7 +134,7 @@ func (s SuplusApprove) DoRequest(method string, methodType string, request inter | @@ -134,7 +134,7 @@ func (s SuplusApprove) DoRequest(method string, methodType string, request inter | ||
134 | var ( | 134 | var ( |
135 | httpRsp *http.Response | 135 | httpRsp *http.Response |
136 | httpReq *httplib.BeegoHTTPRequest | 136 | httpReq *httplib.BeegoHTTPRequest |
137 | - url = beego.AppConfig.String("suplus_host") + method | 137 | + url = beego.AppConfig.String("suplus_approve_host") + method |
138 | data []byte | 138 | data []byte |
139 | message protocol.Message | 139 | message protocol.Message |
140 | ) | 140 | ) |
-
请 注册 或 登录 后发表评论