Showing
1 changed file
with
1 additions
and
1 deletions
@@ -115,4 +115,4 @@ exports.registerAndSendCoupon = (data) => { | @@ -115,4 +115,4 @@ exports.registerAndSendCoupon = (data) => { | ||
115 | return api.get('', verifyData).then(result => { | 115 | return api.get('', verifyData).then(result => { |
116 | return getUserStatus(result); | 116 | return getUserStatus(result); |
117 | }); // 所有数据返回一个 Promise,方便 Promise.all 调用 | 117 | }); // 所有数据返回一个 Promise,方便 Promise.all 调用 |
118 | -}; | ||
118 | +}; |
-
Please register or login to post a comment