cf998da8 by 张猛

ztx个人审核

1 parent d598ebdd
...@@ -1932,3 +1932,12 @@ export function GroupGetLogs(id) { ...@@ -1932,3 +1932,12 @@ export function GroupGetLogs(id) {
1932 }) 1932 })
1933 } 1933 }
1934 1934
1935
1936 // 新个人会员审批
1937 export function auditList(params) {
1938 return request({
1939 url: '/person/paymentRangeNew/list',
1940 method: 'get',
1941 params: params
1942 })
1943 }
......
1 // dev 1 // dev
2 // const baseUrl_api = 'http://192.168.1.137:8787' 2 const baseUrl_api = 'http://192.168.1.137:8787'
3 const baseUrl_api = 'http://tk001.wxjylt.com/stage-api' 3 // const baseUrl_api = 'http://tk001.wxjylt.com/stage-api'
4 const loginImage_api = 'http://tk001.wxjylt.com/stage-api' 4 const loginImage_api = 'http://tk001.wxjylt.com/stage-api'
5 const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do' 5 const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
6 6
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!