文档
测试

祷告背景音乐GET

GET
/api/bgms/

请求参数

参数名
类型
描述
必填
ab_test
string
测试分组,目前分为A,B两组,A旧组,B新组
必填

说明 / 示例

成功返回: { "data":[ { "_id":1, "url":"https://d2djg7l7ujm6nx.cloudfront.net/bgm-1.mp3", "createdAt":"2020-07-07T10:00:00.000Z", "updatedAt":"2020-07-07T10:00:00.000Z" }, { "_id":2, "url":"https://d2djg7l7ujm6nx.cloudfront.net/bgm-2.mp3", "createdAt":"2020-07-07T10:00:00.000Z", "updatedAt":"2020-07-07T10:00:00.000Z" }, { "_id":3, "url":"https://d2djg7l7ujm6nx.cloudfront.net/bgm-3.mp3", "createdAt":"2020-07-07T10:00:00.000Z", "updatedAt":"2020-07-07T10:00:00.000Z" }, { "_id":4, "url":"https://d2djg7l7ujm6nx.cloudfront.net/bgm-4.mp3", "createdAt":"2020-07-07T10:00:00.000Z", "updatedAt":"2020-07-07T10:00:00.000Z" }, { "_id":5, "url":"https://d2djg7l7ujm6nx.cloudfront.net/bgm-5.mp3", "createdAt":"2020-07-07T10:00:00.000Z", "updatedAt":"2020-07-07T10:00:00.000Z" } ], "status":200 }