企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 邀请码列表 ~~~[api] get:/api/Distribution/invitationCodeList *string:token=100069&950b09e3299fe283065b2d1255516e53#登录密钥 int:page=1#页码 <<< success { "code": 1, "msg": "获取成功", "count": 30, "currentPage": 1, "lastPage": 15, "data": [ { "id": 30, "code": "6F21607333", "status": "0", "create_time": "2019-04-20 17:33:50" }, { "id": 29, "code": "9ADB20E7A3", "status": "0", "create_time": "2019-04-20 17:33:50" } ] } ~~~ ### 返回字段说明 | 字段 | 说明 | | --- | --- | | price_sum | 累积奖励总金额 | | count | 总条数 | | currentPage | 当前页(页码) | | lastPage | 最后页(总页数) | | code | 邀请码 | | id | 邀请码ID | | status | 邀请码状态:0=未使用,1=已使用,2=已过期 | | create_time | 发放时间 |