Commit e138ef6c authored by 罗超's avatar 罗超

1

parent ff3d5472
...@@ -6,7 +6,8 @@ import request from '../../utils/request' ...@@ -6,7 +6,8 @@ import request from '../../utils/request'
*/ */
export function GetCustomerPage(data) { export function GetCustomerPage(data) {
return request({ return request({
url: '/B2BCustomer/GetCustomerPage', // url: '/B2BCustomer/GetCustomerPage',
url: '/B2BCustomer/GetCustomerPageList_V2',
method: 'post', method: 'post',
data data
}) })
...@@ -183,5 +184,15 @@ export function saveExchangeKudo(data) { ...@@ -183,5 +184,15 @@ export function saveExchangeKudo(data) {
data data
}) })
} }
/**
* 获取同业操作日志
*
*/
export function getLogList(data) {
return request({
url: '/user/GetUserChangeLogPageList',
method: 'post',
data
})
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment