Commit 8abd7c9965efe9de8aa47d930bcec1f7bcbeea71

Authored by 王富国
1 parent 909d37ec
Exists in master

feat:增加金润对接钉钉审批接口

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
jinrun/dingtalk/钉钉审批接口.md
... ... @@ -194,9 +194,11 @@ POST
194 194  
195 195 ### 请求URL
196 196  
197   -· 测试环境:https://domain/path/dingtalkAudit/callback
  197 +需要金润提供,以金润提供为准
198 198  
199   -· 生产环境:https://domain/path/dingtalkAudit/callback
  199 +· 测试环境:https://example.com/path/dingtalkAudit/callback
  200 +
  201 +· 生产环境:https://example.com/path/dingtalkAudit/callback
200 202  
201 203 ### 请求方式
202 204  
... ... @@ -204,6 +206,8 @@ POST
204 206  
205 207 ### Headers参数
206 208  
  209 +具体以金润提供为准
  210 +
207 211 | 名称 | 类型 | 必填 | 示例值 | 描述 |
208 212 | ------------- | ------ | -------------------------- | -------------------------------- |---------------------------------------------------------------------------------------------|
209 213 | Authorization | String | 是     | Bearer a2c5680001 | 调用服务端API的应用凭证accessToken,通过调用获取访问凭证接口获取。 |
... ...