Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【企业微信】获取审批申请详情接口返回数据增加关联审批单控件 #2468

Merged
merged 1 commit into from
Dec 27, 2021

Conversation

luxiang0412
Copy link

API地址:获取审批申请详情
附16 关联审批单控件(control参数为RelatedApproval)

{
    "related_approval": [
    {
        "template_names": [{
            "text": "模板A",
            "lang": "zh_CN"
        }, 
        {
            "text": "",
            "lang": "en"
        }],
        "sp_status": 1,
        "name": "小明",
        "create_time": 1605690437,
        "sp_no": "202011180001"
    }
    ]
}

@binarywang binarywang merged commit e1b7000 into Wechat-Group:develop Dec 27, 2021
@binarywang binarywang added this to the 4.2.3 milestone Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants