评论数据渲染
This commit is contained in:
@ -14,8 +14,11 @@ class ReplyHttp {
|
||||
'type': type,
|
||||
'sort': 1,
|
||||
});
|
||||
print(res);
|
||||
if (res.data['code'] == 0) {
|
||||
return {
|
||||
'status': true,
|
||||
'data': res.data['data'],
|
||||
};
|
||||
} else {
|
||||
Map errMap = {
|
||||
-400: '请求错误',
|
||||
|
Reference in New Issue
Block a user