完善方法(exportUserCoinRecord) - 修改请求方式。

This commit is contained in:
weinan2087
2022-09-23 14:02:23 +08:00
parent f19d761f39
commit 14a5ec636e

View File

@@ -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);
}