请求方式 POST 请求路径 api/MyMini/SubmitApplyRecommend

申请提现

URI 参数说明

None.

Json字符串 参数说明:Body Data

ShopRecommendApplyModel
字段说明类型备注说明
Id

integer

None.

SupplierId

联营商Id id>0说明是提取的联营商的佣金

integer

None.

CustomerId

用户id

integer

None.

ApplyRecommendMoney

申请提现金额

decimal number

None.

AccountName

开户人姓名

string

None.

BankName

开户银行

string

None.

BankCardNo

银行卡号

string

None.

Status

状态 0-申请中/提现中 1-已付款

integer

None.

TransactionNumber

交易流水号

string

None.

Payeer

付款人

string

None.

PayTime

付款时间

date

None.

PaidMoney

付款金额

decimal number

None.

AddTime

date

None.

UpdateTime

date

None.

UpdateUser

string

None.

请求格式:application/json, text/json

application/json

Sample:
{
  "Id": 1,
  "SupplierId": 2,
  "CustomerId": 3,
  "ApplyRecommendMoney": 4.0,
  "AccountName": "sample string 5",
  "BankName": "sample string 6",
  "BankCardNo": "sample string 7",
  "Status": 8,
  "TransactionNumber": "sample string 9",
  "Payeer": "sample string 10",
  "PayTime": "2025-05-18 04:13:29",
  "PaidMoney": 12.0,
  "AddTime": "2025-05-18 04:13:29",
  "UpdateTime": "2025-05-18 04:13:29",
  "UpdateUser": "sample string 15"
}

得到响应信息说明

申请提现

ResponseResult
字段说明类型备注说明
ResponseMsg

返回结果内容描述

string

None.

ResponseCode

状态码 0(成功) >0(业务错误) <0(系统错误) -1: 系统错误 100: 字符为空报错 101: 字符类型错误 102: 图片上传失败200: 操作失败300: 缓存验证超时错误 301: 缓存验证码错误 302: token 错误系统不存在,非法操作 303: token 验证超时500: 参数错误 501: 数据为空 502: 存在重复数据 503: 业务验证失败

integer

None.

Data

返回的结果集

Object

None.

响应格式

application/json, text/json

Sample:
{
  "ResponseMsg": "sample string 1",
  "ResponseCode": 2,
  "Data": {}
}