Skip to content

Commit

Permalink
modify email address
Browse files Browse the repository at this point in the history
  • Loading branch information
bdwenxi committed Aug 2, 2018
1 parent 848f835 commit c7632f5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file 请求api接口文件
* @author zhangwenxi(zhangwenxi@baidu.com)
* @author simmons8616(simmons0616@gmail.com)
*/

import * as request from 'superagent';
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file 微信鉴权常量文件
* @author zhangwenxi(zhangwenxi@baidu.com)
* @author simmons8616(simmons0616@gmail.com)
*/

import {IWeAccessMidOption} from '../../types/core';
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file 微信鉴权中间件
* @author zhangwenxi(zhangwenxi@baidu.com)
* @author simmons8616(simmons0616@gmail.com)
*/

import {EventEmitter} from 'events';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/wechat.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file 微信鉴权服务模块
* @author zhangwenxi(zhangwenxi@baidu.com)
* @author simmons8616(simmons0616@gmail.com)
*/

// 引入第三方模块
Expand Down
2 changes: 1 addition & 1 deletion src/util/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file 微信鉴权工具类文件
* @author zhangwenxi(zhangwenxi@baidu.com)
* @author simmons8616(simmons0616@gmail.com)
*/

// 引入NodeJs基础模块
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file 测试入口文件
* @author zhangwenxi(zhangwenxi@baidu.com)
* @author simmons8616(simmons0616@gmail.com)
*/

const path = require('path');
Expand Down

0 comments on commit c7632f5

Please sign in to comment.