修复开放平台编辑参数不一致bug
This commit is contained in:
parent
f48116e8d1
commit
570198d9bc
|
|
@ -43,7 +43,7 @@ public class ChannelOpServiceImpl implements IChannelOpService {
|
||||||
@Override
|
@Override
|
||||||
public void save(ChannelOpValidate opValidate) {
|
public void save(ChannelOpValidate opValidate) {
|
||||||
ConfigUtils.set("op_channel", "appId", opValidate.getAppId());
|
ConfigUtils.set("op_channel", "appId", opValidate.getAppId());
|
||||||
ConfigUtils.set("op_channel", "appSecret", opValidate.getAppId());
|
ConfigUtils.set("op_channel", "appSecret", opValidate.getAppSecret());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue