文档
测试

V2运营检查列表

GET
store/getList

接口描述

http://10.1.2.4/ww/index.php/store/getList?sid=AMN00002991_y49W2B2DT1C4Y131c0c2wcdSgOI1RNWK&xcode=&ycode=&keyword=%E6%99%B6&type=1&XDEBUG_SESSION_START=PHPSTORM

请求参数

参数名
类型
描述
必填
type
int
类型 1-美发 2-美容
必填
storeNo
string
门店号
必填
date
string
日期 2021-03-24 传当天日期即可,后台会获取整个月的
必填

说明 / 示例

{ "Success": true, "Msg": "", "Data": { "list": [ { "compname": "宝龙城店",门店名 "storeNo": "019", 门店编号 "score": 96,报告得分 "level": "A",等级 "settlementScore": 20,结算得分 "staffname": "仲玉兰",检查人 "createdDate": "2021-03-16"检查时间 }, ], "rule": [评分规则 "A、内部自查评分≥90,本项得20分;", "B、80≤内部自查评分<90,本项得15分;", "C、内部自查评分<80,本项得10分;" ] } }