团体审核
Showing
5 changed files
with
40 additions
and
2 deletions
| ... | @@ -500,6 +500,15 @@ export function getGroupList(params) { | ... | @@ -500,6 +500,15 @@ export function getGroupList(params) { |
| 500 | }) | 500 | }) |
| 501 | } | 501 | } |
| 502 | 502 | ||
| 503 | // 会员审核列表 | ||
| 504 | export function listNewAPI(params) { | ||
| 505 | return request({ | ||
| 506 | url: `/system/certifiedNew/list`, | ||
| 507 | method: 'get', | ||
| 508 | params | ||
| 509 | }) | ||
| 510 | } | ||
| 511 | |||
| 503 | // 查询 | 512 | // 查询 |
| 504 | export function pickUp(data) { | 513 | export function pickUp(data) { |
| 505 | return request({ | 514 | return request({ |
| ... | @@ -733,6 +742,22 @@ export function groupAudit(data) { | ... | @@ -733,6 +742,22 @@ export function groupAudit(data) { |
| 733 | }) | 742 | }) |
| 734 | } | 743 | } |
| 735 | 744 | ||
| 745 | export function ztxAudit(params) { | ||
| 746 | return request({ | ||
| 747 | url: `/system/certifiedNew/audit/${params.ids}?flag=${params.flag}&reason=${params.reason}`, | ||
| 748 | method: 'post', | ||
| 749 | params | ||
| 750 | }) | ||
| 751 | } | ||
| 752 | |||
| 753 | export function shenAudit(params) { | ||
| 754 | return request({ | ||
| 755 | url: `/system/certifiedNew/shenAudit/${params.ids}?flag=${params.flag}&reason=${params.reason}`, | ||
| 756 | method: 'post', | ||
| 757 | params | ||
| 758 | }) | ||
| 759 | } | ||
| 760 | |||
| 736 | export function groupMergeApi(data) { | 761 | export function groupMergeApi(data) { |
| 737 | return request({ | 762 | return request({ |
| 738 | url: `/member/certified/merge`, | 763 | url: `/member/certified/merge`, |
| ... | @@ -1894,3 +1919,16 @@ export function getExamInfo(examId) { | ... | @@ -1894,3 +1919,16 @@ export function getExamInfo(examId) { |
| 1894 | }) | 1919 | }) |
| 1895 | } | 1920 | } |
| 1896 | 1921 | ||
| 1922 | |||
| 1923 | /** | ||
| 1924 | * 团体考试记录 | ||
| 1925 | * @param id | ||
| 1926 | * @returns {*} | ||
| 1927 | */ | ||
| 1928 | export function GroupGetLogs(id) { | ||
| 1929 | return request({ | ||
| 1930 | url: `/system/certifiedNew/getLogs/${id}`, | ||
| 1931 | method: 'get' | ||
| 1932 | }) | ||
| 1933 | } | ||
| 1934 | ... | ... |
| 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 is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment