简要描述:

请求action:

finance.balance.conver

正确时返回:

  {
    "result": 1,
    "msg": "成功提示",
    "data": {
        "credit2": "5422.00"
        "rate":20;
	}
  }

错误时返回:

  {
    "result": 0,
    "msg":"错误提示",
    "data":{}
  }

返回参数:

参数名 类型 说明
credit2 DECIMAL(14,2) 会员当前余额值
rate sting 比例