|
@@ -24,13 +24,8 @@ class httpRequestApi {
|
|
|
static addPlayLogList(data) {
|
|
|
const url = httpApiUrl('wx/playLog');
|
|
|
return getInstance().header({
|
|
|
-<<<<<<< HEAD
|
|
|
uid: wx.getStorageSync('uid'),
|
|
|
}).url(url).data(data).method('POST').send();
|
|
|
-=======
|
|
|
- uid: 1,
|
|
|
- }).url(url).data(data).send();
|
|
|
->>>>>>> de0842070ba25769271f1a42d9839ec4b9d31b54
|
|
|
}
|
|
|
//收藏或者取消
|
|
|
static getDetailsFavorites(data) {
|