mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
完善方法(exportUserCoinRecord) - 修改请求方式。
This commit is contained in:
@@ -110,7 +110,7 @@ const dynamicHide = function(id) {
|
||||
* @param {String} aid 用户aid
|
||||
*/
|
||||
const exportUserCoinRecord = function(aid) {
|
||||
return ajax.post(baseURL,'/xboe/m/stat/usercoinrecord/export?aid='+aid);
|
||||
return ajax.get(baseURL,'/xboe/m/stat/usercoinrecord/export?aid='+aid);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user