|
@@ -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();
|
|
|
}
|
|
|
|
|
|
static getPhotoBoxInfoById(data) {
|