Commit e2cbc47d89b2fe3675190e61d549b29d58591f97

Authored by 王富国
1 parent c37f0f97
Exists in master

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

Showing 1 changed file with 9 additions and 10 deletions   Show diff stats
jinrun/audit/审批接口.md
@@ -147,9 +147,9 @@ POST @@ -147,9 +147,9 @@ POST
147 147
148 需要金润提供,以金润提供为准 148 需要金润提供,以金润提供为准
149 149
150 -· 测试环境:https://example.com/path/dingtalkAudit/callback 150 +· 测试环境:https://example.com/path/audit/callback
151 151
152 -· 生产环境:https://example.com/path/dingtalkAudit/callback 152 +· 生产环境:https://example.com/path/audit/callback
153 153
154 ### 请求方式 154 ### 请求方式
155 155
@@ -169,15 +169,14 @@ POST @@ -169,15 +169,14 @@ POST
169 169
170 ### Body参数 170 ### Body参数
171 171
172 -| 参数名 | 必传 | 类型 | 说明 |  
173 -|----------------------------------------|----| ------ |-----------------------------------------------|  
174 -| code | 是 | string | 业务编号 |  
175 -| auditType | 是 | string | 审批类型 |  
176 -| businessId | 是 | string | 钉钉审批ID | 172 +| 参数名 | 必传 | 类型 | 说明 |
  173 +|----------------------------------------|----| ------ |---------------------------------------------|
  174 +| code | 是 | string | 业务编号 |
  175 +| auditType | 是 | string | 审批类型 |
177 | type | 是 | string | 审批正常结束(同意或拒绝)的type为finish,审批终止的type为terminate | 176 | type | 是 | string | 审批正常结束(同意或拒绝)的type为finish,审批终止的type为terminate |
178 -| result | 否 | string | 正常结束时(agree:同意, refuse:拒绝) |  
179 -| auditUser | 否 | string | 最终审核人 |  
180 -| remark | 否 | string | 审批意见 | 177 +| result | 否 | string | 正常结束时(agree:同意, refuse:拒绝) |
  178 +| auditUser | 否 | string | 最终审核人 |
  179 +| remark | 否 | string | 审批意见 |
181 180
182 181
183 ------------------------------------------------------------------------------------------ 182 ------------------------------------------------------------------------------------------