M+ CPD


BA 重复维修单校验

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>BA 校验维修单在一个月内是否有重复的申请</li> </ul> <h5>请求URL</h5> <ul> <li><code>/repair/mpRepairApplyRepeatCheck</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code> { "apiVersion": "string", "counterId": "string", // 必填 柜台id "repairCategory": "string", // 必填 维修类型 "repairPosition": "string", // 必填 维修位置 "workSystemEnum": "CPD", // 必传 欧莱雅机构 CPD "requestId": "string", "timestamp": 0, "userId": "string" }</code></pre> <h5>返回示例</h5> <pre><code> { "code": 0, "data": { "haveApply": true // 是否有重复,true 有 false 无 }, "message": "string", "requestId": "string", "timestamp": 0 }</code></pre>

页面列表

ITEM_HTML