转账规则
POST
http://{{address}}/api/hjd/tfRule/index
请求参数
参数名
类型
描述
必填
token
string
示例:{{token}}
必填
tf_type
int
转币类型,1对外转账,2对内兑换。示例:1
可选
响应参数
参数名
类型
描述
必填
status
int
示例:1
必填
msg
string
示例:操作成功
必填
id
int
规则id.提交时要传。示例:1
必填
created_at
string
示例:2022-01-11 14:04:38
必填
updated_at
string
示例:2022-01-11 14:16:03
必填
from_currency_slug
string
示例:bonus
必填
to_currency_slug
string
示例:bonus
必填
tf_type
int
示例:1
必填
tf_min
string
最小转币金额。示例:100
必填
tf_max
string
最大转币金额。示例:9000
必填
tf_mul
string
转币整数倍。示例:100
必填
tf_fee
string
转币手续费。示例:0
必填
tf_text
string
转币说明。示例:确认好再转账
必填
status
int
示例:1
必填
tf_type_text
string
转币类型。示例:对外转账-转账
必填