Authored by chenjian

Merge branch 'orderShare' of http://git.yoho.cn/yoho30/yohobuy-activity into orderShare

... ... @@ -64,7 +64,6 @@
<groupId>com.yoho.core</groupId>
<artifactId>yoho-core-common</artifactId>
</dependency>
<dependency>
<groupId>com.yoho.core</groupId>
<artifactId>yoho-core-dal</artifactId>
... ...
... ... @@ -14,6 +14,8 @@
<property name="gateway.url" defaultValue="http://api.yoho.cn" description="gateway 的地址" />
<property name="cocacola.wechat.share.url" defaultValue="http://service.yoho.cn/activity/cocacola/html/index1.html" description="可口可乐活动,微信分享地址" />
<property name="sendSMS.password" defaultValue="7jVEde87bLffoTnt6tGxmw==" description="调用运维发送短信接口时的,需要传入的密码(AES加密)" />
<property name="orderShare.maxNum" defaultValue="3" description="每个订单最大分享次数" />
<property name="orderShare.recevied.maxNum" defaultValue="5" description="每个分享最多老用户领取优惠券个数" />
</group>
<script>
<generate template="META-INF/autoconf/databases.yml" destfile="WEB-INF/classes/databases.yml" />
... ...
... ... @@ -53,4 +53,7 @@ gateway.url=${gateway.url}
sendSMS.password=${sendSMS.password}
#\u53EF\u53E3\u53EF\u4E50\u6D3B\u52A8\uFF0C\u5FAE\u4FE1\u5206\u4EAB\u5730\u5740
cocacola.wechat.share.url=${cocacola.wechat.share.url}
\ No newline at end of file
cocacola.wechat.share.url=${cocacola.wechat.share.url}
orderShare.maxNum=${orderShare.maxNum}
orderShare.recevied.maxNum=${orderShare.recevied.maxNum}
\ No newline at end of file
... ...