Skip to content

Commit

Permalink
log agreeCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwei98 committed Jul 8, 2021
1 parent fd7d30f commit d5e7d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/service/minetoken_application.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ class MineTokenService extends Service {
const reason = '';
// console.log('uid', uid, type, reason);
const resultAgree = await this.modify(uid, type, reason);
this.logger.info('agreeCreate::resultAgree', resultAgree);
// const resultAgree = { code: -1, data: { token_id: 1 } };

let sqlUpdateQueue = '';
Expand Down

0 comments on commit d5e7d9a

Please sign in to comment.