|
@@ -41,6 +41,8 @@ public class loadResultUtil {
|
|
|
|
|
|
ResultInfo.repeatNameError=prop.getProperty("repeatNameError");
|
|
|
ResultInfo.lostMemberInfo=prop.getProperty("lostMemberInfo");
|
|
|
+
|
|
|
+ ResultInfo.yearMsg = prop.getProperty("yearMsg");
|
|
|
|
|
|
ResultInfo.initPorxySuccessPrifix=prop.getProperty("initPorxySuccessPrifix");
|
|
|
ResultInfo.initPorxySuccessSuffix=prop.getProperty("initPorxySuccessSuffix");
|
|
@@ -71,8 +73,10 @@ public class loadResultUtil {
|
|
|
ResultInfo.probation_apply_success = prop.getProperty("probation_apply_success");//试用申请成功通知
|
|
|
ResultInfo.probation_pay_success = prop.getProperty("probation_pay_success"); //订单支付成功
|
|
|
ResultInfo.probation_shut_down = prop.getProperty("probation_shut_down"); //订单关闭通知 模版id TM00984
|
|
|
- ResultInfo.prize_receive_push = prop.getProperty("prize_receive_push"); //付费代理商支付后推送推荐人通知 模版id
|
|
|
-
|
|
|
+ ResultInfo.prize_receive_push = prop.getProperty("prize_receive_push"); //付费代理商支付后推送推荐人通知 模版id
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
} catch (IOException e) {
|
|
|
new RuntimeException(e.getMessage());
|
|
|
}
|