作者 yangfu

配置修改

1 appname = opportunity 1 appname = opportunity
2 httpport = 8080 2 httpport = 8080
3 -runmode = "${RUN_MODE||dev}" 3 +runmode = "${RUN_MODE||local}"
4 4
5 #没设置的话 this.Ctx.Input.RequestBody 没有值 5 #没设置的话 this.Ctx.Input.RequestBody 没有值
6 copyrequestbody = true 6 copyrequestbody = true
@@ -38,3 +38,6 @@ user_center_app_secret ="cykbjnfqgctn" @@ -38,3 +38,6 @@ user_center_app_secret ="cykbjnfqgctn"
38 38
39 #Html5 39 #Html5
40 h5_host = "https://web-open.fjmaimaimai.com" 40 h5_host = "https://web-open.fjmaimaimai.com"
  41 +
  42 +#审核中心
  43 +suplus_host ="http://suplus-approve-test.fjmaimaimai.com"
@@ -21,7 +21,7 @@ yunpian_sms_sdk_url ="https://sms.yunpian.com/v2/sms/single_send.json" @@ -21,7 +21,7 @@ yunpian_sms_sdk_url ="https://sms.yunpian.com/v2/sms/single_send.json"
21 yunpian_app_key ="0bf6fb10a11a68a95dee80901eb545b5" 21 yunpian_app_key ="0bf6fb10a11a68a95dee80901eb545b5"
22 22
23 #存储 http://ability.fjmaimaimai.com:8080/ 23 #存储 http://ability.fjmaimaimai.com:8080/
24 -source_host ="http://192.168.139.137:8080/" 24 +source_host ="http://127.0.0.1:8080/"
25 source_virtual_path=file/opp 25 source_virtual_path=file/opp
26 source_path ="${aliyun_file_access||F:/file} 26 source_path ="${aliyun_file_access||F:/file}
27 27
@@ -34,4 +34,11 @@ net_im_app_key ="9c5410602597a7fe367aeeebd8210262" @@ -34,4 +34,11 @@ net_im_app_key ="9c5410602597a7fe367aeeebd8210262"
34 user_center_url ="http://suplus-ucenter-dev.fjmaimaimai.com" 34 user_center_url ="http://suplus-ucenter-dev.fjmaimaimai.com"
35 user_center_salt ="rsF0pL!6DwjBO735" 35 user_center_salt ="rsF0pL!6DwjBO735"
36 user_center_app_key ="39aefef9e22744a3b2d2d3791824ae7b" 36 user_center_app_key ="39aefef9e22744a3b2d2d3791824ae7b"
37 -user_center_app_secret ="cykbjnfqgctn"  
  37 +user_center_app_secret ="cykbjnfqgctn"
  38 +
  39 +
  40 +#Html5
  41 +h5_host = "https://web-open.fjmaimaimai.com"
  42 +
  43 +#审核中心
  44 +suplus_host ="http://suplus-approve-test.fjmaimaimai.com"