Authored by 沈志敏

fix bug

... ... @@ -115,4 +115,4 @@ exports.registerAndSendCoupon = (data) => {
return api.get('', verifyData).then(result => {
return getUserStatus(result);
}); // 所有数据返回一个 Promise,方便 Promise.all 调用
};
\ No newline at end of file
};
... ...