You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4870 lines
106 KiB

{
"info": {
"_postman_id": "2d054424-8621-4f76-95db-b486b83b9e8b",
"name": "纸通宝测试环境",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "登录",
"item": [
{
"name": "纸通宝app登录",
"event": [
{
"listen": "test",
"script": {
"id": "702939ff-b83c-4dfc-8ba9-bc93e561b4f3",
"exec": [
"var result = pm.response.json().data.token\r",
"pm.environment.set(\"apptoken\",result);\r",
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"account\": \"18219557422\",\r\n \"accountType\": \"MOBILE\",\r\n \"password\": \"dc483e80a7a0bd9ef71d8cf973673924\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/authorize/by-password",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"authorize",
"by-password"
]
}
},
"response": []
},
{
"name": "纸通宝后台登录",
"event": [
{
"listen": "test",
"script": {
"id": "a09d7db3-b3b8-4217-96b6-3fc5f08e0a59",
"exec": [
"var result = pm.response.headers.get('Authorization')\r",
"pm.environment.set(\"token\", result);\r",
"\r",
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded",
"type": "text"
},
{
"key": "X-APP-ID",
"value": " 1",
"type": "text"
}
],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "username",
"value": "liangjinman@qniao.cn",
"type": "text"
},
{
"key": "password",
"value": "qn123456",
"type": "text"
}
]
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/login",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"login"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "店铺",
"item": [
{
"name": "完善店铺",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"contactPhoneNo\": \"18219557422\",\r\n \"contacts\": \"测试\",\r\n \"coverImgUrlList\": [\r\n \"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20090917463455009.jpg\"],\r\n \"locDetails\": \"车陂\",\r\n \"locDistrictId\": 440106,\r\n \"name\": \"测试店铺\"\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/update/store-information",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"update",
"store-information"
]
}
},
"response": []
},
{
"name": "查看店铺信息",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/store-information/{storeId}",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"store-information",
"{storeId}"
]
}
},
"response": []
},
{
"name": "修改店铺信息",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"contactPhoneNo\": \"18219557422\",\r\n \"contacts\": \"测试\",\r\n \"coverImgUrlList\": [\r\n \"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20090917463455009.jpg\"],\r\n \"locDetails\": \"车陂\",\r\n \"locDistrictId\": 440106,\r\n \"name\": \"测试店铺\"\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/edit/store-information",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"edit",
"store-information"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "统计",
"item": [
{
"name": "统计用户",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/stat/user",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"stat",
"user"
]
}
},
"response": []
},
{
"name": "累计用户数",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/stat/get/stat-user?startDate=2020-01-01&endDate=2020-09-15",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"stat",
"get",
"stat-user"
],
"query": [
{
"key": "startDate",
"value": "2020-01-01"
},
{
"key": "endDate",
"value": "2020-09-15"
}
]
}
},
"response": []
},
{
"name": "累计会员数",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/stat/get/stat-vip?startDate=2020-01-01&endDate=2020-09-16",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"stat",
"get",
"stat-vip"
],
"query": [
{
"key": "startDate",
"value": "2020-01-01"
},
{
"key": "endDate",
"value": "2020-09-16"
}
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "纸品品类",
"item": [
{
"name": "创建纸品品类",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": " application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": " 1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"description\": \"描述\",\r\n \"enable\": 1,\r\n \"id\": 0,\r\n \"level\": 1,\r\n \"name\": \"白纸\",\r\n \"parentId\": \"\"\r\n} ",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/store/create/paper",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"store",
"create",
"paper"
]
}
},
"response": []
},
{
"name": "获取纸品品类列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": " application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": " 1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/store/get/paperCategoryList",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"store",
"get",
"paperCategoryList"
]
}
},
"response": []
},
{
"name": "编辑纸品品类",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": " application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": " 1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"description\": \"描述\",\r\n \"enable\": 1,\r\n \"id\": 0,\r\n \"level\": 1,\r\n \"name\": \"白纸\",\r\n \"parentId\": \"\"\r\n} ",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/store/update/paper",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"store",
"update",
"paper"
]
}
},
"response": []
},
{
"name": "启用/禁用纸品品类",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": " application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": " 1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/store/update/paper-status/496396824362487808",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"store",
"update",
"paper-status",
"496396824362487808"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "分享",
"item": [
{
"name": "分享采购商品",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/share/get/product/501513092195291136",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"share",
"get",
"product",
"501513092195291136"
]
}
},
"response": []
},
{
"name": "分享一口价/竞价商品",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/share/get/user-product/501513092195291136",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"share",
"get",
"user-product",
"501513092195291136"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "商品",
"item": [
{
"name": "创建商品",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"bidType\": 1,\r\n \"biddingInterval\": \"\",\r\n \"coverImgUrl\": \"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20090917463455009.jpg\",\r\n \"description\": \"描述:这个是一口价商品\",\r\n \"dopantRate\": 2,\r\n \"firstCategoryId\": 12,\r\n \"imgList\": [\r\n \"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20090917463455009.jpg\"\r\n ],\r\n \"initialUnitPrice\": 100,\r\n \"locCityId\": 440100,\r\n \"locDetails\": \"车陂\",\r\n \"locDistrictId\": 440106,\r\n \"locProvinceId\": 440000,\r\n \"lowestNum\": 10,\r\n \"secondCategoryId\": 2,\r\n \"stock\": 1999,\r\n \"unitPrice\": 100,\r\n \"videoUrl\": \"\",\r\n \"waterRate\": 2\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/create/product",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"create",
"product"
]
}
},
"response": []
},
{
"name": "获取商品列表",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/product-list",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"product-list"
]
}
},
"response": []
},
{
"name": "查看商品详情",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/product/501513092195291136",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"product",
"501513092195291136"
]
}
},
"response": []
},
{
"name": "修改商品",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"productId\": 501513092195291136,\r\n \"bidType\": 1,\r\n \"biddingInterval\": \"\",\r\n \"coverImgUrl\": \"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20090917463455009.jpg\",\r\n \"description\": \"描述:这个是一口价商品\",\r\n \"dopantRate\": 2,\r\n \"firstCategoryId\": 12,\r\n \"imgList\": [\r\n \"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20090917463455009.jpg\"\r\n ],\r\n \"initialUnitPrice\": 100,\r\n \"locCityId\": 440100,\r\n \"locDetails\": \"车陂\",\r\n \"locDistrictId\": 440106,\r\n \"locProvinceId\": 440000,\r\n \"lowestNum\": 10,\r\n \"secondCategoryId\": 2,\r\n \"stock\": 1999,\r\n \"unitPrice\": 100,\r\n \"videoUrl\": \"\",\r\n \"waterRate\": 2\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/update/product",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"update",
"product"
]
}
},
"response": []
},
{
"name": "删除商品",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{app{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"productId\": 501513092195291136\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/delete/product",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"delete",
"product"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "客户和业务人员关系",
"item": [
{
"name": "获取销售人员列表",
"request": {
"method": "GET",
"header": [
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/employer/list/employer-seller?name=梁金满",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"employer",
"list",
"employer-seller"
],
"query": [
{
"key": "name",
"value": "梁金满"
}
]
}
},
"response": []
},
{
"name": "后台查询客户与业务人员关系",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "Token ff213490f454502978d11d8d63a5eeae",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/customerbizrelation/get/relation/31",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"customerbizrelation",
"get",
"relation",
"31"
]
}
},
"response": []
},
{
"name": "后台新增客户与业务人员关系",
"event": [
{
"listen": "test",
"script": {
"id": "9ddc3324-0a49-4998-aa22-c82331afdd01",
"exec": [
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n\t\"bizUserId\": \"498985714734731264\",\r\n\t\"bizUserName\": \"梁金满\",\r\n\t\"cusormerId\": \"496029457996451840\",\r\n \"customerName\": \"梁金满\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/customerbizrelation/save/relation",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"customerbizrelation",
"save",
"relation"
]
}
},
"response": []
},
{
"name": "删除新增客户与业务人员关系",
"request": {
"method": "POST",
"header": [
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/customerbizrelation/delete/relation/31",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"customerbizrelation",
"delete",
"relation",
"31"
]
}
},
"response": []
},
{
"name": "后台修改客户与业务人员关系",
"request": {
"method": "POST",
"header": [
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"bizUserId\": 498985714734731264,\r\n \"bizUserName\": \"梁金满\" ,\r\n \"id\": 1\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/customerbizrelation/update/relation",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"customerbizrelation",
"update",
"relation"
]
}
},
"response": []
},
{
"name": "创建客户销售绑定关系接口",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": " application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/proxy-sell/bind/relation?code=0051",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"proxy-sell",
"bind",
"relation"
],
"query": [
{
"key": "code",
"value": "0051"
}
]
}
},
"response": []
},
{
"name": "查询员工信息列表",
"event": [
{
"listen": "test",
"script": {
"id": "d6035d2b-cbd1-48f5-b8ff-526e46d34f9e",
"exec": [
"pm.test(\"Your test name\", function () {\r",
" var jsonData = pm.response.json();\r",
" pm.expect(jsonData.data.code).to.eql(\"0051\");\r",
"});"
],
"type": "text/javascript"
}
}
],
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "Token ff213490f454502978d11d8d63a5eeae",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://47.106.79.88:7006/recycle-service/admin/employee/get/list",
"protocol": "http",
"host": [
"47",
"106",
"79",
"88"
],
"port": "7006",
"path": [
"recycle-service",
"admin",
"employee",
"get",
"list"
],
"query": [
{
"key": "",
"value": "",
"disabled": true
}
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "代卖业务",
"item": [
{
"name": "获取纸厂信息",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": " application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": " 1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-list",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"paper-mill-paper-category-price-list"
]
}
},
"response": []
},
{
"name": "获取纸厂信息详情",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"url": {
"raw": "http://api-admin-test.qniao.cn/recycle-service/admin/paperMill/get/paper-mill-details/498208038486937600",
"protocol": "http",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMill",
"get",
"paper-mill-details",
"498208038486937600"
]
}
},
"response": []
},
{
"name": "用户创建代卖订单",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"carInfos\": [\r\n {\r\n \"packageNum\": 1,\r\n \"plateNumber\": \"粤A123456\"\r\n }\r\n ],\r\n \"paperCategoryId\": 498475822026461184,\r\n \"totalEstimatedWeight\": 1000,\r\n \"deliveryTime\": \"2020-09-09 12:04:09\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/proxy-sell/create/order",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"proxy-sell",
"create",
"order"
]
}
},
"response": []
},
{
"name": "获取纸厂品类列表",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"paperMillId\": 498208038486937600\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/paper-category",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"paper-category"
]
}
},
"response": []
},
{
"name": "用户拒绝预约代卖订单",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/proxy-sell/cancel/reservation/501382358327496704",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"proxy-sell",
"cancel",
"reservation",
"501382358327496704"
]
}
},
"response": []
},
{
"name": "用户取消代卖订单",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/proxy-sell/cancel/order/501173434588467200",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"proxy-sell",
"cancel",
"order",
"501173434588467200"
]
}
},
"response": []
},
{
"name": "销售上传代卖预约信息",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"millDeliveryOrderId\": \"202009140001\",\r\n \"millSupplierId\": \"498492951811461120\",\r\n \"scrapeOrderId\": \"502820690148331520\",\r\n \"buyerReservationDate\": \"2020-09-14\",\r\n \"unitSurcharge\": 0.05\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://api-admin-test.qniao.cn/recycle-service/admin/proxy-sell/update/reservation",
"protocol": "http",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"proxy-sell",
"update",
"reservation"
]
}
},
"response": []
},
{
"name": "销售取消代卖订单",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://api-admin-test.qniao.cn/recycle-service/admin/proxy-sell/cancel/proxy-order?orderId =501102486468300800",
"protocol": "http",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"proxy-sell",
"cancel",
"proxy-order"
],
"query": [
{
"key": "orderId ",
"value": "501102486468300800"
}
]
}
},
"response": []
},
{
"name": "销售查看订单详情",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"url": {
"raw": "http://api-admin-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/501460712674168832",
"protocol": "http",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"proxy-sell",
"get",
"proxy-order",
"501460712674168832"
]
}
},
"response": []
},
{
"name": "销售上传代卖磅单信息",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"deductedPoint\": 50,\r\n \"deductedWeight\": 1000,\r\n \"imageUrl\": [\r\n \"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20090917463455009.jpg\"\r\n ],\r\n \"netWeight\": 2000,\r\n \"orderItemId\": \"5014607126993346\",\r\n \"settleDay\": \"2020-09-10\",\r\n \"settlePrice\": 2499,\r\n \"settleUtiPrice\": 2500,\r\n \"settleWeight\": 1000,\r\n \"unitSurcharge\": 0.001,\r\n \"weightDay\": \"2020-09-09\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://api-admin-test.qniao.cn/recycle-service/admin/proxy-sell/save/weightnote",
"protocol": "http",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"proxy-sell",
"save",
"weightnote"
]
}
},
"response": []
},
{
"name": "销售提交榜单审核",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://api-admin-test.qniao.cn/recycle-service/admin/proxy-sell/audit/weightnote/501189522634182656",
"protocol": "http",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"proxy-sell",
"audit",
"weightnote",
"501189522634182656"
]
}
},
"response": []
},
{
"name": "运营填写纸厂支付日期接口",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"auditRequestItemId\": 501392373763411968,\r\n \"paperMillPayAt\": \"2020-09-03\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://api-admin-test.qniao.cn/recycle-service/admin/operation/edit/payment-date",
"protocol": "http",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"operation",
"edit",
"payment-date"
]
}
},
"response": []
},
{
"name": "运营获取审核列表",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"menuIdList\": \"500747299283144704\",\r\n \"positionId\": 500764395257860096\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://api-admin-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit",
"protocol": "http",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"operation",
"get",
"paper-mill-order-receipt-audit"
]
}
},
"response": []
},
{
"name": "销售修改代卖磅单信息",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"deductedPoint\": 50,\r\n \"deductedWeight\": 1000,\r\n \"id\": \"502971570671718400\",\r\n \"imageUrl\": [\r\n \"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20090917463455009.jpg\"\r\n ],\r\n \"netWeight\": 2000,\r\n \"orderItemId\": \"501462195952029696\",\r\n \"settleDay\": \"2020-09-14\",\r\n \"settlePrice\": 2490,\r\n \"settleUtiPrice\": 2500,\r\n \"settleWeight\": 1000,\r\n \"surcharge\": 10,\r\n \"unitSurcharge\": 0.01,\r\n \"weightDay\": \"2020-09-15\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://api-admin-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote",
"protocol": "http",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"proxy-sell",
"update",
"weightnote"
]
}
},
"response": []
},
{
"name": "运营审核操作",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": " application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": " 1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"auditRequestId\": 501196221172551680,\r\n \"isPass\": 0\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://api-admin-test.qniao.cn/recycle-service/admin/operation/operation/audit",
"protocol": "http",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"operation",
"operation",
"audit"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "会员",
"item": [
{
"name": "会员资费列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/member/get/member-expense-list",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"member",
"get",
"member-expense-list"
]
}
},
"response": []
},
{
"name": "会员购买",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"memberExpenseId\": 480800871886753792\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/member/buy/member",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"member",
"buy",
"member"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "用户信息",
"item": [
{
"name": "基本信息",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/user/get/base-info",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"user",
"get",
"base-info"
]
}
},
"response": []
},
{
"name": "会员信息",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/user/get/member-info",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"user",
"get",
"member-info"
]
}
},
"response": []
},
{
"name": "修改会员信息",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"avatar\": \"\",\r\n \"nickname\": \"test\"\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/user/update/member-info",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"user",
"update",
"member-info"
]
}
},
"response": []
},
{
"name": "设置登录密码",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"avatar\": \"\",\r\n \"nickname\": \"test\"\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/user/update/member-info",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"user",
"update",
"member-info"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "收货地址",
"item": [
{
"name": "创建收货地址",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"details\": \"车陂\",\r\n \"districtId\": 440106,\r\n \"isDefault\": 0,\r\n \"phone\": \"18219557422\",\r\n \"receiver\": \"测试\"\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/create/shipping-address",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"create",
"shipping-address"
]
}
},
"response": []
},
{
"name": "获取收货地址列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/shipping-address-list",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"shipping-address-list"
]
}
},
"response": []
},
{
"name": "获取收货地址详情",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/shipping-address-details/1298553557582520321",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"shipping-address-details",
"1298553557582520321"
]
}
},
"response": []
},
{
"name": "修改收货地址",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"details\": \"车陂\",\r\n \"districtId\": 440106,\r\n \"isDefault\": 0,\r\n \"phone\": \"18219557422\",\r\n \"receiver\": \"测试\",\r\n \"shippingAddressId\": 1298553557582520321\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/update/shipping-address",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"update",
"shipping-address"
]
}
},
"response": []
},
{
"name": "删除收货地址",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"shippingAddressId\": 1298553557582520321\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/delete/shipping-address",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"delete",
"shipping-address"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "我的余额",
"item": [
{
"name": "我的余额",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/balance",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"balance"
]
}
},
"response": []
},
{
"name": "账单列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/bill-list",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"bill-list"
]
}
},
"response": []
},
{
"name": "账单详情",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/bill-detail/502939998706864128",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"bill-detail",
"502939998706864128"
]
}
},
"response": []
},
{
"name": "账单汇总",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/bill-overview",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"bill-overview"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "店铺结算",
"item": [
{
"name": "结算列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/store/get/store-settlement-list",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"store",
"get",
"store-settlement-list"
]
}
},
"response": []
},
{
"name": "结算汇总",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json;charset=UTF-8"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/store/get/store-settlement-overview",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"store",
"get",
"store-settlement-overview"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "积分",
"item": [
{
"name": "后台新增积分任务",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"createTime\": \"\",\r\n \"dailyMax\": 0,\r\n \"enable\": 1,\r\n \"eventName\": \"开通店铺\",\r\n \"iconUrl\": \"\",\r\n \"id\": \"\",\r\n \"linkUrl\": \"\",\r\n \"linkUrlJson\": {},\r\n \"point\": 500,\r\n \"timeRule\": 1,\r\n \"updateTime\": \"\"\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/point-task/save/point-task",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"point-task",
"save",
"point-task"
]
}
},
"response": []
},
{
"name": "后台查询积分任务列表",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/point-task/get/potn-task/list",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"point-task",
"get",
"potn-task",
"list"
]
}
},
"response": []
},
{
"name": "后台查询积分任务详情",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/point-task/get/point-task/1",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"point-task",
"get",
"point-task",
"1"
]
}
},
"response": []
},
{
"name": "后台修改积分任务",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"createTime\": \"\",\r\n \"dailyMax\": 0,\r\n \"enable\": 1,\r\n \"eventName\": \"开通店铺\",\r\n \"iconUrl\": \"\",\r\n \"id\": \"\",\r\n \"linkUrl\": \"\",\r\n \"linkUrlJson\": {},\r\n \"point\": 500,\r\n \"timeRule\": 1,\r\n \"updateTime\": \"\"\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/point-product/update/point-product/1",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"point-product",
"update",
"point-product",
"1"
]
}
},
"response": []
},
{
"name": "后台删除积分任务",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/point-task/delete/point-task/7",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"point-task",
"delete",
"point-task",
"7"
]
}
},
"response": []
},
{
"name": "后台新增积分产品",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"id\": \"\",\r\n \"imageUrl\": \"\",\r\n \"name\": \"3天纸通宝vip\",\r\n \"price\": 150\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/point-product/save/point-product",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"point-product",
"save",
"point-product"
]
}
},
"response": []
},
{
"name": "后台查询积分产品列表",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/point-product/get/point-product-list",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"point-product",
"get",
"point-product-list"
]
}
},
"response": []
},
{
"name": "后台查询积分产品详情",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/point-product/get/point-product/1",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"point-product",
"get",
"point-product",
"1"
]
}
},
"response": []
},
{
"name": "后台修改积分产品",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"id\": \"\",\r\n \"imageUrl\": \"\",\r\n \"name\": \"3天纸通宝vip\",\r\n \"price\": 150\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/point-task/update/point-task/{id}",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"point-task",
"update",
"point-task",
"{id}"
]
}
},
"response": []
},
{
"name": "后台删除积分产品",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/point-product/delete/point-product/4",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"point-product",
"delete",
"point-product",
"4"
]
}
},
"response": []
},
{
"name": "前台查询积分产品列表",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/point-product/get/point-product-list",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"point-product",
"get",
"point-product-list"
]
}
},
"response": []
},
{
"name": "前台查询积分任务列表",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "QNT {{apptoken}}",
"type": "text"
}
],
"body": {
"mode": "formdata",
"formdata": []
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/point-task/get/potn-task/list",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"point-task",
"get",
"potn-task",
"list"
]
}
},
"response": []
},
{
"name": "前台分享成功增加用户积分",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "formdata",
"formdata": []
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/point-task/fenxiang/callback",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"point-task",
"fenxiang",
"callback"
]
}
},
"response": []
},
{
"name": "前台购买积分产品",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "QNT {{apptoken}}"
}
],
"body": {
"mode": "formdata",
"formdata": []
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/point-product/buy/point-product/1",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"point-product",
"buy",
"point-product",
"1"
]
}
},
"response": []
},
{
"name": "获取积分记录",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/userpointsearnedhistory/get/userpointsearnedhistory-list",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"userpointsearnedhistory",
"get",
"userpointsearnedhistory-list"
]
}
},
"response": []
},
{
"name": "获取积分兑换记录",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/userredeempointsorder/get/userredeempointsorder-list",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"userredeempointsorder",
"get",
"userredeempointsorder-list"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "纸厂",
"item": [
{
"name": "移动端_纸厂报价",
"item": [
{
"name": "获取全部纸厂列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{apptoken}}",
"type": "text"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/all-paper-mill",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"all-paper-mill"
]
}
},
"response": []
},
{
"name": "获取纸厂品类列表",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"paperMillId\": 493892149964836860\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/paper-category",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"paper-category"
]
}
},
"response": []
},
{
"name": "获取纸厂所有地区列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{apptoken}}"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/paper-mill-city",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"paper-mill-city"
]
}
},
"response": []
},
{
"name": "获取纸厂列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{apptoken}}"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/paper-mill-list?name&shortName",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"paper-mill-list"
],
"query": [
{
"key": "name",
"value": null
},
{
"key": "shortName",
"value": null
}
]
}
},
"response": []
},
{
"name": "获取纸厂品类价格信息详情",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{apptoken}}"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-details/493889815142600704",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"paper-mill-paper-category-price-details",
"493889815142600704"
]
}
},
"response": []
},
{
"name": "获取纸厂品类价格信息列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{apptoken}}"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-list",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"paper-mill-paper-category-price-list"
]
}
},
"response": []
},
{
"name": "获取纸厂品类价格趋势",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"paperMillCategoryId\": 498492951777906688,\r\n \"paperMillId\": 498492951731769344\r\n}"
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-trend",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"paper-mill-paper-category-price-trend"
]
}
},
"response": []
},
{
"name": "获取纸厂今日收货量(排队)列表",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{apptoken}}"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/paper-mill-received-weight-list/on-today",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"paper-mill-received-weight-list",
"on-today"
]
}
},
"response": []
},
{
"name": "获取纸厂收货量(排队)趋势数据",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{apptoken}}"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/paper-mill-received-weight-trend?paperMillId=498492951731769344",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"paper-mill-received-weight-trend"
],
"query": [
{
"key": "paperMillId",
"value": "498492951731769344",
"description": "纸厂id"
}
]
}
},
"response": []
}
],
"protocolProfileBehavior": {},
"_postman_isSubFolder": true
},
{
"name": "新增纸厂信息",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"attentionsArrival\": \"还没有到货\",\r\n \"attentionsLoadingCar\": \"不用装车\",\r\n \"attentionsRegulations\": \"没有规定\",\r\n \"attentionsReportCar\": \"直接包车\",\r\n \"contacts\": \"\",\r\n \"enableSalesAgent\": 1,\r\n \"locDetails\": \"440100\",\r\n \"locDistrictId\": 440106,\r\n \"logoImg\": \"440106\",\r\n \"millSupplierNameList\": [\r\n {\r\n \"account\": \"张山\",\r\n \"merchantAccountId\": 498492951811461100\r\n }\r\n ],\r\n \"mobile\": \"\",\r\n \"name\": \"华为技术有限公司1\",\r\n \"paperMillCategories\": [\r\n {\r\n \"categoryName\": \"书本纸\",\r\n \"inspectionNote\": \"书本纸测试数据\",\r\n \"paperMillCategoryId\": 498492951777906688\r\n }\r\n ],\r\n \"shortName\": \"华为1\"\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMill/add/paper-mill",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMill",
"add",
"paper-mill"
]
}
},
"response": []
},
{
"name": "获取纸厂列表",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMill/get/paper-mill-list",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMill",
"get",
"paper-mill-list"
]
}
},
"response": []
},
{
"name": "获取纸厂信息详情",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMill/get/paper-mill-details/{paperMillId}",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMill",
"get",
"paper-mill-details",
"{paperMillId}"
]
}
},
"response": []
},
{
"name": "修改纸厂信息",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"attentionsArrival\": \"还没有到货\",\r\n \"attentionsLoadingCar\": \"不用装车\",\r\n \"attentionsRegulations\": \"没有规定\",\r\n \"attentionsReportCar\": \"直接包车\",\r\n \"contacts\": \"\",\r\n \"enableSalesAgent\": 1,\r\n \"locDetails\": \"440100\",\r\n \"locDistrictId\": 440106,\r\n \"logoImg\": \"440106\",\r\n \"millSupplierNameList\": [\r\n {\r\n \"account\": \"张山\",\r\n \"merchantAccountId\": 498492951811461100\r\n }\r\n ],\r\n \"mobile\": \"\",\r\n \"name\": \"HUAWEI\",\r\n \"paperMillCategories\": [\r\n {\r\n \"categoryName\": \"书本纸\",\r\n \"inspectionNote\": \"书本纸测试数据\",\r\n \"paperMillCategoryId\": 498492951777906688\r\n }\r\n ],\r\n \"paperMillId\": 498492951731769344,\r\n \"shortName\": \"HUAWEI\"\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMill/update/paper-mill",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMill",
"update",
"paper-mill"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "纸厂收货(车辆排队)",
"item": [
{
"name": "创建纸厂日收货(排队)",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"paperMillId\": 498492951731769344,\r\n \"retainedQuantity\": 80,\r\n \"time\": \"2020-09-16\",\r\n \"totalQuantity\": 28\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/received-weight/add/daily-received-weight",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"received-weight",
"add",
"daily-received-weight"
]
}
},
"response": []
},
{
"name": "获取纸厂日收货(排队)列表",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/received-weight/get/daily-received-weight-list",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"received-weight",
"get",
"daily-received-weight-list"
]
}
},
"response": []
},
{
"name": "修改纸厂日收货(排队)详情",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"id\": 0,\r\n \"retainedQuantity\": 0,\r\n \"time\": \"string\",\r\n \"totalQuantity\": 0\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/received-weight/update/daily-received-weight",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"received-weight",
"update",
"daily-received-weight"
]
}
},
"response": []
},
{
"name": "移动端_排队趋势",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/paper-mill-received-weight-trend?paperMillId=498492951731769344",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"paper-mill-received-weight-trend"
],
"query": [
{
"key": "paperMillId",
"value": "498492951731769344"
}
]
}
},
"response": []
},
{
"name": "移动端_获取推荐纸厂",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{apptoken}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-test.qniao.cn/recycle-service/get/all-paper-mill",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"get",
"all-paper-mill"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "纸厂品类",
"item": [
{
"name": "新增今日纸厂品类报价",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"paperMillCategoryDetailsEntries\": [\r\n {\r\n \"paperCategoryId\": 0,\r\n \"paperCategoryName\": \"string\",\r\n \"unitPrice\": 0\r\n }\r\n ],\r\n \"paperMillId\": 0\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMillCategory/add/paper-mill-category-price",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMillCategory",
"add",
"paper-mill-category-price"
]
}
},
"response": []
},
{
"name": "获取上一次纸厂品类报价",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"paperMillId\": 0\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMillCategory/get/paper-mill-category-price-last",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMillCategory",
"get",
"paper-mill-category-price-last"
]
}
},
"response": []
},
{
"name": "获取纸厂品类报价列表",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMillCategory/get/paper-mill-category-price-list",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMillCategory",
"get",
"paper-mill-category-price-list"
]
}
},
"response": []
},
{
"name": "获取纸厂品类报价详情",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMillCategory/get/paper-mill-category-price-Details?paperMillId=纸厂id&time=日期",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMillCategory",
"get",
"paper-mill-category-price-Details"
],
"query": [
{
"key": "paperMillId",
"value": "纸厂id"
},
{
"key": "time",
"value": "日期"
}
]
}
},
"response": []
},
{
"name": "编辑纸厂品类报价",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"paperMillCategoryDetailsEntries\": [\r\n {\r\n \"paperCategoryId\": 0,\r\n \"paperCategoryName\": \"string\",\r\n \"unitPrice\": 0\r\n }\r\n ],\r\n \"paperMillId\": 0,\r\n \"time\": \"string\"\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMillCategory/update/paper-mill-category-price",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMillCategory",
"update",
"paper-mill-category-price"
]
}
},
"response": []
},
{
"name": "获取纸厂品类价格状态",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMillCategory/get/paper-mill-category-price-status/{paperMillId}",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMillCategory",
"get",
"paper-mill-category-price-status",
"{paperMillId}"
]
}
},
"response": []
},
{
"name": "编辑纸厂品类价格状态",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"priceStatusEntryList\": [\r\n {\r\n \"enable\": 0,\r\n \"paperMillCategoryId\": 0,\r\n \"unitPrice\": 0\r\n }\r\n ]\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMillCategory/update/paper-mill-category-price-status",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMillCategory",
"update",
"paper-mill-category-price-status"
]
}
},
"response": []
},
{
"name": "新增纸厂当日品类扣点",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"paperCategoryDailyDeductionList\": [\r\n {\r\n \"paperCategoryId\": 0,\r\n \"points\": 0\r\n }\r\n ],\r\n \"paperMillId\": 0\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMillCategory/add/paper-mill/categories/daily-deduction-point",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMillCategory",
"add",
"paper-mill",
"categories",
"daily-deduction-point"
]
}
},
"response": []
},
{
"name": "获取纸厂品类日扣点列表",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMillCategory/get/paper-mill/categories/daily-deduction-point-list",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMillCategory",
"get",
"paper-mill",
"categories",
"daily-deduction-point-list"
]
}
},
"response": []
},
{
"name": "获取纸厂某日所有品类日扣点",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMillCategory/get/paper-mill-category-price-list",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMillCategory",
"get",
"paper-mill-category-price-list"
]
}
},
"response": []
},
{
"name": "编辑纸厂当日品类扣点",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-APP-ID",
"type": "text",
"value": "1"
},
{
"key": "Authorization",
"type": "text",
"value": "{{token}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"paperCategoryDailyDeductionList\": [\r\n {\r\n \"paperCategoryId\": 0,\r\n \"points\": 0\r\n }\r\n ],\r\n \"paperMillId\": 0,\r\n \"time\": \"string\"\r\n}"
},
"url": {
"raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMillCategory/update/paper-mill/categories/daily-deduction-point",
"protocol": "https",
"host": [
"api-admin-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"admin",
"paperMillCategory",
"update",
"paper-mill",
"categories",
"daily-deduction-point"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
},
{
"name": "纸厂分享",
"item": [
{
"name": "分享纸厂今日报价信息",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-APP-ID",
"value": "1",
"type": "text"
},
{
"key": "Authorization",
"value": "{{apptoken}}",
"type": "text"
}
],
"url": {
"raw": "https://api-test.qniao.cn/recycle-service//share/paper-mill/{paperMillId}/categories-daily-price/on-today",
"protocol": "https",
"host": [
"api-test",
"qniao",
"cn"
],
"path": [
"recycle-service",
"",
"share",
"paper-mill",
"{paperMillId}",
"categories-daily-price",
"on-today"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
}
],
"protocolProfileBehavior": {}
}