Commit ff281d6f7c15c96e9adb0fe53b733ff9cbb25c7a

Authored by 王通
1 parent 16ca3714

1.密码重置方式改变

src/main/resources/application-dev.properties
... ... @@ -52,4 +52,6 @@ ms.fl.generate=true
52 52 ## dsm ack interface
53 53 dsm.ack.url= http://211.95.61.66:9008/modules/dsmCheckTheRecord/addDsm?
54 54 ## cp ack interface
55   -cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confirm/
56 55 \ No newline at end of file
  56 +cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confirm/
  57 +## admin mail
  58 +admin.mail= 113252620@qq.com
57 59 \ No newline at end of file
... ...
src/main/resources/application-prod.properties
... ... @@ -54,4 +54,6 @@ ms.fl.generate=true
54 54 ## dsm ack interface
55 55 dsm.ack.url= http://211.95.61.66:9008/modules/dsmCheckTheRecord/addDsm?
56 56 ## cp ack interface
57   -cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confirm/
58 57 \ No newline at end of file
  58 +cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confirm/
  59 +## admin mail
  60 +admin.mail= 113252620@qq.com
59 61 \ No newline at end of file
... ...
src/main/resources/application-test.properties
... ... @@ -45,4 +45,6 @@ ms.fl.generate=false
45 45 ## dsm ack interface
46 46 dsm.ack.url= http://211.95.61.66:9008/modules/dsmCheckTheRecord/addDsm?
47 47 ## cp ack interface
48   -cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confirm/
49 48 \ No newline at end of file
  49 +cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confirm/
  50 +## admin mail
  51 +admin.mail= 113252620@qq.com
50 52 \ No newline at end of file
... ...