完善方法(userCoinList)备注。

This commit is contained in:
weinan2087
2022-09-23 13:52:40 +08:00
parent b77d270659
commit f19d761f39

View File

@@ -48,9 +48,9 @@ const userDynamicList = function(data) {
}
/**
* 获取用户最近 days 天的U币记录
* 获取用户最近 x 天的U币记录
* @param {String} aid 用户的id
* @param {Integer} days 整数,最近几天的记录默认为7天
* @param {Integer} days x天的记录默认为7天
*/
const userCoinList = function(aid,days) {
return ajax.get(baseURL,'/xboe/m/stat/usercoinrecord/list?aid='+aid+'&days='+days);