完善单元测试

This commit is contained in:
click33
2022-02-09 20:30:19 +08:00
parent 6048fe3e90
commit 68521356ae
17 changed files with 662 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ public class SaTokenDaoDefaultImpl implements SaTokenDao {
if(getKeyTimeout(key) == SaTokenDao.NOT_VALUE_EXPIRE) {
return;
}
// 无动作
dataMap.put(key, object);
}
@Override

View File

@@ -10,6 +10,7 @@ import java.util.Map;
* code=状态码 <br>
* msg=描述信息 <br>
* data=携带对象 <br>
*
* @author kong
*
*/