|
@@ -28,7 +28,8 @@ func NewGetSubScribeInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *
|
|
|
// 订阅设置获取
|
|
|
func (l *GetSubScribeInfoLogic) GetSubScribeInfo(in *bxsubscribe.UserReq) (*bxsubscribe.UserResq, error) {
|
|
|
// todo: add your logic here and delete this line
|
|
|
- data := model.NewSubscribePush(in.Types).GetSubScribeInfo(in)
|
|
|
+ //data := model.NewSubscribePush(in.Types).GetSubScribeInfo(in)
|
|
|
+ data := &map[string]interface{}{}
|
|
|
items, ok := (*data)["items"].([]map[string]interface{})
|
|
|
if !ok {
|
|
|
inter_items, _ := (*data)["items"].([]interface{})
|