文档
测试

批量提现审核

POST
/api/cashOut/batchOperation

接口描述

批量提现申请审核

请求头

参数名
类型
描述
必填
Content-Type
String
application/json
必填
token
string
必填

请求参数

参数名
类型
描述
必填
cashOut_ids
array
提现申请id
必填
operation
string
审批结果。pass:通过;refuse:拒绝
必填
reason
string
拒绝原因
可选
o_type
string
转账方式。1:手工转账;2:自动转账
可选

请求示例

``` { "cashOut_id": "", "user_type": "", "operation": "", "reason": "", "o_type": "", "zz_url": "" } ```

响应参数

参数名
类型
描述
必填
flag
int
返回状态 示例:0
必填
msg
string
返回消息 示例:success
必填
val
string
success
必填

返回示例

``` { "flag": 0, "msg": "success", "val": { "pageNo": 0, "pageSize": 0, "size": "1", "vals": [ { "activity_begin_date": "0000-00-00 00:00:00", "activity_end_date": "0000-00-00 00:00:00", "audit_state": "0", "c_date": "2021-11-02 18:05:40", "discount_price": "0.00", "hirer_id": "42", "id": "0101e57ae8867fa7787f8e85d1a286c9", "max_buy_amount": "0", "name": "测试活动", "original_price": "0.00", "put_shelf_state": "0", "rule": "", "tip": "", "title_page_url": "", "total_amount": "0", "use_end_date": "0000-00-00 00:00:00", "use_start_date": "0000-00-00 00:00:00" } ] } } ```