🎨 #1659 Json解析统一优化

* 解决动态添加第一个公众号时由于configStorageMap为null报空指针异常

* Json解析统一优化

Co-authored-by: niefy <niefy@qq.com>
This commit is contained in:
niefy
2020-07-06 17:01:37 +08:00
committed by GitHub
parent 8121a521d3
commit 0adca9650d
114 changed files with 229 additions and 337 deletions

View File

@ -2,8 +2,6 @@ package me.chanjar.weixin.open.api.impl;
import org.testng.annotations.Test;
import static org.testng.Assert.*;
/**
* 单元测试类.
*