|
|
@@ -55,7 +55,7 @@ public class H5ScrmController
|
|
|
{
|
|
|
String json=configService.selectConfigByKey("his.agreementConfig");
|
|
|
AgreementConfig config= JSONUtil.toBean(json, AgreementConfig.class);
|
|
|
- return R.ok().put("data", config.getUserRegister());
|
|
|
+ return R.ok().put("data", config.getUserPrivacy());
|
|
|
}
|
|
|
|
|
|
@GetMapping("/privacyPolicyNew")
|