|
@@ -111,11 +111,11 @@ class httpRequestApi {
|
|
|
}).method('PUT').send();
|
|
|
}
|
|
|
//萌娃相册列表
|
|
|
- static getPhotoBoxList() {
|
|
|
+ static getPhotoBoxList(data) {
|
|
|
const url = httpApiUrl('wx/photoBox/cuteBaby/list');
|
|
|
return getInstance().header({
|
|
|
uid: wx.getStorageSync('uid'),
|
|
|
- }).url(url).send();
|
|
|
+ }).url(url).data(data).send();
|
|
|
}
|
|
|
//根据用户id获取用户相册信息
|
|
|
static getPhotoBoxInfoById(data) {
|