文档
测试

团队买入金额和卖出金额

GET
port/member/teamdate

请求参数

参数名
类型
描述
必填
token
string
必填

说明 / 示例

{ "code": 1, "msg": "团队入金金额和团队卖出金额", "url": "", "data": { "teamBuyCount ": "0.00", // 团队入金金额 "teamSellCount": "0.00" // 团队卖出金额 } }