Merge branch 'feature/GFRS-1623【待确定】隐私政策' into release/0807

This commit is contained in:
heweijie
2020-08-07 18:24:09 +08:00
3 changed files with 69 additions and 0 deletions

View File

@@ -46,3 +46,13 @@ export function getAgentIncome(data) {
data
})
}
//获取隐私政策
export function queryPrivacy(data) {
return request({
// url: getUrl('/agent/income/info', 0),
url: getUrl('/customer/privacy/query', 1),
method: 'post',
data
})
}