{ "info": { "_postman_id": "14d9c183-d080-40b5-8911-96e3a7c65256", "name": "纸通宝测试环境", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "登录", "item": [ { "name": "纸通宝app登录", "event": [ { "listen": "test", "script": { "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": { "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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": { "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": { "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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": [] }, { "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": "" }, "url": { "raw": "https://api-admin-test.qniao.cn/recycle-service/admin/paperMill/delete/paper-mill-merchant-account/498492951811461100", "protocol": "https", "host": [ "api-admin-test", "qniao", "cn" ], "path": [ "recycle-service", "admin", "paperMill", "delete", "paper-mill-merchant-account", "498492951811461100" ] } }, "response": [] } ] }, { "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\": 493892149964836860,\r\n \"retainedQuantity\": 18,\r\n \"time\": \"2020-09-19\",\r\n \"totalQuantity\": 2\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": [] } ] }, { "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": [] } ] }, { "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": [] } ] }, { "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": "{{apptoken}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"articleId\": 0,\r\n \"content\": \"string\"\r\n}" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/article-reply/reply", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "article-reply", "reply" ] } }, "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 \"articleId\": 0\r\n}" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/article-reply/like-or-cancel/article", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "article-reply", "like-or-cancel", "article" ] } }, "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/article-reply/get/reply-list/in/{articleId}", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "article-reply", "get", "reply-list", "in", "{articleId}" ] } }, "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/article-reply/get/my-reply-list", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "article-reply", "get", "my-reply-list" ] } }, "response": [] } ] }, { "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": "{{apptoken}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"categoryId\": 0,\r\n \"content\": \"string\",\r\n \"imageUrls\": [\r\n \"string\"\r\n ],\r\n \"millPaperId\": 0,\r\n \"millPaperName\": \"string\",\r\n \"title\": \"string\"\r\n}" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/article/save/Article", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "article", "save", "Article" ] } }, "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 \"categoryId\": 0,\r\n \"content\": \"string\",\r\n \"imageUrls\": [\r\n \"string\"\r\n ],\r\n \"millPaperId\": \"string\",\r\n \"millPaperName\": \"string\",\r\n \"title\": \"string\"\r\n}" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/article/update/Article/{id}", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "article", "update", "Article", "{id}" ] } }, "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/article/get/my-Article-list", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "article", "get", "my-Article-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": "{{apptoken}}" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/article/get/Article-view-list", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "article", "get", "Article-view-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": "{{apptoken}}" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/article/get/Article-list/", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "article", "get", "Article-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": "{{apptoken}}" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/article/get/Article-detail/{id}", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "article", "get", "Article-detail", "{id}" ] } }, "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 \"id\": 0\r\n}" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/article/delete/Article", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "article", "delete", "Article" ] } }, "response": [] } ] }, { "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": "{{apptoken}}" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/get/my-history-list", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "get", "my-history-list" ] } }, "response": [] } ] }, { "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": "{{apptoken}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"name\": \"string\",\r\n \"type\": 0\r\n}" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/admin/article-label/save/article-label", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "admin", "article-label", "save", "article-label" ] } }, "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 \"name\": \"string\",\r\n \"type\": 0\r\n}" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/admin/article-label/update/article-label/{id}", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "admin", "article-label", "update", "article-label", "{id}" ] } }, "response": [] }, { "name": "通过id查询单条文章标签表记录", "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/admin/article-label/get/article-label/{id}", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "admin", "article-label", "get", "article-label", "{id}" ] } }, "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/admin/article-label/get/article-label-list", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "admin", "article-label", "get", "article-label-list" ] } }, "response": [] }, { "name": "通过id删除一条文章标签表记录", "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": "" }, "url": { "raw": "https://api-test.qniao.cn/recycle-service/admin/article-label/delete/article-label/{id}", "protocol": "https", "host": [ "api-test", "qniao", "cn" ], "path": [ "recycle-service", "admin", "article-label", "delete", "article-label", "{id}" ] } }, "response": [] } ] }, { "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": "{{token}}", "type": "text" } ], "url": { "raw": "http://api-admin-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list", "protocol": "http", "host": [ "api-admin-test", "qniao", "cn" ], "path": [ "payment-settlement-center", "admin", "paper-mill-order-receipt-proof-request", "get", "list" ], "query": [ { "key": "plateNumber", "value": "55556", "disabled": true } ] } }, "response": [] }, { "name": "审核详情", "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" } ], "url": { "raw": "http://api-admin-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/details/501192269332877312", "protocol": "http", "host": [ "api-admin-test", "qniao", "cn" ], "path": [ "payment-settlement-center", "admin", "paper-mill-order-receipt-proof-request", "get", "details", "501192269332877312" ] } }, "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\": 501192269332877312\r\n}" }, "url": { "raw": "http://47.113.118.47:7007/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit", "protocol": "http", "host": [ "47", "113", "118", "47" ], "port": "7007", "path": [ "payment-settlement-center", "admin", "paper-mill-order-receipt-proof-request", "audit" ] } }, "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\": 501192269332877312\r\n}" }, "url": { "raw": "http://47.113.118.47:7007/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle", "protocol": "http", "host": [ "47", "113", "118", "47" ], "port": "7007", "path": [ "payment-settlement-center", "admin", "paper-mill-order-receipt-proof-request", "settle" ] } }, "response": [] } ] }, { "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": "" }, "url": { "raw": "https://api-admin-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list", "protocol": "https", "host": [ "api-admin-test", "qniao", "cn" ], "path": [ "recycle-service", "admin", "operation", "get", "paper-payment-order-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": "" }, "url": { "raw": "https://api-admin-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/513686345122713600", "protocol": "https", "host": [ "api-admin-test", "qniao", "cn" ], "path": [ "recycle-service", "admin", "operation", "get", "order-receipt-audit-details", "513686345122713600" ] } }, "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 \"bankFlowNo\": \"string\",\r\n \"noReceiveblePrice\": 0,\r\n \"paidPrice\": 0,\r\n \"paymentOrderId\": 0,\r\n \"receivablePrice\": 0,\r\n \"remark\": \"string\"\r\n}" }, "url": { "raw": "https://api-admin-test.qniao.cn/recycle-service/admin/operation/update/payment-order-status ", "protocol": "https", "host": [ "api-admin-test", "qniao", "cn" ], "path": [ "recycle-service", "admin", "operation", "update", "payment-order-status " ] } }, "response": [] } ] }, { "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": "" }, "url": { "raw": "https://api-admin-test.qniao.cn/recycle-service//admin/parameter/get/parameter", "protocol": "https", "host": [ "api-admin-test", "qniao", "cn" ], "path": [ "recycle-service", "", "admin", "parameter", "get", "parameter" ], "query": [ { "key": "pageNum", "value": "1", "disabled": true }, { "key": "pageSize", "value": "10", "disabled": true } ] } }, "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/download/temp/", "protocol": "https", "host": [ "api-admin-test", "qniao", "cn" ], "path": [ "recycle-service", "admin", "download", "temp", "" ] } }, "response": [] } ] }, { "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 \"invoicePoint\": \"string\",\r\n \"invoiceType\": 0,\r\n \"isInvoice\": 0,\r\n \"paperMillId\": 0,\r\n \"paybackIntever\": 0\r\n}" }, "url": { "raw": "https://api-admin-test.qniao.cn/recycle-service/admin/papermillsettlement/update/paper-mill-settlement", "protocol": "https", "host": [ "api-admin-test", "qniao", "cn" ], "path": [ "recycle-service", "admin", "papermillsettlement", "update", "paper-mill-settlement" ] } }, "response": [] } ] } ] }