ztx个人审核
Showing
5 changed files
with
11 additions
and
2 deletions
| ... | @@ -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.
pages/index/image.js
0 → 100644
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment