处理微信登录问题

This commit is contained in:
TinyAnts
2022-09-07 20:36:50 +08:00
parent 47aad30c42
commit caed4541f4
5 changed files with 53 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ public class ChannelMpServiceImpl implements IChannelMpService {
@Override
public Map<String, Object> detail() {
Map<String, String> config = ConfigUtil.get("mp_channel");
System.out.println(config);
Map<String, Object> map = new LinkedHashMap<>();
map.put("name", config.getOrDefault("name", ""));
map.put("primaryId", config.getOrDefault("primaryId", ""));