隐私协议
This commit is contained in:
@@ -68,4 +68,14 @@ public class SysAgreementController {
|
||||
sysAgreementService.updateById(agre);
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取隐私协议
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping("/getPrivacyDetail")
|
||||
public R getPrivacyDetail(){
|
||||
SysAgreementEntity privacyDetail = sysAgreementService.getPrivacyDetail();
|
||||
return R.ok().put("privacy",privacyDetail);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user