安卓逆向之 某麦-演唱会系列(最新版本)

前言

最近发现一款好用的开源安卓自动化框架,发现他竟然内部自带frida,今天用他来搞一下大麦。

环境

firerpa: github最新版本 https://github.com/firerpa/lamda

app: 大麦最新版本 大麦下载2025安卓最新版_手机app官方版免费安装下载_豌豆荚

设备: 雷电模拟器9(windows)

firerpa.lamda配置

服务端配置
  1. 根据官方文档来进行配置,首先下载最新版本的 lamda.apk安装到模拟器中
  2. 装后打开 APP 并授权 root 权限,等待自动安装完成后,打开 自启动开关,重启设备即可。
  3. 这里有个坑,重启后打开app需要输入 su 的真实路径,输入很多次都没有效果,这时候直接在adb中用命令启动他 
    sh /data/server/bin/launch.sh
  4. 这时候访问模拟器设备 ip+65000(app中修改) 即可访问(设备需要开启桥接网络分配ip,或者通过adb forward 转发一下端口)

  5. 访问 http://192.168.10.12:65000/ 可看到下图所示的页面,那么代表服务端启动成功了

退出客户端 

kill -SIGUSR2 $(cat /data/usr/lamda.pid)

客户端配置
  1. 在我们的主机中安装客户端包 
    pip3 install -U lamda[full]

    如果报错请执行

    pip3 install -U 'lamda[full]'
  2. 执行一下脚本,正常的话会在手机端看到弹出的提示
    from lamda.client import *
    
    d = Device('192.168.10.12')
    
    d.show_toast("Hello lamda!")

逆向分析

抓包分析

以搜索接口为例先定位

多次搜索后对比包的加密值,发现需要逆向的值为 header 中的 x-sign,x-mini-wua,x-t(阿里系,老版本的咸鱼之类的还有x-sg,新版本的竟然没有了)

参数定位

老版本的阿里系加密参数中,加密参数都在mtopsdk.security.InnerSignImpl#getUnifiedSign这个方法中生成,但是我经过hook之后,发现这个方法的返回值竟然是null,这个卡了我一下午

后面我是用 frida-trace 追踪了InnerSignImpl这个类的所有方法

frida-trace -U -j "*InnerSignImpl!*" 大麦

复制我们header中的加密参数直接去日志里对比

可以看到 x-sign是在这里生成的

参数是hashmap,我们直接改写一下 trace中的js脚本,让他可以打印map参数

function objToString(map) {
        var Gson = Java.use('com.google.gson.Gson').$new();
        return Gson.toJsonTree(map).getAsJsonObject()
    }

可以看到已经可以看到正确的参数

x-mini-wua参数走的是getSecBodyDataEx方法,同上处理一样,不在详细描述

实战效果

我这里直接采用frida-rpc进行函数导出,脚本如下,入参呢其实我们通过frida-trace基本都可以分析道,也不再做过多的描述

rpc.exports = {
    sign: function (params) {
        var result = null;
        Java.perform(function () {
            var HashMap = Java.use("java.util.HashMap");
            var targetClass = "mtopsdk.security.InnerSignImpl";
            Java.choose(targetClass, {
                onMatch: function (instance) {
                    var hashMap = HashMap.$new();
                    Object.keys(params).forEach(item => {
                        hashMap.put(`${item}`, `${params[item]}`)
                    })
                    var sign = instance.getMtopApiSign(hashMap, '23781390', '');

                    var hashMap2 = HashMap.$new();
                    hashMap2.put("pageId", '')
                    hashMap2.put("pageName", '')
                    var wua = instance.getSecBodyDataEx(params['t'], '23781390', null, hashMap2, 8);
                    result = {
                        sign: sign,
                        wua: wua
                    }
                },
                onComplete: function () {
                    console.log("Search complete");
                }
            });
        });

        return result;
    }
};

请求示例:

