mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-07 23:57:20 +08:00
修复开放平台编辑参数不一致bug
This commit is contained in:
@@ -43,7 +43,7 @@ public class ChannelOpServiceImpl implements IChannelOpService {
|
||||
@Override
|
||||
public void save(ChannelOpValidate opValidate) {
|
||||
ConfigUtils.set("op_channel", "appId", opValidate.getAppId());
|
||||
ConfigUtils.set("op_channel", "appSecret", opValidate.getAppId());
|
||||
ConfigUtils.set("op_channel", "appSecret", opValidate.getAppSecret());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user