转账规则
POST
http://{{address}}/api/hjd/tf/tfRule
请求参数
参数名
类型
描述
必填
token
string
示例:{{token}}
必填
tf_type
int
可选参数。1对内转账。2对外转账。示例:2
可选
响应参数
参数名
类型
描述
必填
status
int
示例:1
必填
msg
string
示例:操作成功
必填
id
int
规则id,提交时要传。1
必填
from_currency_id
int
转出币种id。示例:3
必填
to_currency_id
int
转入币种Id。示例:3
必填
tf_min
string
最小转账金额。示例:100
必填
tf_max
string
最大转账金额。示例:2000
必填
tf_mul
string
转账整数倍。示例:100
必填
tf_fee
string
转账手续费。示例:0
必填
tf_type
int
转账类型。示例:2
必填
tf_type_text
string
转账类型名称。示例:对外转账
必填
id
int
示例:3
必填
title
string
币种名称。示例:积分钱包
必填
balance
string
币种余额。示例:505.00
必填