美文网首页
修改列表接口如果自动核账时,remark(备注)

修改列表接口如果自动核账时,remark(备注)

作者: cabber | 来源:发表于2018-04-18 14:17 被阅读0次

接口

接口地址:
http://test.mealcome.cn/meallinkapi/pc/billStatistics/orderInfo/list?mealcomeTime=1524018030000&rand=3763

参数:

{
    "branchIds": [6000070],
    "supplierId": 6000434,
    "orderType": 0,
    "tagType": 0,
    "isWaitCheckBill": 0,
    "beginDate": "2018-04-16 00:00:00",
    "endDate": "2018-04-18 23:59:59"
}

返回结果修改:

{
    "code": "0",
    "msg": "",
    "version": 0,
    "data": {
        "dataList": [{
            "id": 6532432,
            "branchId": 6000070,
            "branch": "餐智测试店运营用",
            "supplierId": 6000434,
            "supplier": "苹果苹果苹果 苹果苹果",
            "number": "SH1804176532432",
            "statusId": 3,
            "status": "已收货",
            "money": 0.00,
            "receiverId": 736,
            "employee": "管理员",
            "remark": "-", // 字段要改
            "date": "2018-04-17 11:00:13",
            "pic": "",
            "receiptPhotos": "",
            "deliveryId": "",
            "isEnter": "",
            "documentChangeRecords": "",
            "isException": 0,
            "receiptTag": 0,
            "returnTag": 0,
            "isWaitCheckBill": 1,
            "isRecordTag": 0,
            "isEditTag": 0,
            "isRepairTag": 0,
            "orderType": 1,
            "orderTypeStr": "收货单",
            "orderTypeStrAppend": "收货单"
        }],
        "amount": 9399998061.00,
        "total": 10
    }
}

相关文章

网友评论

      本文标题:修改列表接口如果自动核账时,remark(备注)

      本文链接:https://www.haomeiwen.com/subject/lamvkftx.html