mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
完善方法(userCoinList) - 增加备注。
This commit is contained in:
@@ -50,7 +50,7 @@ const userDynamicList = function(data) {
|
|||||||
/**
|
/**
|
||||||
* 获取用户最近 days 天的U币记录
|
* 获取用户最近 days 天的U币记录
|
||||||
* @param {String} aid 用户的id
|
* @param {String} aid 用户的id
|
||||||
* @param {Integer} days 整数,最近几天的记录
|
* @param {Integer} days 整数,最近几天的记录,默认为7天
|
||||||
*/
|
*/
|
||||||
const userCoinList = function(aid,days) {
|
const userCoinList = function(aid,days) {
|
||||||
return ajax.get(baseURL,'/xboe/m/stat/usercoinrecord/list?aid='+aid+'&days='+days);
|
return ajax.get(baseURL,'/xboe/m/stat/usercoinrecord/list?aid='+aid+'&days='+days);
|
||||||
|
|||||||
Reference in New Issue
Block a user