收藏
回答

剧目更新接口中文报错?

https://api.weixin.qq.com/wxa/sec/vod/modifydramabasicinfo?access_token=token 剧目更新接口提交参数

提交信息: 

{

    "drama_id": 102538,

    "description": "女主李某,古灵精怪天真烂漫。",

    "cover_material_id": "xxxxx",

    "recommendations": "",

    "promotion_poster_material_id": "",

    "alternate_name": "",

    "actor_list": {

        "actor": [

            {

                "name": "张三",

                "photo_material_id": "xxxxxx",

                "role": "张三",

                "profile": "张三来自武当山"

            },

            {

                "name": "李四",

                "photo_material_id": "xxxxx",

                "role": "李四",

                "profile": "李四来自峨眉山"

            }

        ]

    },

    "qualification_type": 2,

    "cost_commitment_letter_material_id": "xxxx",

    "registration_number": ""

}

返回信息  Response: {'errcode': 10090018, 'errmsg': '剧目简介不能超过200个字符 rid: 664eadb3-163ec054-031f4422'}



如果把中文换成英文可以通过

回答关注问题邀请回答
收藏
登录 后发表内容