Comparing version 1.1.16 to 1.1.17
18
index.js
@@ -730,2 +730,20 @@ /** | ||
} | ||
}, | ||
returnNotification: function (orderId, orderName) { | ||
return { | ||
ownerType: 0, | ||
title: '【' + orderName + '】订单即将需要归还', | ||
content: '您的订单【' + orderId + '】将要在明天到期,请在明天及时归还。如有疑问,请致电客服', | ||
link: 'order|' + orderId, | ||
sms: { | ||
content: '【八点到】您的订单【' + orderId + '】将要在明天到期,点击查看详情>>[#surl#]。', | ||
enable: false | ||
}, | ||
push: { | ||
content: '您的订单【' + orderId + '】将要在明天到期,点击查看详情。', | ||
customContent: { | ||
link: 'order|' + orderId | ||
} | ||
} | ||
} | ||
} | ||
@@ -732,0 +750,0 @@ }; |
{ | ||
"name": "gek-util", | ||
"version": "1.1.16", | ||
"version": "1.1.17", | ||
"description": "极动跃力小工具模块", | ||
@@ -14,6 +14,6 @@ "main": "index.js", | ||
"license": "ISC", | ||
"_id": "gek-util@1.1.15", | ||
"_shasum": "f3c5fc0fd5227fa918b73cedbdaeae2f3f8fe686", | ||
"_from": "gek-util@1.1.15", | ||
"_npmVersion": "2.11.3", | ||
"_id": "gek-util@1.1.16", | ||
"_shasum": "b42e26a38d806a711556217268a0c893021608e1", | ||
"_from": "gek-util@1.1.16", | ||
"_npmVersion": "2.14.2", | ||
"_nodeVersion": "0.12.7", | ||
@@ -25,4 +25,4 @@ "_npmUser": { | ||
"dist": { | ||
"shasum": "f3c5fc0fd5227fa918b73cedbdaeae2f3f8fe686", | ||
"tarball": "http://registry.npmjs.org/gek-util/-/gek-util-1.1.15.tgz" | ||
"shasum": "b42e26a38d806a711556217268a0c893021608e1", | ||
"tarball": "http://registry.npmjs.org/gek-util/-/gek-util-1.1.16.tgz" | ||
}, | ||
@@ -36,3 +36,3 @@ "maintainers": [ | ||
"directories": {}, | ||
"_resolved": "https://registry.npmjs.org/gek-util/-/gek-util-1.1.15.tgz" | ||
"_resolved": "https://registry.npmjs.org/gek-util/-/gek-util-1.1.16.tgz" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45235
948