Authored by 周少峰

Merge branch 'hotfix/ticket-limit'

@@ -28,7 +28,7 @@ const addTicket = co(function * (uid, sku, count, yohoCoin) { @@ -28,7 +28,7 @@ const addTicket = co(function * (uid, sku, count, yohoCoin) {
28 if (_.isEmpty(ticketInfo)) { 28 if (_.isEmpty(ticketInfo)) {
29 return { 29 return {
30 last_order_amount: 0, 30 last_order_amount: 0,
31 - error: '人太多啦,稍后再试!' 31 + error: '人太多啦,稍后再试!'
32 }; 32 };
33 } 33 }
34 34
@@ -53,7 +53,7 @@ const submitTicket = co(function * (uid, sku, count, mobile, yohoCoin) { @@ -53,7 +53,7 @@ const submitTicket = co(function * (uid, sku, count, mobile, yohoCoin) {
53 if (_.isEmpty(result)) { 53 if (_.isEmpty(result)) {
54 return { 54 return {
55 code: 500, 55 code: 500,
56 - message: '人太多啦,稍后再试!' 56 + message: '人太多啦,稍后再试!'
57 }; 57 };
58 } 58 }
59 59