收藏
回答

creator_userid not in app visiable range。如何查询可见?

提交审批申请

请求地址: https://qyapi.weixin.qq.com/cgi-bin/oa/applyevent?access_token=ACCESS_TOKEN

再三对比推送数据格式,没找到有啥问题。一直报这个错

{"errcode":301025,"errmsg":"get approval param error:creator_userid not in app visiable range"}


求解

这个creator_userid如何查询哪些在可见范围内?



{

    "creator_userid""00025",

    "template_id""3Tmmt9W42rp1NbfrdmiGYGt9Q9NCLtR9Rh4eVwvB",

    "use_template_approver"0,

    "approver": [

        {

            "attr"2,

            "userid": [

                "00069"

            ]

        }

    ],

    "notifyer": [

        "00069"

    ],

    "notify_type"1,

    "apply_data": {

        "contents": [

            {

                "control""Textarea",

                "id""item-1497581558567",

                "value": {

                    "text""测试"

                }

            },

            {

                "control""Text",

                "id""Text-1632977976981",

                "value": {

                    "text""飞机"

                }

            },

            {

                "control""Text",

                "id""Text-1632978045327",

                "value": {

                    "text""往返"

                }

            },

            {

                "control""Text",

                "id""Text-1632978480287",

                "value": {

                    "text""北京市区"

                }

            },

            {

                "control""Text",

                "id""Text-1632978488425",

                "value": {

                    "text""北京市区"

                }

            },

            {

                "control""Attendance",

                "id""smart-time",

                "value": {

                    "attendance": {

                        "date_range": {

                            "type""halfday",

                            "new_end"1652889600,

                            "new_begin"1652716800,

                            "new_duration"172800

                        },

                        "type"3

                    }

                }

            },

            {

                "control""Textarea",

                "id""Textarea-1632978280941",

                "value": {

                    "text""测试备注"

                }

            }

        ]

    },

    "summary_list": [

        {

            "summary_info": [

                {

                    "text""摘要第1行",

                    "lang""zh_CN"

                }

            ]

        },

        {

            "summary_info": [

                {

                    "text""摘要第2行",

                    "lang""zh_CN"

                }

            ]

        },

        {

            "summary_info": [

                {

                    "text""摘要第3行",

                    "lang""zh_CN"

                }

            ]

        }

    ]

}


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