Authored by ping

add

... ... @@ -16,6 +16,7 @@
<property name="sendSMS.password" defaultValue="7jVEde87bLffoTnt6tGxmw==" description="调用运维发送短信接口时的,需要传入的密码(AES加密)" />
<property name="orderShare.maxNum" defaultValue="3" description="每个订单最大分享次数" />
<property name="orderShare.recevied.maxNum" defaultValue="5" description="每个分享最多老用户领取优惠券个数" />
<property name="orderShare.shareUrl" defaultValue="coupon/index" description="订单分享的链接地址" />
</group>
<script>
<generate template="META-INF/autoconf/databases.yml" destfile="WEB-INF/classes/databases.yml" />
... ...
... ... @@ -56,4 +56,5 @@ sendSMS.password=${sendSMS.password}
cocacola.wechat.share.url=${cocacola.wechat.share.url}
orderShare.maxNum=${orderShare.maxNum}
orderShare.recevied.maxNum=${orderShare.recevied.maxNum}
\ No newline at end of file
orderShare.recevied.maxNum=${orderShare.recevied.maxNum}
orderShare.shareUrl=${orderShare.shareUrl}
\ No newline at end of file
... ...