mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-22 22:49:19 +08:00
处理微信登录问题
This commit is contained in:
@@ -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", ""));
|
||||
|
||||
Reference in New Issue
Block a user