{
  'api': 'mtop.damai.mec.aristotle.get',
  'data': {
    'data': {
      'spmab': 'a2o4t.search',
      'serverTime': '1745414817906',
      'searchRequestId': '236945b2-439a-46bd-9cd8-44b9ebbc4363',
      'pageName': 'search'
    },
    'level': '0',
    'more': 'false',
    'nodes': [
      {
        'data': {
          'nodeId': '5a2c938c-58f9-48a6-a0ef-8f4462186c29'
        },
        'level': '1',
        'more': 'false',
        'nodes': [
          {
            'data': {
              'componentId': 'dm_search_tour_item_node',
              'keywords': [
                {
                  'showIndicator': 'false',
                  'action': {
                    'trackInfo': {
                      'args': {}
                    }
                  }
                }
              ],
              'action': {
                'item': {
                  'trackInfo': {
                    'spmc': 'project'
                  }
                },
                'footer': {
                  'trackInfo': {
                    'spmd': 'more'
                  }
                }
              },
              'isFilterEmpty': 'false',
              'nodeId': '04c8d16f-7e56-4736-98f1-80f6a872d898',
              'tabScore': '0.797358'
            },
            'level': '2',
            'more': 'false',
            'nodes': [
              {
                'data': {
                  'bottomLeft': {
                    'tag': '热度最高',
                    'type': '302'
                  },
                  'schema': 'damai://V1/ProjectPage?id=904722682236',
                  'showTag': '刀郎',
                  'showTime': '2025.04.26-04.27',
                  'cardType': '4',
                  'topRight': {
                    'tag': '演唱会',
                    'type': '201'
                  },
                  'showStatus': {
                    'id': '0',
                    'desc': '去购票'
                  },
                  'totalCount': '2',
                  'highlightWord': [
                    '刀郎',
                    '刀郎'
                  ],
                  'venueName': '深圳大运中心体育馆',
                  'priceStr': '480-1280',
                  'priceLow': '480.0',
                  'ipid': '26313784768',
                  'cityName': '深圳',
                  'tagModel': {
                    'commonTags': [
                      {
                        'name': '条件退',
                        'id': '1'
                      }
                    ],
                    'marketPromotionTags': []
                  },
                  'name': '山歌响起的地方·刀郎2025巡回演唱会 深圳站',
                  'priceShowText': '480',
                  'verticalPic': 'https://img.alicdn.com/bao/uploaded/https://img.alicdn.com/imgextra/i4/2251059038/O1CN01WEUrsh2GdSghAq0cT_!!2251059038.jpg',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'item_id': '904722682236',
                          'total_count': '2'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/ProjectPage?id=904722682236'
                    }
                  },
                  'artistName': '刀郎',
                  'highlightWordColumn': [
                    'venueName',
                    'name',
                    'artistName',
                    'tourName'
                  ],
                  'id': '904722682236'
                },
                'level': '3',
                'more': 'false',
                'type': '7587'
              },
              {
                'data': {
                  'bottomLeft': {
                    'tag': '新上架',
                    'type': '306'
                  },
                  'schema': 'damai://V1/ProjectPage?id=910519695102',
                  'showTag': '刀郎',
                  'showTime': '2025.05.10-05.11',
                  'cardType': '4',
                  'topRight': {
                    'tag': '演唱会',
                    'type': '201'
                  },
                  'showStatus': {
                    'id': '0',
                    'desc': '去购票'
                  },
                  'totalCount': '2',
                  'highlightWord': [
                    '刀郎',
                    '刀郎'
                  ],
                  'venueName': '海口市五源河体育中心体育馆',
                  'priceStr': '480-1280',
                  'priceLow': '480.0',
                  'ipid': '26313784768',
                  'cityName': '海口',
                  'tagModel': {
                    'commonTags': [
                      {
                        'name': '条件退',
                        'id': '1'
                      }
                    ],
                    'marketPromotionTags': []
                  },
                  'name': '山歌响起的地方·刀郎2025巡回演唱会 海口站',
                  'priceShowText': '480',
                  'verticalPic': 'https://img.alicdn.com/bao/uploaded/https://img.alicdn.com/imgextra/i3/2251059038/O1CN01Q7E1yj2GdSgv2c8kI_!!2251059038.jpg',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'item_id': '910519695102',
                          'total_count': '2'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/ProjectPage?id=910519695102'
                    }
                  },
                  'artistName': '刀郎',
                  'highlightWordColumn': [
                    'venueName',
                    'name',
                    'artistName',
                    'tourName'
                  ],
                  'id': '910519695102'
                },
                'level': '3',
                'more': 'false',
                'type': '7587'
              }
            ],
            'style': {},
            'type': '7594'
          }
        ]
      },
      {
        'data': {
          'nodeId': '3109add2-822b-479c-b5a7-3858ee97e3d8'
        },
        'level': '1',
        'more': 'false',
        'nodes': [
          {
            'data': {
              'total': '1',
              'componentId': 'dm_app_search_show',
              'keywords': [
                {
                  'showIndicator': 'false',
                  'action': {
                    'trackInfo': {
                      'args': {}
                    }
                  }
                }
              ],
              'action': {
                'item': {
                  'trackInfo': {
                    'spmc': 'film'
                  }
                },
                'footer': {
                  'trackInfo': {
                    'spmd': 'more'
                  }
                }
              },
              'isFilterEmpty': 'true',
              'nodeId': 'bce1a71a-8359-4aea-afdf-63849b503494',
              'tabScore': '0.003663'
            },
            'level': '2',
            'more': 'false',
            'nodes': [
              {
                'data': {
                  'country': '中国大陆',
                  'showName': '刀郎舞',
                  'userShowStatus': '0',
                  'specCardStyle': 'false',
                  'searchType': '0',
                  'openDay': '2015-08-01 00:00:00',
                  'director': '爱沙江·吐尔逊',
                  'hasLottery': '0',
                  'showLottery': '0',
                  'remark': '0.0',
                  'scoreAndFavor': {
                    'score': {
                      'scoreType': '1',
                      'scoreName': '暂无评分'
                    },
                    'favorCountDesc': '235 人想看',
                    'favorCount': '235'
                  },
                  'button': {
                    'specCardStyle': 'false',
                    'id': '1337060'
                  },
                  'isWant': 'false',
                  'leadingRole': '帕提古丽·热合曼,吾斯曼·斯迪克',
                  'post': {
                    'specCardStyle': 'false',
                    'id': '1337060'
                  },
                  'hideOpenTime': 'false',
                  'report': {
                    'spm': 'spm',
                    'trackInfo': '{"group_num":1}',
                    'scm': 'scm'
                  },
                  'action': {
                    'button': {
                      'trackInfo': {
                        'args': {
                          'show_id': '1337060'
                        },
                        'spmd': 'buy_'
                      }
                    },
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'show_id': '1337060'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'tbmovie://taobao.com/nowplayingdetail?showid=1337060'
                    },
                    'want': {
                      'trackInfo': {
                        'args': {
                          'show_id': '1337060'
                        },
                        'spmd': 'want_'
                      }
                    },
                    'poster': {
                      'trackInfo': {
                        'args': {
                          'show_id': '1337060'
                        },
                        'spmd': 'video_'
                      }
                    }
                  },
                  'id': '1337060',
                  'openTime': '2015-08-01',
                  'keyword': '刀郎舞',
                  'poster': 'i2/TB1KFYtG7P2gK0jSZPxXXacQpXa_.jpg'
                },
                'level': '3',
                'more': 'false',
                'type': '5090'
              }
            ],
            'style': {},
            'type': '5090'
          }
        ]
      },
      {
        'data': {
          'nodeId': '732a8c0e-036c-4f28-b4b3-62c8cc7afb01'
        },
        'level': '1',
        'more': 'false',
        'nodes': [
          {
            'data': {
              'componentId': 'dm_search_artist_node',
              'keywords': [
                {
                  'showIndicator': 'false',
                  'action': {
                    'trackInfo': {
                      'args': {}
                    }
                  }
                }
              ],
              'action': {
                'item': {
                  'trackInfo': {
                    'spmc': 'artist'
                  }
                },
                'footer': {
                  'trackInfo': {
                    'spmd': 'more'
                  }
                }
              },
              'isFilterEmpty': 'false',
              'nodeId': '4befcafb-adb4-4f21-8446-8a460a2fcd9c',
              'tabScore': '0.514353'
            },
            'level': '2',
            'more': 'false',
            'nodes': [
              {
                'data': {
                  'artistTourCities': [
                    {
                      'itemId': '904722682236',
                      'address': '深圳大运中心体育馆',
                      'cityName': '深圳',
                      'showTime': '04.26-04.27',
                      'wantSeeStatus': '0',
                      'actionUrl': 'damai://V1/ProjectPage?id=904722682236',
                      'associatedCityId': '440300',
                      'tagHigh': 'false',
                      'cityId': '906',
                      'tag': '缺货登记',
                      'status': '1'
                    },
                    {
                      'itemId': '910519695102',
                      'address': '海口市五源河体育中心体育馆',
                      'cityName': '海口',
                      'showTime': '05.10-05.11',
                      'wantSeeStatus': '0',
                      'actionUrl': 'damai://V1/ProjectPage?id=910519695102',
                      'associatedCityId': '460100',
                      'tagHigh': 'true',
                      'cityId': '1185',
                      'tag': '预约抢票',
                      'status': '1'
                    },
                    {
                      'address': '场馆待定',
                      'cityName': '南宁',
                      'wantSeeStatus': '0',
                      'associatedCityId': '450100',
                      'tagHigh': 'false',
                      'cityId': '2024',
                      'tag': '筹备中',
                      'cmsStartTime': '2025-03-17 00:00:00',
                      'status': '0'
                    }
                  ],
                  'artistId': '98',
                  'fansCount': '537.0万',
                  'performanceCount': '2',
                  'headPic': 'https://intercms.damai.cn/artist/pic/1724577160101/1724577160101-main.jpg',
                  'artistIpId': '26313784768',
                  'name': '刀郎',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'baccount_id': '98'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/UserprofilePage?userType=2&userId=98'
                    },
                    'rule': {
                      'actionType': '2',
                      'trackInfo': {
                        'args': {
                          'biz_id': '98'
                        },
                        'spmd': 'ruletips'
                      },
                      'actionUrl': 'https://t.damai.cn/yep/page/m/yyy_sm'
                    },
                    'artistTourCities_2': {
                      'trackInfo': {
                        'spmd': 'wishcity_2'
                      }
                    },
                    'artistTourCities_1': {
                      'trackInfo': {
                        'spmd': 'wishcity_1'
                      }
                    },
                    'artistTourCities_0': {
                      'trackInfo': {
                        'spmd': 'wishcity_0'
                      }
                    },
                    'tourAddMoreCity': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'biz_id': '98'
                        },
                        'spmd': 'otherwishcity'
                      },
                      'actionUrl': 'damai://V1/UserprofilePage?cityDialog=1&userType=2&userId=98&show_city_layer=true'
                    }
                  },
                  'subType': '歌手',
                  'id': '98',
                  'backgroundPic': 'https://intercms.damai.cn/artist/bgpic/1534413420905/1534413420905.jpg',
                  'status': '3'
                },
                'level': '3',
                'more': 'false',
                'type': '7594'
              }
            ],
            'style': {},
            'type': '7593'
          }
        ]
      },
      {
        'data': {
          'nodeId': '2a152dd1-e84c-4c91-9f26-5c2ed038a384'
        },
        'level': '1',
        'more': 'false',
        'nodes': [
          {
            'data': {
              'componentId': 'dm_search_scenic_spot',
              'keywords': [
                {
                  'showIndicator': 'false',
                  'action': {
                    'trackInfo': {
                      'args': {}
                    }
                  }
                }
              ],
              'action': {
                'item': {
                  'trackInfo': {
                    'spmc': 'tourist'
                  }
                },
                'footer': {
                  'trackInfo': {
                    'spmd': 'more'
                  }
                }
              },
              'isFilterEmpty': 'true',
              'nodeId': '2a0d981b-02b6-4104-b199-ac9846097d95',
              'tabScore': '0.000645'
            },
            'level': '2',
            'more': 'true',
            'nodes': [
              {
                'data': {
                  'priceLow': '45',
                  'address': '阿克苏市阿瓦提县玉满甸口',
                  'promotionTag2': '条件退',
                  'promotionTag1': '',
                  'name': '刀郎部落',
                  'verticalPic': 'http://mx-venue.oss-cn-beijing.aliyuncs.com/b2yun-10795111_JPG.jpeg',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'view_id': '6979021'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/ScenicDetailPage?venueId=6979021'
                    }
                  },
                  'id': '6979021',
                  'ticketTag': '门票',
                  'type': '景点',
                  'highlightWord': [
                    '刀郎'
                  ]
                },
                'level': '3',
                'more': 'false',
                'type': '7883'
              }
            ],
            'style': {},
            'type': '7881'
          }
        ]
      },
      {
        'data': {
          'nodeId': '30c306e1-cff6-4f82-8084-0607c0cff392'
        },
        'level': '1',
        'more': 'false',
        'nodes': [
          {
            'data': {
              'componentId': 'dm_search_information_node',
              'action': {
                'item': {
                  'trackInfo': {
                    'spmc': 'content'
                  }
                }
              },
              'isFilterEmpty': 'true',
              'nodeId': '5750c103-2309-4981-8357-92028d37b12f'
            },
            'level': '2',
            'more': 'true',
            'nodes': [
              {
                'data': {
                  'publishUser': {
                    'publisherId': '3742951325',
                    'headImg': 'https://perico.damai.cn/userheadphotosnew/244397/48879581_1743407421589.jpg',
                    'nickname': '唔系古天热'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/7152d715b1924475a7ef26824035f406.jpg',
                    'videoTime': '83285',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/257a1a16fdd34ff0bdfef0b37d095c23.jpeg',
                  'title': '⛰️山歌无敌!刀郎永远的神',
                  'type': '1',
                  'content': '❗演出名:山歌响起的地方\n❗演出人员:刀郎全新plus版本,声音这么多年都不带变一变的你说离谱不离谱😰\n❗观演条件:被大麦眷顾,一整个丝滑八秒付款的内场玩家\n❗注意事项:张嘴就能跟唱,从小听到大,一点都不怕不会,社恐高低也能给你治好,2002年的第一场雪2025年还在下!\n\n刀郎再火真的不是现象级,而是必然,因为他真的太真诚了,整场下来很多次双手合十,向到场的观众致谢,用真诚的态度回馈观众的刀郎谁会不爱,山东的父老乡亲们真的对刀郎很用情,身边好多叔叔阿姨听到《驼铃》《怀念战友》都默默擦着眼泪,很难不被这种氛围感染。\n\n',
                  'top': 'false',
                  'referItemId': '876070383732',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '20225306'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=20225306'
                    }
                  },
                  'id': '20225306',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '2215437876490',
                    'headImg': 'https://perico.damai.cn/userheadphotosnew/1123867/224773470_1676876236314.jpg',
                    'nickname': '瞬间的美好0'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/03203259e3c8449e9102cedd7de5ee30.jpeg',
                    'videoTime': '158000',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/ceab243d14894f3385dce64b9dcbf92f.jpg',
                  'title': '我们的少年时代',
                  'type': '1',
                  'content': '刀郎演唱会,大家都哭了,哭的不是歌,哭的是生活的酸楚,无能为力。哭的是压抑已久的情绪。哭的是牛马半生伤痕累累,哭的是现如今的世道人心。摆又摆不烂,卷又卷不赢,躺又躺不平,这碗夹生饭我咽了又咽。想发个朋友圈诉苦,好像不太合适,想找个人倾诉一下压抑的心情,翻遍整个通讯录也没找到那么一个人。于是我又像往常一样,咽下所有的情绪,一个人静静崩溃,默默治愈。可怜这一身傲骨,却像个小丑,尝遍了酸甜苦辣啦,却还要像个没事人一样苟延残喘。没有七十二变,却要经八十一难[流泪] 刀朗哭了,我也哭了😭😭😭熟悉的世界在一点点消失。我们也开始慢慢变老了,刷着刷着就想哭了[流泪],我们这代人啊,点过煤油灯,看过黑白电视,看过连环画,骑过二八杠。拿着玉米杆当甘蔗吃,在村口偷过瓜,小河里摸过鱼虾,钻过麦田,逮过蚂蚱,这一切仿佛都在昨天却已经成为了遥远的回忆,小时候画在手腕上的表,从来也没有走过,却带走了我们美好的时光,小时候小卖铺的东西都想买,但是口袋里没钱,长大以后超市里的东西都能买 却不知道买什么能快乐,小时候哭着哭着就笑了,长大以后笑着笑着就哭了,致敬刀郎,致敬经典,致敬我们80后逝去的青春…………',
                  'top': 'false',
                  'referItemId': '876070383732',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19832018'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19832018'
                    }
                  },
                  'id': '19832018',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '2206216720998',
                    'headImg': 'https://perico.damai.cn/userheadphotos/713131/142626350.jpg',
                    'nickname': '麦子10WdQ'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/acd1553ef86a47c9bc9e67295820aa68.jpeg',
                    'videoTime': '208000',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/06cc7b5727814763a3d87332f4756b88.jpg',
                  'title': '刀郎观后感',
                  'type': '1',
                  'content': '2025年有幸去看了刀郎的北京演唱会,那真的是一场令人难以忘怀的音乐盛宴。当《2002年的第一场雪》的旋律响起,仿佛一下子回到了那个充满回忆的年代,全场观众跟着节奏哼唱,声音汇聚在一起,场面十分震撼。还有《西海情歌》,刀郎用他那独特的沧桑嗓音,将歌曲中凄美动人的爱情故事演绎得淋漓尽致,让我深深沉浸其中,不禁为故事中的主人公感到惋惜。\n\n而演唱红歌的环节更是将现场气氛推向了高潮。当《我的祖国》的旋律响起,刀郎换上白衬衫,与乐队成员全体肃立,用深情的歌声传递着对祖国的热爱。全场观众也都起立合唱,那一刻,我真切地感受到了音乐的力量,它能跨越年龄、身份的界限,将所有人的心紧紧连在一起,让大家共同为祖国的强大而自豪,为今天的幸福生活而感恩。\n\n舞台上没有华丽的特效和炫目的灯光秀,但刀郎的歌声就是最强大的磁场,吸引着每一个人。他对音乐的执着和热爱,通过每一个音符传递出来,让我明白,真正的音乐是能够直击心灵、引发共鸣的。这场演唱会不仅是一场视听享受,更是一次心灵的洗礼,让我对刀郎的音乐有了更深的理解和喜爱。',
                  'top': 'false',
                  'referItemId': '854621620431',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19791528'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19791528'
                    }
                  },
                  'id': '19791528',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '3732018986',
                    'headImg': 'https://perico.damai.cn/userheadphotosnew/12303/2460628_1731427679273.jpg',
                    'nickname': 'ranran88'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/ca8f8c68d94e443ebb8e095a401801b1.jpg',
                    'videoTime': '155992',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/c2e4c6db05f94471bf9526715c176dd5.jpeg',
                  'title': '合肥山歌响起的地方',
                  'type': '1',
                  'content': '刀郎的演唱会,那可真是一场震撼心灵的盛宴!我原本以为,这可能就跟平常的演出差不多,但一进去,我就发现我大错特错了!现场的氛围,那叫一个火热!粉丝们的尖叫和欢呼,仿佛能把房顶都给掀翻。刀郎一开口,那独特的嗓音,就像一把利剑直直地刺进我的心里。也许有人会说,不就是唱歌嘛,有啥特别的。嘿,您还真别说,那种感染力,那种能让全场都沉浸在他的音乐世界里的魔力,可不是随便哪个歌手都有的!看着舞台上的他,我不禁想,这一路走来,他得经历多少风风雨雨才能有今天的成就啊?这场演唱会,真的让我对音乐有了全新的认识,我觉得以后我会更爱音乐,更爱刀郎!篇二 刀郎演唱会观后感哇塞,刀郎的演唱会,简直了!我走进那个场馆的时候,心里还在嘀咕:“能有多精彩?”结果音乐一响,我整个人都傻了!那声音,就像一阵狂风,把我所有的疑虑都吹得无影无踪。刀郎站在舞台上,就像一个音乐的王者。他唱着那些熟悉的歌,每一句都好像在讲述着我们的故事。也许有人觉得他的风格有点土,可我就想问了,土怎么了?土得真实,土得有味道!我看着周围那些疯狂的歌迷,跟着节奏一起摇摆,一起呐喊,我突然觉得,这就是音乐的魅力啊!它能把一群毫不相干的人聚在一起,让大家一起欢笑,一起流泪。刀郎,他可能不是最帅的,也可能不是最时尚的,但他绝对是最能打动人心的!这场演唱会,让我明白了,真正的好音乐,不需要华丽的包装,只要有灵魂,就能让人陶醉其中。我觉得,我以后会一直记住这个夜晚,记住刀郎带给我们的感动!篇三 刀郎演唱会观后感刀郎的演唱会,真的是让我大开眼界!刚开始的时候,我心里还在想,会不会很无聊啊?毕竟之前也看过一些不怎么样的演出。但是,当刀郎一出现,所有的怀疑都烟消云散了。他的歌声,就像一把重锤,一下一下地敲打着我的心。每一个音符,都仿佛是有生命的,在空气中跳跃、飞舞。我不禁问自己,这是怎样的一种魔力啊?现场的灯光、舞美,配合着他的演唱,简直绝了!也许你会说,这有啥,别的演唱会也这样。可我要说,不一样!就是不一样!刀郎的那种真诚,那种对音乐的热爱,是从骨子里透出来的。\n看着他在舞台上尽情歌唱,我突然觉得,人生能有这样一场音乐之旅,真好!我可能以后再也遇不到这么让我心动的演唱会了,这场经历,会永远刻在我的记忆里! \n看着舞台上的他,我不禁想,这一路走来,他得经历多少风风雨雨才能有今天的成就啊?这场演唱会,真的让我对音乐有了全新的认识,我觉得以后我会更爱音乐,更爱刀郎!',
                  'top': 'false',
                  'referItemId': '848307897687',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19777825'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19777825'
                    }
                  },
                  'id': '19777825',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '2218551890802',
                    'headImg': 'https://perico.damai.cn/userheadphotosnew/2603986/520797324_1725370770479.jpg',
                    'nickname': '肖尔布拉克111'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/ddaf30ce62e440ebb0b498ab432cdb6b.jpg',
                    'videoTime': '177033',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/f0fd6a70d23d437d805eea1325d352c6.jpeg',
                  'title': '令人感动的北京演唱会',
                  'type': '1',
                  'content': '    早上从青岛做高铁到北京,然后转地铁到五棵松,这是第二次来五棵松了,第一次也是来听刀郎的演唱会(不要羡慕,哈哈,北京抢上两次)轻车熟路。\n     场馆大小氛围都很合适,刀郎老师明显比12.28那场放的开些,高音把控的比28号那场要稳,实在唱的累了,就让伴唱来,主打一个潇洒。不过唱我的祖国的时候,还是那么的规矩,换完衣服再回来唱。徐子尧也回归了,可惜赵天蔚没来,应该是不能同时那么多伴唱吧。\n       12.28号第一场总结俩字,震撼;5号这场总结俩字,板正。  回家后还飘着,时不时就自己唱起来了…还好手机也录了不少视频,没事可以回味一下。\n   再过几天,济南站又要开始,又可以见到刀郎老师了,还是俩字,刺激~\n    最后感谢大麦,提供这么好的平台,买演唱会门票,电影票,咱就认准大麦!',
                  'top': 'false',
                  'referItemId': '854621620431',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19769660'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19769660'
                    }
                  },
                  'id': '19769660',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '2210072581033',
                    'headImg': 'https://perico.damai.cn/userheadphotosnew/815889/163177888_1735175648701.jpg',
                    'nickname': '~Adley'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/d1edced92c034694b714d22046aa91f9.jpg',
                    'videoTime': '193567',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/0bb7b7cea2704121903c57d47b6bf12c.jpeg',
                  'title': '一场灵魂震颤的音乐朝圣',
                  'type': '1',
                  'content': '融入新的编曲元素,节奏与情感层次更为丰富。前奏响起,全场沸腾',
                  'top': 'false',
                  'referItemId': '854621620431',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19693647'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19693647'
                    }
                  },
                  'id': '19693647',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '3717408648',
                    'headImg': 'https://perico.damai.cn/userheadphotos/464401/92880326.jpg',
                    'nickname': '*木尧*'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/536f3c90297c4a98830f5405160fbf16.jpg',
                    'videoTime': '16267',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/d6cc8e8b1a5b49d28140a38fad5b789f.jpg',
                  'title': '刀郎刀郎刀郎我爱你就像老鼠爱大米',
                  'type': '1',
                  'content': '刀郎北京演唱会堪称一场视听盛宴,收获如潮好评。舞台上,刀郎极具辨识度的沧桑嗓音一开嗓便牢牢抓住观众的心,将《西海情歌》《2002年的第一场雪》等经典歌曲演绎得淋漓尽致,引发全场大合唱。灯光舞美配合默契,绚丽光影营造出梦幻氛围,与歌曲情境完美融合。他真诚谦逊的舞台态度也备受称赞,让观众深深感受到他对音乐的热爱与执着 ,为乐迷们留下难忘回忆。',
                  'top': 'false',
                  'referItemId': '854621620431',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19651461'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19651461'
                    }
                  },
                  'id': '19651461',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '2215810017388',
                    'headImg': 'https://perico.damai.cn/userheadphotosnew/1173722/234744555_1682832868583.jpg',
                    'nickname': '嘎嘎耶啵'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/f16b937ffaba4381bb034b4dca14c0d6.jpg',
                    'videoTime': '23668',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/bb3d6201eb274ccca7744546527e11eb.jpeg',
                  'title': '陪妈妈去看刀郎演唱会啦',
                  'type': '1',
                  'content': '陪妈妈去看刀郎演唱会啦,现场的氛围超级超级好。这个大孝女咱也是当上啦哈哈。刀郎老师全程都在唱,是让我觉得非常厉害的一点,高音说飙就飙,太厉害了,每位乐队老师的演奏也超级赞。例如情人,披着羊皮的狼等会唱的,我也在全程跟着唱,现场的感觉简直是太棒。妈妈全程也特别开心,陪她去看刀郎演唱会。看完以后还有种意犹未尽的感觉,还想再看一次。',
                  'top': 'false',
                  'referItemId': '854621620431',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19623837'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19623837'
                    }
                  },
                  'id': '19623837',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '2217837945605',
                    'headImg': 'https://perico.damai.cn/userheadphotosnew/2479459/495891930_1715085644754.jpg',
                    'nickname': '麦子7SU3N'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/55698e55ae0f44cdbbee816f7cd80c84.jpeg',
                    'videoTime': '33000',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/3aa6660036fb4b3998329c67d81580fb.jpg',
                  'title': '山喝响起的地方',
                  'type': '1',
                  'content': '整场充满故事的旋律中,如自由的风,吹散了生活的阴霾。',
                  'top': 'false',
                  'referItemId': '854621620431',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19591474'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19591474'
                    }
                  },
                  'id': '19591474',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '3780905616',
                    'headImg': 'https://perico.damai.cn/userheadphotos/471690/94338078.jpg',
                    'nickname': '麦子'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/056ad031e349450c9d9a346225d803f8.jpg',
                    'videoTime': '10000',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/6b5200f7e4ad4449ab289941a803b82f.jpg',
                  'title': '年过半百第一次看演唱会',
                  'type': '1',
                  'content': '音乐的穿透力是在任何影像和各种音响里听不到的,开场刀郎老师的北方的天空下,让你瞬间进入歌中的意境…整场两个半小时的演唱,没有一分钟让人感到疲惫,每首歌都那么动听无比…刀郎老师在介绍乐队成员时,我感说每一个演奏都是你在任何地方没听过的好听,每一位乐队成员也是太赞了,还有徐子娆 张旖旎 郝蕾…如果有机会我不要优惠卷,我就想原价能买张山歌响起的地方演出票,任何城市!',
                  'top': 'false',
                  'referItemId': '854621620431',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19579141'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19579141'
                    }
                  },
                  'id': '19579141',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '2200734711171',
                    'headImg': 'https://perico.damai.cn/userheadphotosnew/614776/122955374_1735809459842.jpg',
                    'nickname': 'beuluve'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/4eeceab150294196ae6659e622c815df.jpg',
                    'videoTime': '53267',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/81292f58afc347fba2259090c6b2b6fc.jpg',
                  'title': '刀郎演唱会repo',
                  'type': '1',
                  'content': '周围有很多吃的玩的,可以在附近吃完饭再去看,安检特别快',
                  'top': 'false',
                  'referItemId': '854621620431',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19562957'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19562957'
                    }
                  },
                  'id': '19562957',
                  'isNewContentCard': 'true',
                  'contentLabels': 'strategy',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '3731832434',
                    'headImg': 'https://perico.damai.cn/userheadphotosnew/242270/48454147_1742894113313.jpg',
                    'nickname': '尔青',
                    'label': {
                      'labelType': 'ACHIEVEMENT',
                      'labelTitle': '58'
                    }
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/31f39d6131af4e04846ab2a6a17d3999.jpeg',
                    'videoTime': '255000',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/d82d89a3c9b144198831cbcfb08dc3b7.jpg',
                  'title': '刀郎-唱响山歌的人,我们的青春!',
                  'type': '1',
                  'content': '❤️推荐理由:\n当那一首首熟悉的歌声响起,当那道身影再次站上舞台的时候,心里的激动是难以言表的,看着场馆里面一起来支持刀郎的朋友们,大部分都是70/80后,90后都不多的样子,心里是酸涩的,二十多年的沉寂,二十多年的被迫退隐,重回舞台,刀郎老了,我们这些歌迷也老了。《情人》,《冲动的惩罚》,《喀什科尔的胡杨》,《爱是你我》,能几千人合唱曾经传遍大江南北的歌曲,感觉太棒了!当最后一首结尾歌曲《2002年的第一场雪》响起的时候,唱着唱着,突然就泪崩了,2002年,那时我们年少,那时刀郎正值青春,那时他的才华惊人!可是。。。。。。现在!我们站在五棵松华熙的场馆中,用行动表达我们对刀郎的支持。\n\n🥳舞台布置\n五棵松华熙的舞台不愧是老牌演唱会场馆,灯光,音效,保温都一级棒!而且也与时俱进,每个座位都配备了中控的荧光棒!\n\n💺座位视野\n三面环绕的舞台,当然一定是正中间的座位视野最棒,而且是内场位置最好!\n\n❣️其他提示\n场馆里面非常保温,不需要特意多穿衣服,完全不用担心冷!然后就是多学一些刀郎新出的歌曲,转音超多!新歌唱起的时候,歌迷跟不上了,哈哈。',
                  'top': 'false',
                  'referItemId': '854621620431',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19558110'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19558110'
                    }
                  },
                  'id': '19558110',
                  'isNewContentCard': 'true',
                  'contentLabels': 'strategy',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '3941213521',
                    'headImg': 'https://perico.damai.cn/userheadphotos/503015/100603098.jpg',
                    'nickname': '麦子6lS3n'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/6117fe0feeed4b3ba5fb577944496e44.jpg',
                    'videoTime': '20824',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/b2da9718a4d5446fb88b455216fe48eb.jpeg',
                  'title': '现场落泪,致敬我最爱的的刀郎',
                  'type': '1',
                  'content': '北京演唱会真的是精彩绝伦,我看的热泪盈眶,看到你泪流满面的时候我破防了 m!刀迷们都太懂你了#(惊哭) 你的每一首歌我都用心聆听,从你唱红歌以来我爱上了红歌,我们的新生活都是先烈们用鲜血换来的!不禁让我肃然起敬!愿我们生活在新时代的人们不忘国耻,致敬英雄!\n\x00演唱会结束后,每天都会在抖音,快手,贴吧里搜寻你的足迹,看着每个精彩片段我依然激动万分!原来我们的一声声呼唤我爱你,你都听到了!能得到你的回应刀迷们激动坏了!2025 注定是不平凡的一年,因为有你的陪伴让我们有了更多的期待!愿新的一年我们一路同行,陪伴是最长情的告白,刀迷们会永远在你身后,给你最坚强的后盾,刀哥我们爱你🤟【图片】',
                  'top': 'false',
                  'referItemId': '854621620431',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19555554'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19555554'
                    }
                  },
                  'id': '19555554',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '2218745980665',
                    'headImg': 'https://perico.damai.cn/userheadphotosnew/2633519/526703868_1728869770068.jpg',
                    'nickname': '麦子aZZUF'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/e56b3000d78846b5a338de50495c43cf.jpg',
                    'videoTime': '33861',
                    'status': '1'
                  },
                  'cardType': '14',
                  'pic': 'https://comment-cdn.damai.cn/dynimg/7a549a61fefa48fea096527e8dcac9d1.jpeg',
                  'type': '1',
                  'content': '十分精彩,刀郎出品必属精品。刀郎演唱会每个演奏者都是老师,都是艺术家,solo的能力超强。刀郎歌曲都是真情流露,真情实感。刀郎老师就是用歌曲书写他的人生,人生路上的开心高兴,悲伤痛苦,冲动冷静,人生得失都被刀郎老师写进了歌曲了。听刀郎演唱会,思考自己的人生。\n唱红歌,爱红歌,表达了刀郎老师的爱国情怀。\n',
                  'top': 'false',
                  'referItemId': '854621620431',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19554560'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19554560'
                    }
                  },
                  'id': '19554560',
                  'isNewContentCard': 'true',
                  'contentLabels': '',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              },
              {
                'data': {
                  'publishUser': {
                    'publisherId': '2213979507388',
                    'headImg': 'https://perico.damai.cn/userheadphotosnew/960376/192075286_1735385249610.jpg',
                    'nickname': '期待孙燕姿!!!'
                  },
                  'videoInfo': {
                    'coverUrl': 'https://comment-cdn.damai.cn/dynimg/3ccc4b7352614af0ac83b9c8d9dc18df.jpg',
                    'videoTime': '200000',
                    'status': '1'
                  },
                  'cardType': '14',
                  'title': '人民的歌唱家,刀郎演唱会🥁',
                  'type': '1',
                  'content': '2024年刀郎北京第一场演唱会感受刀郎“自为的自由”\n虽然是陪妈妈看的,但是刀郎的歌声,像是岁月的史官,记录着人生的悲欢离合。\n每一个音符,都是对生活的深刻洞察;\n每一句歌词,都是对人性的温柔触摸。\n🎶整场充满故事的旋律中,如自由的风,吹散了生活的阴霾。每一首歌,都像是心灵的钥匙,打开了束缚已久的枷锁。\n💖在全场热high中,我听到了内心的声音,看到了自由的模样。刀郎的歌声,让我明白,自为的自由,是在喧嚣中坚守初心,是在困境中勇敢前行。无论生活还是工作中偶尔困惑了,不忘遗忘还有一道属于自己的自由之光。💕\n人这一生就如演音乐一般,有高潮时的澎湃,也有低谷时的静谧。但只要心怀希望,就能在这起起落落中找到属于自己的节奏。🎵#刀郎',
                  'top': 'false',
                  'referItemId': '848307897687',
                  'action': {
                    'item': {
                      'actionType': '1',
                      'trackInfo': {
                        'args': {
                          'content_id': '19553320'
                        },
                        'spmd': 'item_'
                      },
                      'actionUrl': 'damai://V1/DiscoverContentDetail?contentId=19553320'
                    }
                  },
                  'id': '19553320',
                  'isNewContentCard': 'true',
                  'contentLabels': 'strategy',
                  'isFeature': '0'
                },
                'level': '3',
                'more': 'false',
                'type': '7590'
              }
            ],
            'style': {},
            'type': '7590'
          }
        ]
      },
      {
        'data': {
          'nodeId': 'dc27e3a9-158d-42f1-8f54-4599c03c1c22'
        },
        'level': '1',
        'more': 'false',
        'nodes': [
          {
            'data': {
              'componentId': 'dm_search_item_recommend_node',
              'action': {
                'item': {
                  'trackInfo': {
                    'spmc': 'recproject'
                  }
                }
              },
              'isFilterEmpty': 'true',
              'nodeId': 'b0adcf8c-0c8d-4b4d-9440-61621d47b075'
            },
            'level': '2',
            'more': 'false',
            'style': {},
            'type': '7595'
          }
        ]
      }
    ]
  },
  'ret': [
    'SUCCESS::调用成功'
  ],
  'v': '3.0'
}

