wangzhenhui1991 / Notes

3 stars 0 forks source link

周报:2017.07.31-08.04 #48

Closed wangzhenhui1991 closed 7 years ago

wangzhenhui1991 commented 7 years ago

1. AuthServer

1.1 AuthServer优化

主要优化了AuthServer-使Token 与 UserId唯一绑定,UserId在token有效期内只获取唯一确定的Token 仅当Token失效(Token过期,Token被消耗)时,重新生成Token。

1.2 并行测试

在mock-merchants中利用创建线程池模拟用户并行获取Token操作,对AuthServer的Token优化进行测试。

2. 钱包

2.1 钱包bug修复

针对测试使用postman对接口的测试提出的bug,修复并完善。主要以下几类