结尾

其实大麦的加密都是统一的,x-sign,x-mini-wua都可以通过这个 rpc来构建,只不过是构建时参数的data每个接口不同而已,也要注意,v参数的版本要要根据接口来改变

    def build_params(self, params, t,api_name):
        return {
            "data": params,
            "pv": "6.2",
            "deviceId": self.deviceId,
            "sid": self.sid,
            "uid": self.uid,
            "x-features": "27",
            "appKey": "23781390",
            "api": api_name,
            "utdid": self.utdid,
            "ttid": "10003993@damai_android_8.10.7.1",
            "t": t,
            "v": "2.0"
        }

至于下单接口呢,流程大概是 

  1. mtop.alibaba.damai.detail.getdetail获取详情
  2. mtop.trade.order.build 构建订单

  3. mtop.trade.order.create 构建真正的订单

  4. 在下单等相关接口中,请求参数还有一个 wua的参数,也是通过InnerSignImpl构建得出的

  5. 并且下单相关的接口需要在请求cookie中携带 x5sec 参数,当请求中出现FAIL_SYS_USER_VALIDATE 时(说明出现了滑块验证码),返回头里有个 location,用浏览器打开这个 url,滑动,获取 cookies,装入 在cookie中再次请求

  6. 笔者怕有法律风险,所以只给大家提供一下思路和方向,有兴趣学习的可以自行研究

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

ifccod

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值