{"info":{"_postman_id":"c513f8e0-f48f-4f77-9e4b-d1d54caf416a","name":"积分通","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"商家","item":[{"name":"当前登录商家的结算记录/v1/shop_bill","id":"f57417cb-c574-433b-96e1-4c045b2f378a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"access-token","type":"text","value":"BaDqYrdK8oyR6V3QIt2UQTEjhmLcYNfa"},{"key":"guard","type":"text","value":"business"}],"url":{"raw":"{{business.jft}}/v1/business/shop_bill?page=1&per_page=5&shop_id=12","host":["{{business.jft}}"],"path":["v1","business","shop_bill"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"5"},{"key":"shop_id","value":"12"}]},"description":"```\n{\n    \"msg\": \"调用成功\",\n    \"result\": {\n        \"bill_list\": {\n            \"total\": 1,\n            \"per_page\": \"5\",\n            \"current_page\": \"1\",\n            \"last_page\": 1,\n            \"data\": [\n                {\n                    \"id\": 1,\n                    \"integral\": 100,\n                    \"status\": 1\n                }\n            ]\n        },\n        \"bill_status\": [\n            \"待结算\",\n            \"已结算\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"f57417cb-c574-433b-96e1-4c045b2f378a"},{"name":"商家用户主页信息/v1/business/user","id":"5a1f5241-c0b4-4f0b-a0fd-2e10c9fc346b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"access-token","type":"text","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ"},{"key":"guard","type":"text","value":"business"}],"url":"{{jft}}/v1/business/user","description":"**返回码** </br>\n`httpStsus:200`：成功</br>\n\n`httpStatus:404`：查找的某些资源不存在</br>\nerrcode:</br>\n*`NO_SHOP`：当前用户没有查找到店铺信息</br>\n\n\n**成功后返回值**</br>\n```\n{\n    \"msg\": \"调用成功\",\n    \"result\": {\n        \"logo\": \"\",\n        \"integral\": 0,\n        \"money_wait\": 0,\n        \"integral_list\": [\n            {\n                \"username\": \"name\",\n                \"ctime\": 110,\n                \"number\": 31,\n                \"status\": 1\n            }\n        ],\n        \"integral_status_map\": [\n            \"待审核\",\n            \"已审核\"\n        ],\n        \"bill_list\": [\n            {\n                \"id\": 1,\n                \"shop_id\": 6,\n                \"date\": 5,\n                \"integral\": 100,\n                \"money\": 100,\n                \"status\": 0,\n                \"ctime\": 0,\n                \"utime\": 0\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"5a1f5241-c0b4-4f0b-a0fd-2e10c9fc346b"},{"name":"商家登录/v1/login","id":"4e9c5949-09f0-4b5d-a73b-d5fd5a99f994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{jft}}/v1/business/login?mobile=15000155794&password=111111","host":["{{jft}}"],"path":["v1","business","login"],"query":[{"key":"mobile","value":"15000155794"},{"key":"password","value":"111111"}]},"description":"**httpStatus:**</br>\n`403`:输入的参数不正确</br>\n`200`：执行成功</br>\n\n**errcode值：**</br>\n`USER_NOT_EXIST`：登录的用户不存在</br>\n`PASSWORD_ERROR`：用户密码错误</br>\n\n**成功返回**</br>\n```\n{\n    \"msg\": \"登录成功\",\n    \"result\": {\n        \"token\": \"eEehnrqF9Y5YrWiljM9POatPCv211G6m\",\n        \"expires_at\": 1560932146\n    }\n}\n```"},"response":[],"_postman_id":"4e9c5949-09f0-4b5d-a73b-d5fd5a99f994"},{"name":"积分列表/v1/business/integrals","id":"62307e34-4924-4765-8d7e-21c1745d75db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrO2V8FuOXKkwbBfzoWllDwOtZyrKnFv","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/integrals?page=1&per_page=5&shop_id=12","host":["{{business.jft}}"],"path":["v1","business","integrals"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"5"},{"key":"settle_time","value":"1560787200","disabled":true},{"key":"shop_id","value":"12"}]},"description":"```\n{\n    \"msg\": \"调用成功\",\n    \"result\": {\n        \"integrals\": {\n            \"total\": 1,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"last_page\": 1,\n            \"data\": [\n                {\n                    \"username\": \"name\",\n                    \"ctime\": 110,\n                    \"number\": 31,\n                    \"status\": 1\n                }\n            ]\n        },\n        \"integrals_status_map\": [\n            \"待审核\",\n            \"已审核\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"62307e34-4924-4765-8d7e-21c1745d75db"},{"name":"商户中心/v1/business","id":"149d1302-0067-47de-8a8d-d66f9bac4522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":"{{jft}}/v1/business","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 4,\n        \"name\": \"Your feeling •小舍MASSAGE（浦东店）\",\n        \"logo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/201906200001587d7084396.jpg\",\n        \"phone\": \"13524420137/17821304689\",\n        \"address\": \"浦东新区浦东南路伦蒂诺中锦国际酒店公寓君誉江畔1969号\",\n        \"service_time\": \"周一至周日 11:00-01:00\",\n        \"desc\": \"的叫法是看得见啊速度加快v啊未婚夫\",\n        \"photos\": [\n            \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/201906200026401062d7316.png\",\n            \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/201906191844542342b9811.jpg\",\n            \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/201906191706261d5bd6791.jpg\",\n            \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/20190619160210887217696.jpg\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"149d1302-0067-47de-8a8d-d66f9bac4522"},{"name":"获取微信太阳码/v1/wx/code","id":"34097642-b447-42ee-9a4c-f66f34727e35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/wx/code?shop_id=2","host":["{{business.jft}}"],"path":["v1","business","wx","code"],"query":[{"key":"scene","value":"13","disabled":true},{"key":"shop_id","value":"2"}]},"description":"```\n{\n    \"msg\": \"成功获取到小程序码\",\n    \"result\": {\n        \"code_path\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1c44287aaefdbe05ee3a4e4baf818a87312b170f.png\"\n    }\n}\n```"},"response":[],"_postman_id":"34097642-b447-42ee-9a4c-f66f34727e35"},{"name":"积分详情/v1/business/integrals/:id","id":"211056a5-9fa7-4e63-9d07-4441a62cffd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/business/integrals/1?shop_id=12","host":["{{jft}}"],"path":["v1","business","integrals","1"],"query":[{"key":"shop_id","value":"12"}]},"description":"```\n{\n    \"msg\": \"调用成功\",\n    \"result\": {\n        \"cost\": 0,\n        \"pay_type\": 0,\n        \"scan_number\": \"\",\n        \"serial_number\": \"2151315313213513132dcsfghfhj\",\n        \"photo_shuffix\": \"\"\n    }\n}\n```"},"response":[],"_postman_id":"211056a5-9fa7-4e63-9d07-4441a62cffd3"},{"name":"店铺编辑页面信息/v1/business/shop/edit/:id","id":"470a2a57-6f82-40c1-b492-7f20fa5f4c45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"eEehnrqF9Y5YrWiljM9POatPCv211G6m","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":"{{jft}}/v1/business/shop/edit/6","description":"```\n{\n    \"msg\": \"调用成功\",\n    \"result\": {\n        \"id\": 6,\n        \"name\": \"北京便利蜂连锁商业有限公司\",\n        \"address\": \"\",\n        \"desc\": \"阿萨飒飒是爱仕达多所\"\n    }\n}\n```"},"response":[],"_postman_id":"470a2a57-6f82-40c1-b492-7f20fa5f4c45"},{"name":"更新店铺信息/v1/business/shop/update/:id","id":"62eeff79-be9a-4557-9627-c4a13612a3ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDQKuVdAWXMRwjrVxzidVJbrWJNhwky","type":"text"},{"key":"guard","value":"business","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{jft}}/v1/business/shop/update/6?name=北京便利蜂连锁商业有限公司&address=天安门广场&desc=好吃的很啊哈哈哈哈哈&phone=15000155794&service_time=9:00-21:30","host":["{{jft}}"],"path":["v1","business","shop","update","6"],"query":[{"key":"name","value":"北京便利蜂连锁商业有限公司"},{"key":"address","value":"天安门广场"},{"key":"desc","value":"好吃的很啊哈哈哈哈哈"},{"key":"phone","value":"15000155794"},{"key":"service_time","value":"9:00-21:30"}]}},"response":[],"_postman_id":"62eeff79-be9a-4557-9627-c4a13612a3ca"},{"name":"发布店铺咨询/v1/shop_news/store","id":"52477d17-2b65-4d3d-8014-d9f0296163e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDWLWsCyG6BtVI4Gcmp7ibMO2LnGKRj","type":"text"},{"key":"guard","value":"business","type":"text"}],"body":{"mode":"raw","raw":"{\"photos\":[1,2,3]}"},"url":{"raw":"{{jft}}/v1/shop_news/store?title=qqqqqqqqq&content=bbbbbbbbbbbbbbbbb","host":["{{jft}}"],"path":["v1","shop_news","store"],"query":[{"key":"title","value":"qqqqqqqqq"},{"key":"content","value":"bbbbbbbbbbbbbbbbb"},{"key":"photos","value":"1","disabled":true}]}},"response":[],"_postman_id":"52477d17-2b65-4d3d-8014-d9f0296163e6"},{"name":"更新咨询信息/v1/shop_news/update/:id","id":"8227150f-e88b-4779-b87b-6037207a6269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"body":{"mode":"raw","raw":"{\"photos\":[1,2,3,4]}"},"url":{"raw":"{{jft}}/v1/shop_news/update/41?title=tttttttttt&content=rrrrrrrrrrrrrrrrrrr大大大大大大","host":["{{jft}}"],"path":["v1","shop_news","update","41"],"query":[{"key":"title","value":"tttttttttt"},{"key":"content","value":"rrrrrrrrrrrrrrrrrrr大大大大大大"}]},"description":"```\n{\n    \"msg\": \"操作成功\"\n}\n\n```"},"response":[],"_postman_id":"8227150f-e88b-4779-b87b-6037207a6269"},{"name":"发布商家活动/v1/shop_activity/store","id":"1d7701a6-abc5-4835-b371-4fc6be6b5f02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaD5jTAPdGgF39cCk3KV5P8UftEDluMe","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/shop_activity/store?begin_time=1561824000&end_time=1561910400&ratio=50&maximum=50&name=测试活动","host":["{{jft}}"],"path":["v1","shop_activity","store"],"query":[{"key":"begin_time","value":"1561824000"},{"key":"end_time","value":"1561910400"},{"key":"ratio","value":"50"},{"key":"maximum","value":"50"},{"key":"name","value":"测试活动"}]},"description":"```\n{\n    \"msg\": \"操作成功\"\n}\n```\n```\n{\n    \"msg\": \"2019-06-21 00:00:00~2019-06-22 00:00:00时间段内已发布过活动\",\n    \"errcode\": \"UNIQUE\"\n}\n```"},"response":[],"_postman_id":"1d7701a6-abc5-4835-b371-4fc6be6b5f02"},{"name":"修改店铺发布的活动/v1/shop_activity/update/:id","id":"eb2cbf99-c738-4faf-9c5e-f42d0da8ff91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDIkyOBfouOYLv5klsNoTPmNChcpwDO","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/shop_activity/update/19?begin_time=1561046400&end_time=1561132800&ratio=1&maximum=100&name=测试活动修改2","host":["{{jft}}"],"path":["v1","shop_activity","update","19"],"query":[{"key":"begin_time","value":"1561046400"},{"key":"end_time","value":"1561132800"},{"key":"ratio","value":"1"},{"key":"maximum","value":"100"},{"key":"name","value":"测试活动修改2"}]},"description":"```\n{\n    \"msg\": \"操作成功\"\n}\n```"},"response":[],"_postman_id":"eb2cbf99-c738-4faf-9c5e-f42d0da8ff91"},{"name":"昨日店铺数据统计/v1/shop_count","id":"876d649f-7fe0-4e34-b07f-8287b44410bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":"{{jft}}/v1/shop_count","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"integral\": 0,\n        \"pay\": 0,\n        \"pay_unit\": \"分\",\n        \"new_users\": 0,\n        \"focus\": 0\n    }\n}\n```"},"response":[],"_postman_id":"876d649f-7fe0-4e34-b07f-8287b44410bf"},{"name":"删除店铺咨询/v1/shop_news/delete/41","id":"58f3e977-4aed-47e7-876f-9c29f3544c2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDzM0e3mQAjh0wuSwxyQckrWTGDHaCW","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":"{{jft}}/v1/shop_news/delete/41"},"response":[],"_postman_id":"58f3e977-4aed-47e7-876f-9c29f3544c2a"},{"name":"{{jft}}/v1/shop_activity/delete/41","id":"36fa1c02-b1ee-4c0b-b99e-317f04f703bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/shop_activity/delete/41?","host":["{{jft}}"],"path":["v1","shop_activity","delete","41"],"query":[{"key":"XDEBUG_SESSION_START","value":"13597","disabled":true}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"36fa1c02-b1ee-4c0b-b99e-317f04f703bf"},{"name":"更新密码/v1/business/user/update/password","id":"47cf79be-6e89-401f-9c5f-fbf5869c4bdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6m","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/business/user/update/password?password=111111&repassword=111111","host":["{{jft}}"],"path":["v1","business","user","update","password"],"query":[{"key":"password","value":"111111"},{"key":"repassword","value":"111111"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"47cf79be-6e89-401f-9c5f-fbf5869c4bdd"},{"name":"退出登录/v1/logout","id":"26bd4515-1612-466a-ad3f-4e00e72b4048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6m","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":"{{jft}}/v1/logout","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"26bd4515-1612-466a-ad3f-4e00e72b4048"},{"name":"关注信息列表/v1/business/user_focus","id":"fe47b272-d446-4977-b071-5d5329373b5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/business/user_focus?per_page=5","host":["{{jft}}"],"path":["v1","business","user_focus"],"query":[{"key":"per_page","value":"5"},{"key":"settle_time","value":"1561440463","disabled":true}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 2,\n        \"per_page\": \"5\",\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 47,\n                \"user_id\": 1,\n                \"shop_id\": 6,\n                \"ctime\": 1561440463,\n                \"utime\": 1561440463,\n                \"user_detail\": {\n                    \"user_id\": 1,\n                    \"username\": \"?暴走小菇凉\"\n                }\n            },\n            {\n                \"id\": 48,\n                \"user_id\": 5,\n                \"shop_id\": 6,\n                \"ctime\": 1561440536,\n                \"utime\": 1561440534,\n                \"user_detail\": null\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"fe47b272-d446-4977-b071-5d5329373b5c"},{"name":"昨日新增用户数/v1/business/user/increment/yesterday","id":"2dc4f22e-4ae4-4364-847d-78fa46d682a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaD0Hb8sgbtYBfVTlh9U5q4fGAdWUw4J","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/business/user/increment/yesterday?per_page=10","host":["{{jft}}"],"path":["v1","business","user","increment","yesterday"],"query":[{"key":"per_page","value":"10"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 1,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 44,\n                \"user_id\": 4,\n                \"shop_id\": 4,\n                \"ctime\": 1561608000,\n                \"utime\": 1561608000,\n                \"user_detail\": {\n                    \"user_id\": 4,\n                    \"username\": \"rui\",\n                    \"gender\": 1\n                }\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"2dc4f22e-4ae4-4364-847d-78fa46d682a6"},{"name":"获取消费金额/v1/business/integrals/money?settle_time=1562601600","id":"345aa078-6fe1-481b-8f04-0bfed89d518c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/business/integrals/money?settle_time=1562601600","host":["{{jft}}"],"path":["v1","business","integrals","money"],"query":[{"key":"settle_time","value":"1562601600"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"sum_cost\": 1234\n    }\n}\n```"},"response":[],"_postman_id":"345aa078-6fe1-481b-8f04-0bfed89d518c"},{"name":"积分总额/v1/business/integrals/total?settle_time=1562601600","id":"25e14dec-fda2-455b-938f-d5845a85815c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"access-token","type":"text","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ"},{"key":"guard","type":"text","value":"business"}],"url":{"raw":"{{business.jft}}/v1/business/integrals/total?shop_id=2","host":["{{business.jft}}"],"path":["v1","business","integrals","total"],"query":[{"key":"settle_time","value":"1562601600","disabled":true},{"key":"shop_id","value":"2"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"integral\": 12\n    }\n}\n```\n\n```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"integral_total\": 12,\n        \"integral_wait\": 0,\n        \"integral_fail\": 0,\n        \"integral\": 0\n    }\n}\n```"},"response":[],"_postman_id":"25e14dec-fda2-455b-938f-d5845a85815c"},{"name":"昨日上传了积分的用户/v1/business/integrals/yesterday_user","id":"28d7cf1e-aeec-4eda-948f-27634a0cc03e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDyv8UPC4bMU1tYspSbluFVoq54INwT","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/integrals/yesterday_user?per_page=5&status=1&shop_id=1","host":["{{business.jft}}"],"path":["v1","business","integrals","yesterday_user"],"query":[{"key":"per_page","value":"5"},{"key":"status","value":"1"},{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 2,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"user_id\": 4,\n                \"shop_id\": 4,\n                \"is_new_user\": false,\n                \"username\": \"rui1\",\n                \"gender\": 1\n            },\n            {\n                \"user_id\": 6,\n                \"shop_id\": 4,\n                \"is_new_user\": false,\n                \"username\": \"\",\n                \"gender\": \"\"\n            }\n        ],\n        \"gender_map\": {\n            \"1\": \"男\",\n            \"2\": \"女\"\n        }\n    }\n}\n```"},"response":[],"_postman_id":"28d7cf1e-aeec-4eda-948f-27634a0cc03e"},{"name":"昨日上产积分用户汇总数据/v1/business/integrals/yesterday_user/summary","id":"b9bd2388-a32c-4621-8f7b-96d9622c5072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":"{{jft}}/v1/business/integrals/yesterday_user/summary","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 3,\n        \"new_user\": 0,\n        \"old_user\": 3\n    }\n}\n```"},"response":[],"_postman_id":"b9bd2388-a32c-4621-8f7b-96d9622c5072"},{"name":"注册用户手机号/v1/business/user/register/mobile?code2session&iv&encryptedData","id":"fd809b2a-ac83-4bd6-bc33-d25ea8e21988","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/business/user/register/mobile?code2session=&iv=&encryptedData=","host":["{{jft}}"],"path":["v1","business","user","register","mobile"],"query":[{"key":"code2session","value":""},{"key":"iv","value":""},{"key":"encryptedData","value":""}]}},"response":[],"_postman_id":"fd809b2a-ac83-4bd6-bc33-d25ea8e21988"},{"name":"分店列表/v1/business/shop/children","id":"ce630c8e-6288-4b29-b48e-922d5c44c2a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"},{"key":"per_page","value":"5","type":"text"}],"url":"{{jft}}/v1/business/shop/children","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 1,\n        \"per_page\": 15,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 20,\n                \"name\": \"啊时代发生\",\n                \"address\": \"浦东新区浦东南路1969号中锦滨江大厦\"\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"ce630c8e-6288-4b29-b48e-922d5c44c2a3"},{"name":"总店昨日汇总数据统计/v1/business/shop_count/root","id":"f60192e2-7124-44f2-b40e-99ef6aaff809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/shop_count/root?shop_id=2","host":["{{business.jft}}"],"path":["v1","business","shop_count","root"],"query":[{"key":"shop_id","value":"2"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"integral\": 0,\n        \"integral_total\": 0,\n        \"integral_wait\": 0,\n        \"pay\": 0,\n        \"users\": 0,\n        \"new_users\": 0,\n        \"focus\": 0\n    }\n}\n```"},"response":[],"_postman_id":"f60192e2-7124-44f2-b40e-99ef6aaff809"},{"name":"总店所有统计数据汇总/v1/business/shop_count/root/all","id":"fac4e284-0932-4213-92f9-4c914e9e5e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/shop_count/root/all?shop_id=2","host":["{{business.jft}}"],"path":["v1","business","shop_count","root","all"],"query":[{"key":"shop_id","value":"2"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"integral\": 0,\n        \"integral_wait\": 0,\n        \"account\": 0,\n        \"users\": 0,\n        \"new_users\": 0,\n        \"focus\": 2\n    }\n}\n```"},"response":[],"_postman_id":"fac4e284-0932-4213-92f9-4c914e9e5e39"},{"name":"订单列表/v1/business/order?per_page=5","id":"05f0e6c5-e95b-40a6-991c-46da256d82e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/order?per_page=5&shop_id=2&time=1564486676","host":["{{business.jft}}"],"path":["v1","business","order"],"query":[{"key":"per_page","value":"5"},{"key":"shop_id","value":"2"},{"key":"time","value":"1564486676"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 2,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 3,\n                \"cost\": 100,\n                \"deduct\": 20,\n                \"money\": 0,\n                \"integral\": 20,\n                \"pay_number\": \"190716103049r3quX9Ak\",\n                \"status\": 1,\n                \"ctime\": 1563271246,\n                \"username\": \"rui1\"\n            },\n            {\n                \"id\": 4,\n                \"cost\": 100,\n                \"deduct\": 20,\n                \"money\": 0,\n                \"integral\": 20,\n                \"pay_number\": \"19071610304\",\n                \"status\": 1,\n                \"ctime\": 1563271246,\n                \"username\": \"\"\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"05f0e6c5-e95b-40a6-991c-46da256d82e3"},{"name":"抵扣详情列表/v1/business/order/deduct_list?per_page=5&settle_time=1563206400&status=1","id":"9e79944f-dfbf-49d3-9e36-10189f8acfb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDqYrdK8oyR6V3QIt2UQTEjhmLcYNfa","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/order/deduct_list?per_page=5&shop_id=12&type=coupon","host":["{{business.jft}}"],"path":["v1","business","order","deduct_list"],"query":[{"key":"per_page","value":"5"},{"key":"settle_time","value":"1563206400","disabled":true},{"key":"status","value":"1","disabled":true},{"key":"shop_id","value":"12"},{"key":"discount","value":"12","disabled":true},{"key":"coupon_id","value":"2","disabled":true},{"key":"type","value":"coupon","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 0,\n        \"per_page\": \"5\",\n        \"current_page\": 1,\n        \"last_page\": 0,\n        \"data\": [],\n        \"status_map\": [\n            \"未支付\",\n            \"已支付\",\n            \"已退回\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"9e79944f-dfbf-49d3-9e36-10189f8acfb9"},{"name":"结算单详情页面汇总/v1/business/shop_bill/summary","id":"e372e8bb-dc64-461a-8246-5c10b8659068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDqYrdK8oyR6V3QIt2UQTEjhmLcYNfa","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/shop_bill/summary?shop_id=12","host":["{{business.jft}}"],"path":["v1","business","shop_bill","summary"],"query":[{"key":"shop_id","value":"12"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"money\": 0,\n        \"settle_money\": 0,\n        \"deduct_money\": 0\n    }\n}\n```"},"response":[],"_postman_id":"e372e8bb-dc64-461a-8246-5c10b8659068"},{"name":"收款详情/v1/business/shoukuan_xiangqing?id=3&shop_id=2","id":"3cb014fb-2581-43c9-ab76-30a94c6087d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/shoukuan_xiangqing?shop_id=12","host":["{{business.jft}}"],"path":["v1","business","shoukuan_xiangqing"],"query":[{"key":"id","value":"3","disabled":true},{"key":"shop_id","value":"12"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 2,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 3,\n                \"user_id\": 4,\n                \"shop_id\": 2,\n                \"cost\": 100,\n                \"deduct\": 20,\n                \"money\": 0,\n                \"integral\": 20,\n                \"pay_number\": \"190716103049r3quX9Ak\",\n                \"status\": 1,\n                \"ctime\": 1563361676,\n                \"username\": \"rui1\",\n                \"photo\": \"https:\\/\\/wx.qlogo.cn\\/mmopen\\/vi_32\\/Q0j4TwGTfTJ5eEjM9EO6E4SVzv3E5ZFHYem9WqAMZSC6trtpfuSpufNo5Vv2FHXFeAVl30YvQ0yAPzX0QhvEbg\\/132\"\n            },\n            {\n                \"id\": 4,\n                \"user_id\": 5,\n                \"shop_id\": 2,\n                \"cost\": 100,\n                \"deduct\": 20,\n                \"money\": 0,\n                \"integral\": 20,\n                \"pay_number\": \"19071610304\",\n                \"status\": 1,\n                \"ctime\": 1563361676,\n                \"username\": \"\",\n                \"photo\": \"\"\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"3cb014fb-2581-43c9-ab76-30a94c6087d0"},{"name":"抵扣详情/v1/business/order/deduct_detail?id=3","id":"324668c7-01c3-4bfa-8408-884e13e3c2dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/business/order/deduct_detail?id=3","host":["{{jft}}"],"path":["v1","business","order","deduct_detail"],"query":[{"key":"id","value":"3"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 3,\n        \"user_id\": 4,\n        \"shop_id\": 2,\n        \"cost\": 1000,\n        \"deduct\": 20,\n        \"money\": 0,\n        \"integral\": 20,\n        \"pay_number\": \"190716103049r3quX9Ak\",\n        \"status\": 1,\n        \"ctime\": 1563361676,\n        \"status_map\": [\n            \"未支付\",\n            \"已支付\",\n            \"已退回\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"324668c7-01c3-4bfa-8408-884e13e3c2dc"},{"name":"当前店铺昨日统计汇总/v1/business/shop_count/current_shop/yesterday?shop_id=2","id":"1eca83f9-292b-4216-ad88-d7702b77de05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/shop_count/current_shop/yesterday?shop_id=2","host":["{{business.jft}}"],"path":["v1","business","shop_count","current_shop","yesterday"],"query":[{"key":"shop_id","value":"2"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"integral\": 0,\n        \"integral_total\": 0,\n        \"integral_wait\": 0\n    }\n}\n```"},"response":[],"_postman_id":"1eca83f9-292b-4216-ad88-d7702b77de05"},{"name":"店铺是否支持支付/v1/business/shop/is_support_pay?shop_id=2","id":"97820f70-6f5c-4996-9120-296f8789d122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/shop/is_support_pay?shop_id=2","host":["{{business.jft}}"],"path":["v1","business","shop","is_support_pay"],"query":[{"key":"shop_id","value":"2"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"is_support_pay\": 1\n    }\n}\n```"},"response":[],"_postman_id":"97820f70-6f5c-4996-9120-296f8789d122"},{"name":"积分活动/v1/business/shop_activity/index?shop_id=12","id":"0940dd21-7600-49d3-b23a-d64c10a50835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDqYrdK8oyR6V3QIt2UQTEjhmLcYNfa","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/shop_activity/index?shop_id=12","host":["{{business.jft}}"],"path":["v1","business","shop_activity","index"],"query":[{"key":"shop_id","value":"12"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 2,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 52,\n                \"name\": \"改改改改\",\n                \"begin_time\": 1561952277,\n                \"end_time\": 1564502400,\n                \"ratio\": 2,\n                \"maximum\": 100,\n                \"ctime\": 1561952299,\n                \"utime\": 1565774210,\n                \"is_expired\": true,\n                \"time\": 1565835916\n            },\n            {\n                \"id\": 50,\n                \"name\": \"店铺活动\",\n                \"begin_time\": 1561478400,\n                \"end_time\": 1561824000,\n                \"ratio\": 3,\n                \"maximum\": 2000,\n                \"ctime\": 1561622666,\n                \"utime\": 1561716276,\n                \"is_expired\": true,\n                \"time\": 1565835916\n            }\n        ],\n        \"min_ratio\": 0.2,\n        \"min_integral\": 2\n    }\n}\n```"},"response":[],"_postman_id":"0940dd21-7600-49d3-b23a-d64c10a50835"},{"name":"临时套餐列表/v1/business/shop_coupon_tmp?shop_id=12","id":"c171c5e4-1765-47e6-933a-77a064a08e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"applocation/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/shop_coupon_tmp?shop_id=12","host":["{{business.jft}}"],"path":["v1","business","shop_coupon_tmp"],"query":[{"key":"shop_id","value":"12","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 6,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 1,\n                \"shop_id\": 12,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/\",\n                \"name\": \"来自临时表\",\n                \"summary\": \"水煮鱼\",\n                \"price\": 2,\n                \"original_price\": 3,\n                \"status\": 1,\n                \"date_begin\": 1560841264,\n                \"date_end\": 1560841264,\n                \"total\": 100,\n                \"limit_type\": 0,\n                \"limit_number\": 0,\n                \"limit_once\": 0\n            },\n            {\n                \"id\": 3,\n                \"shop_id\": 12,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1565776172120341310\",\n                \"name\": \"测试优惠套餐\",\n                \"summary\": \"德邦\",\n                \"price\": 5,\n                \"original_price\": 5.99,\n                \"status\": 1,\n                \"date_begin\": 1565777386,\n                \"date_end\": 1565777388,\n                \"total\": 200,\n                \"limit_type\": 1,\n                \"limit_number\": 222,\n                \"limit_once\": 0\n            },\n            {\n                \"id\": 5,\n                \"shop_id\": 12,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1565776408057648753\",\n                \"name\": \"33\",\n                \"summary\": \"3be earb\",\n                \"price\": 0.03,\n                \"original_price\": 0.03,\n                \"status\": 0,\n                \"date_begin\": 0,\n                \"date_end\": 0,\n                \"total\": 3,\n                \"limit_type\": 1,\n                \"limit_number\": 3,\n                \"limit_once\": 0\n            },\n            {\n                \"id\": 6,\n                \"shop_id\": 12,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1565776444789113265\",\n                \"name\": \"zntg\",\n                \"summary\": \"5seh zednh dtgn tgmn\",\n                \"price\": 0.04,\n                \"original_price\": 0.04,\n                \"status\": 1,\n                \"date_begin\": 0,\n                \"date_end\": 0,\n                \"total\": 4,\n                \"limit_type\": 2,\n                \"limit_number\": 0,\n                \"limit_once\": 444\n            },\n            {\n                \"id\": 7,\n                \"shop_id\": 12,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1565776483403341696\",\n                \"name\": \"rhdr\",\n                \"summary\": \"5n e \",\n                \"price\": 0.05,\n                \"original_price\": 0.05,\n                \"status\": 1,\n                \"date_begin\": 1565777807,\n                \"date_end\": 1565777809,\n                \"total\": 5,\n                \"limit_type\": 1,\n                \"limit_number\": 3333,\n                \"limit_once\": 555\n            },\n            {\n                \"id\": 8,\n                \"shop_id\": 12,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1565777852339610650\",\n                \"name\": \"333\",\n                \"summary\": \"4\",\n                \"price\": 0.04,\n                \"original_price\": 0.04,\n                \"status\": 1,\n                \"date_begin\": 1565777836,\n                \"date_end\": 1565777837,\n                \"total\": 4,\n                \"limit_type\": 2,\n                \"limit_number\": 0,\n                \"limit_once\": 333\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"c171c5e4-1765-47e6-933a-77a064a08e97"},{"name":"获取当前正在举办的活动/v1/business/shop_activity/current?shop_id=12","id":"b7db15f0-bd54-443c-bb79-cb5ea661f387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDCwdNMl8XaQJ3wuGvr0bPPq3I99tnp","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/shop_activity/current?shop_id=1","host":["{{business.jft}}"],"path":["v1","business","shop_activity","current"],"query":[{"key":"shop_id","value":"1"}]}},"response":[],"_postman_id":"b7db15f0-bd54-443c-bb79-cb5ea661f387"},{"name":"发布满减活动/v1/business/shop_activity/publish_discount?shop_id=12&discount_full=10&discount_minus=1&discount_limit_type=1&discount_limit_number=2&discount_date_begin=1&discount_date_end=2&discount_total=3","id":"4df90c47-96d5-4535-b1bf-001ea59b201e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDaaut3gEJLIoznFdVoxyr0rFfGXZ1V","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/shop_activity/publish_discount?shop_id=1&discount_full=200&discount_minus=1&discount_limit_type=1&discount_limit_number=2&discount_date_begin=1&discount_date_end=2&discount_total=3","host":["{{business.jft}}"],"path":["v1","business","shop_activity","publish_discount"],"query":[{"key":"shop_id","value":"1"},{"key":"discount_full","value":"200"},{"key":"discount_minus","value":"1"},{"key":"discount_limit_type","value":"1"},{"key":"discount_limit_number","value":"2"},{"key":"discount_date_begin","value":"1"},{"key":"discount_date_end","value":"2"},{"key":"discount_total","value":"3"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"4df90c47-96d5-4535-b1bf-001ea59b201e"},{"name":"获取最低支付抵扣比例/v3/business/config/get_min_pay_ration?shop_id=12","id":"4a9b5925-1de5-4117-8dcd-4ad0f77831a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDqYrdK8oyR6V3QIt2UQTEjhmLcYNfa","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v3/business/shop/pay_ratio?shop_id=12","host":["{{business.jft}}"],"path":["v3","business","shop","pay_ratio"],"query":[{"key":"shop_id","value":"12"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"min_pay_ratio\": 2000\n    }\n}\n```"},"response":[],"_postman_id":"4a9b5925-1de5-4117-8dcd-4ad0f77831a4"},{"name":"更新店铺支付抵扣比例/v3/business/shop/update_pay_ratio?shop_id=12&pay_ratio=200","id":"66b8129e-1c55-4e98-b053-511ede7b125a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"access-token","value":"BaDqYrdK8oyR6V3QIt2UQTEjhmLcYNfa","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v3/business/shop/update_pay_ratio?shop_id=12&pay_ratio=200","host":["{{business.jft}}"],"path":["v3","business","shop","update_pay_ratio"],"query":[{"key":"shop_id","value":"12"},{"key":"pay_ratio","value":"200","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"66b8129e-1c55-4e98-b053-511ede7b125a"},{"name":"用户消费记录/v3/business/pay_shop/list?shop_id=12","id":"8c9b3845-d124-4dfc-b33a-70e1f78f6de5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"access-token","value":"BaDzo4zdShkLP73wxdobfVnY1LgFHfGl","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v3/business/pay_shop/list?shop_id=1","host":["{{business.jft}}"],"path":["v3","business","pay_shop","list"],"query":[{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": [\n        {\n            \"cost\": \"0\",\n            \"ctime\": 1565834400,\n            \"username\": \"rui\"\n        },\n        {\n            \"cost\": \"0\",\n            \"ctime\": 1565834400,\n            \"username\": \"\"\n        }\n    ]\n}\n```"},"response":[],"_postman_id":"8c9b3845-d124-4dfc-b33a-70e1f78f6de5"},{"name":"发布优惠券/v3/business/shop_pay_bond/add?shop_id=1&pay_money=100&full=50&minus=10&date_begin=1212121212&date_end=2121212121&total=20&share_limit=12&status=1","id":"8b5c12e9-1783-409e-910f-b62976a2f929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/html","type":"text"},{"key":"access-token","value":"BaDCwdNMl8XaQJ3wuGvr0bPPq3I99tnp","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v3/business/shop_pay_bond/add?shop_id=1&pay_money=100&full=50&minus=10&date_begin=1212121212&date_end=2121212121&total=20&share_limit=12&status=1&useful_date=111","host":["{{business.jft}}"],"path":["v3","business","shop_pay_bond","add"],"query":[{"key":"shop_id","value":"1"},{"key":"pay_money","value":"100"},{"key":"full","value":"50"},{"key":"minus","value":"10"},{"key":"date_begin","value":"1212121212"},{"key":"date_end","value":"2121212121"},{"key":"total","value":"20"},{"key":"share_limit","value":"12"},{"key":"status","value":"1"},{"key":"useful_date","value":"111"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"8b5c12e9-1783-409e-910f-b62976a2f929"},{"name":"优惠券列表/v3/business/shop_pay_bond/list?shop_id=1","id":"a40d6301-bbd7-43b4-ac71-028ef13b9054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"access-token","value":"BaDPqHwZaiRKPA8uXt9lEW9yXXPgayFc","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v3/business/shop_pay_bond/list?shop_id=1","host":["{{business.jft}}"],"path":["v3","business","shop_pay_bond","list"],"query":[{"key":"shop_id","value":"1","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"status_map\": [\n            \"待上\",\n            \"已上\",\n            \"已结束\"\n        ],\n        \"data\": {\n            \"total\": 4,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"last_page\": 1,\n            \"data\": [\n                {\n                    \"id\": 1,\n                    \"pay_money\": 100,\n                    \"full\": 50,\n                    \"minus\": 10,\n                    \"date_begin\": 1212121212,\n                    \"date_end\": 2121212121,\n                    \"total\": 20,\n                    \"remain\": 0,\n                    \"share_limit\": 12,\n                    \"status\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"pay_money\": 100,\n                    \"full\": 50,\n                    \"minus\": 10,\n                    \"date_begin\": 1212121212,\n                    \"date_end\": 2121212121,\n                    \"total\": 20,\n                    \"remain\": 0,\n                    \"share_limit\": 12,\n                    \"status\": 1\n                },\n                {\n                    \"id\": 3,\n                    \"pay_money\": 100,\n                    \"full\": 50,\n                    \"minus\": 10,\n                    \"date_begin\": 1212121212,\n                    \"date_end\": 2121212121,\n                    \"total\": 20,\n                    \"remain\": 0,\n                    \"share_limit\": 12,\n                    \"status\": 1\n                },\n                {\n                    \"id\": 4,\n                    \"pay_money\": 100,\n                    \"full\": 50,\n                    \"minus\": 10,\n                    \"date_begin\": 1212121212,\n                    \"date_end\": 2121212121,\n                    \"total\": 20,\n                    \"remain\": 0,\n                    \"share_limit\": 12,\n                    \"status\": 1\n                }\n            ]\n        }\n    }\n}\n```"},"response":[],"_postman_id":"a40d6301-bbd7-43b4-ac71-028ef13b9054"},{"name":"详细信息/v3/business/shop_pay_bond/info?shop_id=1&id=1","id":"82dab41e-46ce-47bf-a64c-b4b43ea75d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"access-token","value":"BaDPqHwZaiRKPA8uXt9lEW9yXXPgayFc","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v3/business/shop_pay_bond/info?shop_id=1&id=1","host":["{{business.jft}}"],"path":["v3","business","shop_pay_bond","info"],"query":[{"key":"shop_id","value":"1"},{"key":"id","value":"1","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"shop_id\": 1,\n        \"pay_money\": 100,\n        \"full\": 50,\n        \"minus\": 10,\n        \"date_begin\": 1212121212,\n        \"date_end\": 2121212121,\n        \"total\": 20,\n        \"share_limit\": 12,\n        \"status\": 1\n    }\n}\n```"},"response":[],"_postman_id":"82dab41e-46ce-47bf-a64c-b4b43ea75d28"},{"name":"编辑优惠券/v3/business/shop_pay_bond/update?shop_id=1&pay_money=10011&full=50&minus=10&date_begin=1212121212&date_end=2121212121&total=20&share_limit=12&status=1&id=1","id":"859dab73-cbd9-4507-a8a3-31efc488dda9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"access-token","value":"BaDCwdNMl8XaQJ3wuGvr0bPPq3I99tnp","type":"text"},{"key":"guard","value":"business","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"shop_id\":1,\n\t\"pay_money\":10011,\n\t\"full\":50,\n\t\"minus\":10,\n\t\"date_begin\":1212121212,\n\t\"date_end\":2121212121,\n\t\"total\":20,\n\t\"share_limit\":12,\n\t\"status\":1,\"id\":1,\n\t\"useful_date\":10\n\t\n}"},"url":"{{business.jft}}/v3/business/shop_pay_bond/update","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"859dab73-cbd9-4507-a8a3-31efc488dda9"},{"name":"{{business.jft}}/v3/business/shop_activity/discount_info?shop_id=4","id":"062fc7d1-06f9-40cd-b7bf-86b8e7524107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"access-token","value":"BaDtbXUkGTjpRwzIgq65QLxSfunIFq7Z","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v3/business/shop_activity/discount_info?shop_id=4","host":["{{business.jft}}"],"path":["v3","business","shop_activity","discount_info"],"query":[{"key":"shop_id","value":"4"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"begin_time\": 1566316800,\n        \"end_time\": 1566489599,\n        \"ratio\": 20,\n        \"maximum\": 100,\n        \"ctime\": 1566371338,\n        \"utime\": 1567595672,\n        \"discount_full\": 700,\n        \"discount_minus\": 100,\n        \"discount_limit_type\": 0,\n        \"discount_limit_number\": 0,\n        \"discount_date_begin\": 1567526400,\n        \"discount_date_end\": 1567612799,\n        \"discount_total\": 10\n    }\n}\n```"},"response":[],"_postman_id":"062fc7d1-06f9-40cd-b7bf-86b8e7524107"},{"name":"删除优惠券/v3/business/shop_pay_bond/delete","id":"32c043f0-d582-442e-b1c4-1654a6b71e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDeUysYYTpERJI0ndjp2Be3OtsW6SgS","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"shop_id\":5,\n\t\"id\":10\n}"},"url":"{{business.jft}}/v3/business/shop_pay_bond/delete","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"32c043f0-d582-442e-b1c4-1654a6b71e08"}],"id":"3663f2f3-8f8e-473f-a492-a775eb7f342b","_postman_id":"3663f2f3-8f8e-473f-a492-a775eb7f342b"},{"name":"用户","item":[{"name":"添加积分/v1/integrals/save","id":"33164ddf-6469-495b-a29c-4c04921470a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{jft}}/v1/integrals/save?pay_type=1&shop_match_name=朋张朋&cost=100&scan_number=20190629200040011100910095776439&cost_time=1561821540&shop_id=1&photo_shuffix=jpg&serial_number=19070117110061972260MznB8Yaw","host":["{{jft}}"],"path":["v1","integrals","save"],"query":[{"key":"pay_type","value":"1"},{"key":"shop_match_name","value":"朋张朋"},{"key":"cost","value":"100"},{"key":"scan_number","value":"20190629200040011100910095776439"},{"key":"cost_time","value":"1561821540"},{"key":"shop_id","value":"1"},{"key":"photo_shuffix","value":"jpg"},{"key":"serial_number","value":"19070117110061972260MznB8Yaw"},{"key":"integral_number","value":"101","disabled":true}]}},"response":[],"_postman_id":"33164ddf-6469-495b-a29c-4c04921470a4"},{"name":"积分详情/v1/integrals/detail?shop_id=6&serial_number=21212121","id":"425bbac5-b86e-4840-95f7-a872c5f27188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOypM4TEQQaxSlzA3gDYkkFhMn0P2Ld","type":"text"}],"url":{"raw":"{{jft}}/v1/integrals/detail?shop_id=12&serial_number=21212121","host":["{{jft}}"],"path":["v1","integrals","detail"],"query":[{"key":"shop_id","value":"12"},{"key":"serial_number","value":"21212121"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"cost\": 0,\n        \"pay_type\": 0,\n        \"scan_number\": \"122332\",\n        \"serial_number\": \"21212121\",\n        \"photo_shuffix\": \"jpg\",\n        \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/21212121.jpg\"\n    }\n}\n```"},"response":[],"_postman_id":"425bbac5-b86e-4840-95f7-a872c5f27188"},{"name":"积分记录/v1/integrals","id":"5a68f972-ae72-4508-9a55-61252330983e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":"{{jft}}/v1/integrals","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"integrals\": {\n            \"total\": 1,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"last_page\": 1,\n            \"data\": [\n                {\n                    \"shop_name\": \"Your feeling •小舍MASSAGE（浦东店）\",\n                    \"ctime\": 0,\n                    \"utime\": 0,\n                    \"number\": 0,\n                    \"status\": 1,\n                    \"serial_number\": \"\",\n                    \"shop_id\": 4,\n                    \"type\": 1,\n                    \"detail\": null\n                }\n            ]\n        },\n        \"integrals_status_map\": [\n            \"待审核\",\n            \"已审核\",\n            \"失败\"\n        ],\n        \"pay_type_map\": {\n            \"1\": \"支付宝\",\n            \"2\": \"微信\",\n            \"3\": \"其它\"\n        },\n        \"type_map\": {\n            \"1\": \"消费\",\n            \"2\": \"赠送\",\n            \"3\": \"邀请\"\n        }\n    }\n}\n```"},"response":[],"_postman_id":"5a68f972-ae72-4508-9a55-61252330983e"},{"name":"小程序登录下发token接口/v1/oauth/login","id":"b5dd2cf5-0708-42a1-9833-8d96baab68b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{jft}}/v1/oauth/login?code=1","host":["{{jft}}"],"path":["v1","oauth","login"],"query":[{"key":"code","value":"1","description":"必填，微信code"}]},"description":"http返回状态。</br>\n\n`200`：请求正常。</br>\n`403`：缺少参数，如：code。</br>\n`430`：微信第三方报错。</br>"},"response":[],"_postman_id":"b5dd2cf5-0708-42a1-9833-8d96baab68b7"},{"name":"注册用户/v1/oauth/register","id":"768e681b-9bab-4d9e-abb7-d7407b7b9dc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{jft}}/v1/oauth/register?rawData=1&code2session=1&iv=1&encryptedData=1","host":["{{jft}}"],"path":["v1","oauth","register"],"query":[{"key":"rawData","value":"1","description":"必填。小程序端通过getUserInfo获取的rawData开放数据"},{"key":"code2session","value":"1","description":"必填。login接口返回的code2session值"},{"key":"iv","value":"1","description":"必填。执行获取用户手机号时获取的加密向量值"},{"key":"encryptedData","value":"1","description":"必填。执行获取用户手机号时获取的加密数据"}]},"description":"**httpStatus:**</br>\n`403`:输入的参数不正确</br>\n`200`：执行成功</br>\n\n**errcode值：**</br>\n`USER_EXIST`：注册的用户已存在</br>\n\n**成功返回**</br>\n```{\"token\":\"sdsdsdsdsds\",\"expires_at\":1559372554}```"},"response":[],"_postman_id":"768e681b-9bab-4d9e-abb7-d7407b7b9dc1"},{"name":"识别交易单号/v1/ai/transaction","id":"a865e012-173c-4972-9825-4761e685187a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pic","type":"file","src":"/C:/Users/25047/Pictures/支付记录/微信图片_20190819154607.jpg"}]},"url":{"raw":"{{jft}}/v1/ai/transaction?","host":["{{jft}}"],"path":["v1","ai","transaction"],"query":[{"key":"XDEBUG_SESSION_START","value":"14091","disabled":true}]},"description":"**httpStatus:**</br>\n\n`200`：执行成功</br>\n`403`:输入的参数不正确</br>\n\n**errcode值：**</br>\n`MONEY_ERROR`：不能争取从图片中提取出消费金额</br>\n\n**成功返回**</br>\n```\nhttpStatus:200\n--------------------\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"pay_type\": 2,\n        \"shop_name\": \"仕〉\",\n        \"shop_match_name\": \"仕\",\n        \"cost\": 1,\n        \"cost_time\": 1562211074,\n        \"scan_number\": \"1000049901201907040009112167\",\n        \"shop_id\": 1,\n        \"pay_type_map\": {\n            \"1\": \"支付宝\",\n            \"2\": \"微信\",\n            \"3\": \"其它\"\n        },\n        \"photo_shuffix\": \"jpg\",\n        \"integral_number\": 2,\n        \"serial_number\": \"19070417041662231056tpjU9GWT\",\n        \"give_integral_number\": 0\n    }\n}\n```\n**失败返回**</br>\n```\nhttpStatus:403\n---------------\n{\n    \"msg\": \"没有识别出该交易单号的金额，请重新上传扫描一次\",\n    \"errcode\": \"MONEY_ERROR\"\n}\n```"},"response":[],"_postman_id":"a865e012-173c-4972-9825-4761e685187a"},{"name":"商家详情/v1/shop/:id","id":"450c6c46-e478-4917-9cb5-0aeaa890287e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{jft}}/v1/shop/2?lng=121.62387360546873&lat=31.024631631508516","host":["{{jft}}"],"path":["v1","shop","2"],"query":[{"key":"lng","value":"121.62387360546873","description":"经度"},{"key":"lat","value":"31.024631631508516","description":"维度"}]},"description":":id：商家ID</br>\n**httpStatus:**</br>\n`200`：执行成功</br>\n`403`:输入的参数不正确</br>\n`404`:查找的资源不存在</br>\n\n\n**errcode值：**</br>\n`SHOP_NOT_EXIST`：店铺不存在</br>\n\n**成功返回**</br>\n```\n{\n    \"msg\": \"调用成功\",\n    \"result\": {\n        \"id\": 1,\n        \"name\": \"小店\",\n        \"logo\": \"\",\n        \"ratio\": 2,\n        \"maximum\": 20\n    }\n}\n```"},"response":[],"_postman_id":"450c6c46-e478-4917-9cb5-0aeaa890287e"},{"name":"商家列表/v1/shop","id":"6cecfa4d-920d-4e38-b085-afa2430577e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":{"raw":"{{jft}}/v1/shop?per_page=10&lng=121.54409&lat=31.22114&page=1","host":["{{jft}}"],"path":["v1","shop"],"query":[{"key":"name","value":"","disabled":true},{"key":"per_page","value":"10"},{"key":"lng","value":"121.54409","description":"经度"},{"key":"lat","value":"31.22114","description":"维度"},{"key":"order_field","value":"distance","description":"money：按消非金额排序\ndistance：按距离排序","disabled":true},{"key":"type_id","value":"2","disabled":true},{"key":"page","value":"1"}]}},"response":[],"_postman_id":"6cecfa4d-920d-4e38-b085-afa2430577e5"},{"name":"用户主页的信息/v1/user","id":"7ce181e9-7ead-4315-8548-9ad80c3bb4e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOm0MJsE6F4wCUVgk8AX7XpMRwZx5km","type":"text"}],"url":"{{jft}}/v1/user","description":"```\n{\n    \"msg\": \"调用成功\",\n    \"result\": {\n        \"user\": {\n            \"photo\": \"/photo\",\n            \"integral\": 0,\n            \"integral_wait\": 0\n        },\n        \"integral_list\": [\n            {\n                \"shop_name\": \"北京便利蜂连锁商业有限公司\",\n                \"ctime\": 110,\n                \"number\": 31,\n                \"status\": 1\n            }\n        ],\n        \"exchange_list\": [\n            {\n                \"gift_name\": \"supprise\",\n                \"status\": 0,\n                \"ctime\": 0\n            }\n        ],\n        \"integral_status_map\": [\n            \"待审核\",\n            \"已审核\"\n        ],\n        \"exchange_status_map\": [\n            \"待审核\",\n            \"已审核\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"7ce181e9-7ead-4315-8548-9ad80c3bb4e1"},{"name":"主页面下展示的店铺信息/v1/shop/top","id":"15e97c15-736f-4ce5-85bb-7a4ffe1a317e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"InNObLkVG3dMZbqa8rSJclEBEjjaeQk4","type":"text","disabled":true}],"url":"{{jft}}/v1/shop/top"},"response":[],"_postman_id":"15e97c15-736f-4ce5-85bb-7a4ffe1a317e"},{"name":"积分兑换记录/v1/exchange","id":"8d55431a-dd35-41b4-9a20-3e41bfdf40bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":{"raw":"{{jft}}/v1/exchange?","host":["{{jft}}"],"path":["v1","exchange"],"query":[{"key":"status","value":"0","disabled":true}]},"description":"**成功返回*\n```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"exchange_list\": {\n            \"total\": 31,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"last_page\": 4,\n            \"data\": [\n                {\n                    \"id\": 57,\n                    \"gift_id\": 4,\n                    \"gift_name\": \"测试礼品数量\",\n                    \"status\": 0,\n                    \"ctime\": 1562225860,\n                    \"integral\": 6,\n                    \"count\": 1,\n                    \"gift\": {\n                        \"id\": 4,\n                        \"provider_id\": \"5\",\n                        \"provider\": {\n                            \"id\": 5,\n                            \"name\": \"海底捞\",\n                            \"desc\": {\n                                \"provider_id\": 5,\n                                \"content\": \"12121212121\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": 56,\n                    \"gift_id\": 4,\n                    \"gift_name\": \"测试礼品数量\",\n                    \"status\": 0,\n                    \"ctime\": 1562224898,\n                    \"integral\": 6,\n                    \"count\": 1,\n                    \"gift\": {\n                        \"id\": 4,\n                        \"provider_id\": \"5\",\n                        \"provider\": {\n                            \"id\": 5,\n                            \"name\": \"海底捞\",\n                            \"desc\": {\n                                \"provider_id\": 5,\n                                \"content\": \"12121212121\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": 51,\n                    \"gift_id\": 4,\n                    \"gift_name\": \"测试礼品数量\",\n                    \"status\": 0,\n                    \"ctime\": 1562224525,\n                    \"integral\": 6,\n                    \"count\": 1,\n                    \"gift\": {\n                        \"id\": 4,\n                        \"provider_id\": \"5\",\n                        \"provider\": {\n                            \"id\": 5,\n                            \"name\": \"海底捞\",\n                            \"desc\": {\n                                \"provider_id\": 5,\n                                \"content\": \"12121212121\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": 50,\n                    \"gift_id\": 4,\n                    \"gift_name\": \"测试礼品数量\",\n                    \"status\": 0,\n                    \"ctime\": 1562224440,\n                    \"integral\": 60,\n                    \"count\": 10,\n                    \"gift\": {\n                        \"id\": 4,\n                        \"provider_id\": \"5\",\n                        \"provider\": {\n                            \"id\": 5,\n                            \"name\": \"海底捞\",\n                            \"desc\": {\n                                \"provider_id\": 5,\n                                \"content\": \"12121212121\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": 49,\n                    \"gift_id\": 4,\n                    \"gift_name\": \"测试礼品数量\",\n                    \"status\": 0,\n                    \"ctime\": 1562224051,\n                    \"integral\": 60,\n                    \"count\": 10,\n                    \"gift\": {\n                        \"id\": 4,\n                        \"provider_id\": \"5\",\n                        \"provider\": {\n                            \"id\": 5,\n                            \"name\": \"海底捞\",\n                            \"desc\": {\n                                \"provider_id\": 5,\n                                \"content\": \"12121212121\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": 47,\n                    \"gift_id\": 4,\n                    \"gift_name\": \"测试礼品数量\",\n                    \"status\": 0,\n                    \"ctime\": 1562213179,\n                    \"integral\": 60,\n                    \"count\": 10,\n                    \"gift\": {\n                        \"id\": 4,\n                        \"provider_id\": \"5\",\n                        \"provider\": {\n                            \"id\": 5,\n                            \"name\": \"海底捞\",\n                            \"desc\": {\n                                \"provider_id\": 5,\n                                \"content\": \"12121212121\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": 46,\n                    \"gift_id\": 4,\n                    \"gift_name\": \"测试礼品数量\",\n                    \"status\": 0,\n                    \"ctime\": 1562213169,\n                    \"integral\": 60,\n                    \"count\": 10,\n                    \"gift\": {\n                        \"id\": 4,\n                        \"provider_id\": \"5\",\n                        \"provider\": {\n                            \"id\": 5,\n                            \"name\": \"海底捞\",\n                            \"desc\": {\n                                \"provider_id\": 5,\n                                \"content\": \"12121212121\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": 45,\n                    \"gift_id\": 4,\n                    \"gift_name\": \"测试礼品数量\",\n                    \"status\": 0,\n                    \"ctime\": 1562213157,\n                    \"integral\": 60,\n                    \"count\": 10,\n                    \"gift\": {\n                        \"id\": 4,\n                        \"provider_id\": \"5\",\n                        \"provider\": {\n                            \"id\": 5,\n                            \"name\": \"海底捞\",\n                            \"desc\": {\n                                \"provider_id\": 5,\n                                \"content\": \"12121212121\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": 44,\n                    \"gift_id\": 4,\n                    \"gift_name\": \"测试礼品数量\",\n                    \"status\": 0,\n                    \"ctime\": 1562213142,\n                    \"integral\": 60,\n                    \"count\": 10,\n                    \"gift\": {\n                        \"id\": 4,\n                        \"provider_id\": \"5\",\n                        \"provider\": {\n                            \"id\": 5,\n                            \"name\": \"海底捞\",\n                            \"desc\": {\n                                \"provider_id\": 5,\n                                \"content\": \"12121212121\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": 43,\n                    \"gift_id\": 4,\n                    \"gift_name\": \"测试礼品数量\",\n                    \"status\": 0,\n                    \"ctime\": 1562213118,\n                    \"integral\": 60,\n                    \"count\": 10,\n                    \"gift\": {\n                        \"id\": 4,\n                        \"provider_id\": \"5\",\n                        \"provider\": {\n                            \"id\": 5,\n                            \"name\": \"海底捞\",\n                            \"desc\": {\n                                \"provider_id\": 5,\n                                \"content\": \"12121212121\"\n                            }\n                        }\n                    }\n                }\n            ]\n        },\n        \"exchange_status_map\": [\n            \"待审核\",\n            \"已审核\",\n            \"审核失败\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"8d55431a-dd35-41b4-9a20-3e41bfdf40bc"},{"name":"礼品提供商列表/v1/gift_provider","id":"918db3d5-a14b-49d9-9f96-6824c43bcad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"InNObLkVG3dMZbqa8rSJclEBEjjaeQk4","type":"text","disabled":true}],"url":{"raw":"{{jft}}/v1/gift_provider?page=1&per_page=5","host":["{{jft}}"],"path":["v1","gift_provider"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"5"}]},"description":"**执行成功后返回*</br>\n```\n{\n    \"msg\": \"调用成功\",\n    \"result\": {\n        \"total\": 5,\n        \"per_page\": 10,\n        \"current_page\": \"1\",\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 1,\n                \"name\": \"云火烧\",\n                \"logo\": \"\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"羊天下\",\n                \"logo\": \"\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"GOODNight\",\n                \"logo\": \"\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"年少有wei\",\n                \"logo\": \"\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"小厮\",\n                \"logo\": \"\"\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"918db3d5-a14b-49d9-9f96-6824c43bcad6"},{"name":"礼品列表/v1/gifts","id":"3304f54a-d333-46ae-90fe-99a36840e188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text","disabled":true}],"url":{"raw":"{{yw.jft}}/v3/login?mobile=15000155794&password=111111","host":["{{yw.jft}}"],"path":["v3","login"],"query":[{"key":"mobile","value":"15000155794"},{"key":"password","value":"111111"}]},"description":"\n\n**成功返回**\n```\n{\n    \"msg\": \"调用成功\",\n    \"result\": {\n        \"total\": 1,\n        \"per_page\": 10,\n        \"current_page\": \"1\",\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 1,\n                \"name\": \"supprice\",\n                \"photo\": \"no photo\",\n                \"integral\": 2000\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"3304f54a-d333-46ae-90fe-99a36840e188"},{"name":"积分兑换页面/v1/exchange/create","id":"cedb45a2-4afa-49c7-baff-7369d3c25504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{jft}}/v1/exchange/create?gift_id=3","host":["{{jft}}"],"path":["v1","exchange","create"],"query":[{"key":"XDEBUG_SESSION_START","value":"","disabled":true},{"key":"gift_id","value":"3"}]},"description":"```\n{\n    \"msg\": \"调用成功\",\n    \"result\": {\n        \"id\": 1,\n        \"name\": \"supprice\",\n        \"photo\": \"no photo\",\n        \"desc\": \"<p style=\\\"text-align: center;\\\">文峰区我过不去</p><p>&nbsp;&nbsp;&nbsp;&nbsp;段落1:<br/></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;午饭前翁<br/></p>\",\n        \"integral\": 2000,\n        \"my_integral\": 3000000\n    }\n}\n```"},"response":[],"_postman_id":"cedb45a2-4afa-49c7-baff-7369d3c25504"},{"name":"兑换礼品/v1/exchange/store","id":"9e21cb0c-df41-4663-b563-ee295fc9f013","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":{"raw":"{{jft}}/v1/exchange/store?gift_id=4&count=1&integral=120","host":["{{jft}}"],"path":["v1","exchange","store"],"query":[{"key":"gift_id","value":"4"},{"key":"count","value":"1"},{"key":"integral","value":"120"}]},"description":"```\n{\n    \"msg\": \"兑换成功\"\n}\n```"},"response":[],"_postman_id":"9e21cb0c-df41-4663-b563-ee295fc9f013"},{"name":"礼品提供商下的礼品/v1/gifts/:provider_id","id":"c9aee9ec-d819-4793-ad31-1794a6ccebaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"InNObLkVG3dMZbqa8rSJclEBEjjaeQk4","type":"text","disabled":true}],"url":{"raw":"{{jft}}/v1/gifts/2?page=1&per_page=5","host":["{{jft}}"],"path":["v1","gifts","2"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"5"}]}},"response":[],"_postman_id":"c9aee9ec-d819-4793-ad31-1794a6ccebaa"},{"name":"获取帮助信息/v1/page/:type","id":"c0cd9c7a-5be2-419d-ad61-c2bae53fd221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"sjawgzu5TOk4rmnHfBtcfNf99qnYMYZE","type":"text","disabled":true}],"url":"{{jft}}/v1/page/1","description":"```\n{\n    \"msg\": \"调用成功\",\n    \"result\": {\n        \"name\": \"测试\",\n        \"content\": \"爱仕达多所多\",\n        \"type\": 1,\n        \"type_map\": {\n            \"1\": \"支付宝帮助\",\n            \"2\": \"微信帮助\",\n            \"3\": \"服务条款\"\n        }\n    }\n}\n```"},"response":[],"_postman_id":"c0cd9c7a-5be2-419d-ad61-c2bae53fd221"},{"name":"友情链接内容/v1/links","id":"5e28a8b3-baa7-4f9d-ace6-7ec810409040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text","disabled":true}],"url":"{{jft}}/v1/links","description":"```\n{\n    \"msg\": \"调用成功\",\n    \"result\": [\n        {\n            \"id\": 1,\n            \"name\": \"1\",\n            \"photo\": \"1\",\n            \"type\": 1,\n            \"link\": \"1\",\n            \"status\": 1,\n            \"ctime\": 0,\n            \"utime\": 0\n        },\n        {\n            \"id\": 2,\n            \"name\": \"2\",\n            \"photo\": \"2\",\n            \"type\": 2,\n            \"link\": \"www.baidu.com\",\n            \"status\": 1,\n            \"ctime\": 0,\n            \"utime\": 0\n        }\n    ]\n}\n```"},"response":[],"_postman_id":"5e28a8b3-baa7-4f9d-ace6-7ec810409040"},{"name":"关注/取关店铺/v1/user_focus","id":"0cf69885-8751-4ee7-aaaf-d890e25f098e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":{"raw":"{{jft}}/v1/user_focus?shop_id=1","host":["{{jft}}"],"path":["v1","user_focus"],"query":[{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"关注成功\",\n    \"result\": {\n        \"is_focus\": 1\n    }\n}\n```"},"response":[],"_postman_id":"0cf69885-8751-4ee7-aaaf-d890e25f098e"},{"name":"关注店铺列表/v1/user_focus/shop","id":"bd5960eb-7dc4-4d28-a856-4a942c6bab34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":{"raw":"{{jft}}/v1/user_focus/shop?lng=121.62387360546873&lat=31.024631631508516&page=1&per_page=5","host":["{{jft}}"],"path":["v1","user_focus","shop"],"query":[{"key":"lng","value":"121.62387360546873"},{"key":"lat","value":"31.024631631508516"},{"key":"page","value":"1"},{"key":"per_page","value":"5"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 8,\n        \"per_page\": \"5\",\n        \"current_page\": \"1\",\n        \"last_page\": 2,\n        \"data\": [\n            {\n                \"id\": 13,\n                \"name\": \"天猫吉玛仕旗舰店\",\n                \"service_time\": \"\",\n                \"address\": \"\",\n                \"longitude\": \"\",\n                \"latitude\": \"\",\n                \"distance_unit\": \"m\",\n                \"distance\": null\n            },\n            {\n                \"id\": 13,\n                \"name\": \"天猫吉玛仕旗舰店\",\n                \"service_time\": \"\",\n                \"address\": \"\",\n                \"longitude\": \"\",\n                \"latitude\": \"\",\n                \"distance_unit\": \"m\",\n                \"distance\": null\n            },\n            {\n                \"id\": 13,\n                \"name\": \"天猫吉玛仕旗舰店\",\n                \"service_time\": \"\",\n                \"address\": \"\",\n                \"longitude\": \"\",\n                \"latitude\": \"\",\n                \"distance_unit\": \"m\",\n                \"distance\": null\n            },\n            {\n                \"id\": 13,\n                \"name\": \"天猫吉玛仕旗舰店\",\n                \"service_time\": \"\",\n                \"address\": \"\",\n                \"longitude\": \"\",\n                \"latitude\": \"\",\n                \"distance_unit\": \"m\",\n                \"distance\": null\n            },\n            {\n                \"id\": 13,\n                \"name\": \"天猫吉玛仕旗舰店\",\n                \"service_time\": \"\",\n                \"address\": \"\",\n                \"longitude\": \"\",\n                \"latitude\": \"\",\n                \"distance_unit\": \"m\",\n                \"distance\": null\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"bd5960eb-7dc4-4d28-a856-4a942c6bab34"},{"name":"当前正在举办的活动/v1/shop_activity/current?shop_id=6","id":"2367c0c4-6c8e-4146-ae78-fafa0f71ebc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text","disabled":true},{"key":"guard","value":"business","type":"text","disabled":true}],"url":{"raw":"{{jft}}/v1/shop_activity/current?shop_id=110043","host":["{{jft}}"],"path":["v1","shop_activity","current"],"query":[{"key":"shop_id","value":"110043"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 17,\n        \"name\": \"测试活动\",\n        \"begin_time\": 1560416805,\n        \"end_time\": 1560960000,\n        \"ratio\": 2,\n        \"maximum\": 100,\n        \"ctime\": 1560477151,\n        \"utime\": 1560477151\n    }\n}\n```"},"response":[],"_postman_id":"2367c0c4-6c8e-4146-ae78-fafa0f71ebc8"},{"name":"店铺咨询详情/v1/shop_news/:id","id":"a53cab67-74d7-4dc3-8241-86b0c349d7bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text","disabled":true},{"key":"guard","value":"business","type":"text","disabled":true}],"url":"{{jft}}/v1/shop_news/35","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 1,\n        \"title\": \"qqqqqqqqq\",\n        \"content\": \"dddddddddddddd\",\n        \"ctime\": 1560407786,\n        \"utime\": 1560410133\n    }\n}\n```"},"response":[],"_postman_id":"a53cab67-74d7-4dc3-8241-86b0c349d7bd"},{"name":"店铺类型/v1/shop_type","id":"e9a01d70-efb9-4ccf-bd51-78cc213a1820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text","disabled":true}],"url":"{{jft}}/v1/shop_type","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": [\n        {\n            \"id\": 18,\n            \"name\": \"要啥自行车\",\n            \"count\": 0,\n            \"utime\": 1561429604,\n            \"children\": []\n        },\n        {\n            \"id\": 15,\n            \"name\": \"西餐\",\n            \"count\": 0,\n            \"utime\": 1560927776,\n            \"children\": []\n        },\n        {\n            \"id\": 13,\n            \"name\": \"饮品\",\n            \"count\": 0,\n            \"utime\": 1560927760,\n            \"children\": []\n        },\n        {\n            \"id\": 12,\n            \"name\": \"美容店\",\n            \"count\": 0,\n            \"utime\": 1560927740,\n            \"children\": []\n        },\n        {\n            \"id\": 11,\n            \"name\": \"美甲\",\n            \"count\": 0,\n            \"utime\": 1560927729,\n            \"children\": []\n        },\n        {\n            \"id\": 10,\n            \"name\": \"礼品啊\",\n            \"count\": 0,\n            \"utime\": 1560927718,\n            \"children\": []\n        },\n        {\n            \"id\": 8,\n            \"name\": \"小礼物\",\n            \"count\": 0,\n            \"utime\": 1560927705,\n            \"children\": []\n        },\n        {\n            \"id\": 7,\n            \"name\": \"好巡城\",\n            \"count\": 0,\n            \"utime\": 1560927695,\n            \"children\": []\n        },\n        {\n            \"id\": 6,\n            \"name\": \"自助餐\",\n            \"count\": 0,\n            \"utime\": 1560927681,\n            \"children\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"测试上级分类\",\n                    \"count\": 0,\n                    \"status\": 1,\n                    \"ctime\": 1561428988,\n                    \"utime\": 1561429002,\n                    \"parent_id\": 6\n                }\n            ]\n        },\n        {\n            \"id\": 5,\n            \"name\": \"火锅\",\n            \"count\": 0,\n            \"utime\": 1560927668,\n            \"children\": []\n        },\n        {\n            \"id\": 4,\n            \"name\": \"北京便利蜂连锁商业有限公司\",\n            \"count\": 0,\n            \"utime\": 1560927652,\n            \"children\": []\n        },\n        {\n            \"id\": 2,\n            \"name\": \"礼品啊\",\n            \"count\": 0,\n            \"utime\": 1560927633,\n            \"children\": []\n        },\n        {\n            \"id\": 1,\n            \"name\": \"餐饮\",\n            \"count\": 0,\n            \"utime\": 1560927593,\n            \"children\": [\n                {\n                    \"id\": 19,\n                    \"name\": \"就要自行车\",\n                    \"count\": 0,\n                    \"status\": 1,\n                    \"ctime\": 1561429604,\n                    \"utime\": 1561429604,\n                    \"parent_id\": 1\n                },\n                {\n                    \"id\": 20,\n                    \"name\": \"我喜欢自行车\",\n                    \"count\": 0,\n                    \"status\": 1,\n                    \"ctime\": 1561429604,\n                    \"utime\": 1561429604,\n                    \"parent_id\": 1\n                }\n            ]\n        }\n    ]\n}\n```"},"response":[],"_postman_id":"e9a01d70-efb9-4ccf-bd51-78cc213a1820"},{"name":"当前正在举办的活动页/v1/page_activity/current","id":"534acc18-8094-4620-ae5c-19f6b4417987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":"{{jft}}/v1/page_activity/current","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 9,\n        \"name\": \"YP活动设置注意事项\",\n        \"content\": \"<p>我v我v发撒S</p>\",\n        \"begin_time\": 1562256000,\n        \"end_time\": 1563638400,\n        \"ctime\": 1562224295,\n        \"utime\": 1562224295,\n        \"first_upload\": false\n    }\n}\n```"},"response":[],"_postman_id":"534acc18-8094-4620-ae5c-19f6b4417987"},{"name":"店铺描述信息/v1/shop/:id/desc","id":"17d674f3-315f-4a41-82ad-d813c8aef834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text","disabled":true}],"url":"{{jft}}/v1/shop/12/desc","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"shop_id\": 2,\n        \"desc\": \"qu'a全家便利点搜索苏州区域点，收走是四周市苏州市r和对方你你你你你你你你你你你你你你你你她她她她她她她她她她她她她她她她她她她涛涛涛涛涛涛涛涛涛涛涛涛涛涛涛涛他f诊断方法烦烦烦烦烦烦烦烦烦烦烦烦烦烦烦dfffffb\\n\\nZSF'f'f'f'f'f'f'f'f'f'f'f'f'f\",\n        \"photos\": [\n            \"201906200026401062d7316.png\",\n            \"201906191844542342b9811.jpg\",\n            \"201906191706261d5bd6791.jpg\",\n            \"20190619160210887217696.jpg\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"17d674f3-315f-4a41-82ad-d813c8aef834"},{"name":"供应商描述信息/v1/gift_provider/:id/desc","id":"b8e33198-5733-4ffe-84ee-3f36e065bdde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text","disabled":true}],"url":"{{jft}}/v1/gift_provider/5/desc","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"provider_id\": 5,\n        \"content\": \"12121212121\"\n    }\n}\n```"},"response":[],"_postman_id":"b8e33198-5733-4ffe-84ee-3f36e065bdde"},{"name":"注册/更新用户信息/v1/oauth/register/user_info?raw_data={\"nickName\":\"rui1\",\"gender\":\"1\",\"avatarUrl\":\"https://wx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJ5eEjM9EO6E4SVzv3E5ZFHYem9WqAMZSC6trtpfuSpufNo5Vv2FHXFeAVl30YvQ0yAPzX0QhvEbg/132\",\"province\":\"Hubei\",\"city\":\"Yangyang\"}","id":"7dba86cd-785d-4702-8a18-d92ee653b552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{jft}}/v1/oauth/register/user_info?raw_data={\"nickName\":\"rui1\",\"gender\":\"1\",\"avatarUrl\":\"https://wx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJ5eEjM9EO6E4SVzv3E5ZFHYem9WqAMZSC6trtpfuSpufNo5Vv2FHXFeAVl30YvQ0yAPzX0QhvEbg/132\",\"province\":\"Hubei\",\"city\":\"Yangyang\"}","host":["{{jft}}"],"path":["v1","oauth","register","user_info"],"query":[{"key":"raw_data","value":"{\"nickName\":\"rui1\",\"gender\":\"1\",\"avatarUrl\":\"https://wx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJ5eEjM9EO6E4SVzv3E5ZFHYem9WqAMZSC6trtpfuSpufNo5Vv2FHXFeAVl30YvQ0yAPzX0QhvEbg/132\",\"province\":\"Hubei\",\"city\":\"Yangyang\"}"}]},"description":"```\n{\n    \"msg\": \"用户信息更新成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"7dba86cd-785d-4702-8a18-d92ee653b552"},{"name":"注册手机号/v1/oauth/register/mobile","id":"88e364e8-cc75-45c9-b6d6-6f7e05d941e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":{"raw":"{{jft}}/v1/oauth/register/mobile?code2session=&iv=&encryptedData=","host":["{{jft}}"],"path":["v1","oauth","register","mobile"],"query":[{"key":"code2session","value":""},{"key":"iv","value":""},{"key":"encryptedData","value":""}]}},"response":[],"_postman_id":"88e364e8-cc75-45c9-b6d6-6f7e05d941e4"},{"name":"订单列表/v1/order?per_page=5","id":"11b1993e-5470-4c08-88d4-02188e594d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOBr6q2wjUJuilp7jMF0leQpyLUdTxw","type":"text"}],"url":{"raw":"{{jft}}/v1/order?per_page=5","host":["{{jft}}"],"path":["v1","order"],"query":[{"key":"per_page","value":"5"},{"key":"is_check_coupon","value":"1","disabled":true}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 4,\n        \"per_page\": \"5\",\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 4,\n                \"user_id\": 4,\n                \"shop_id\": 2,\n                \"shop_name\": \"晶会轩(浦东店)\",\n                \"cost\": 100,\n                \"deduct\": 20,\n                \"money\": 0,\n                \"integral\": 20,\n                \"pay_number\": \"190716161417p2PTESny\",\n                \"status\": 0,\n                \"ctime\": 1563264857\n            },\n            {\n                \"id\": 3,\n                \"user_id\": 4,\n                \"shop_id\": 2,\n                \"shop_name\": \"晶会轩(浦东店)\",\n                \"cost\": 100,\n                \"deduct\": 20,\n                \"money\": 0,\n                \"integral\": 20,\n                \"pay_number\": \"1907161537224CUNdQfh\",\n                \"status\": 0,\n                \"ctime\": 1563262642\n            },\n            {\n                \"id\": 2,\n                \"user_id\": 4,\n                \"shop_id\": 2,\n                \"shop_name\": \"晶会轩(浦东店)\",\n                \"cost\": 100,\n                \"deduct\": 20,\n                \"money\": 0,\n                \"integral\": 20,\n                \"pay_number\": \"190716103049r3quX9Ak\",\n                \"status\": 1,\n                \"ctime\": 1563244249\n            },\n            {\n                \"id\": 1,\n                \"user_id\": 4,\n                \"shop_id\": 1,\n                \"shop_name\": \"U积分熊福利店\",\n                \"cost\": 0,\n                \"deduct\": 0,\n                \"money\": 0,\n                \"integral\": 0,\n                \"pay_number\": \"\",\n                \"status\": 0,\n                \"ctime\": 0\n            }\n        ],\n        \"status_map\": [\n            \"未支付\",\n            \"已支付\",\n            \"已退回\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"11b1993e-5470-4c08-88d4-02188e594d17"},{"name":"收款详情/v1/order/detail?id=3","id":"b7d65fcc-ec5e-476b-a5df-f004035d3c38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":{"raw":"{{jft}}/v1/order/detail?id=3","host":["{{jft}}"],"path":["v1","order","detail"],"query":[{"key":"per_page","value":"5","disabled":true},{"key":"id","value":"3"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 3,\n        \"user_id\": 4,\n        \"shop_id\": 2,\n        \"cost\": 100,\n        \"deduct\": 20,\n        \"money\": 0,\n        \"integral\": 20,\n        \"pay_number\": \"1907161537224CUNdQfh\",\n        \"status\": 0,\n        \"ctime\": 1563262642\n    }\n}\n```"},"response":[],"_postman_id":"b7d65fcc-ec5e-476b-a5df-f004035d3c38"},{"name":"微信H5登录/v1/h5/wx_login?mobile=15000155794&verify_code=802","id":"743467db-ac6d-401e-b869-963dc2afce95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jftpay}}/v1/h5/wx_login?mobile=15000155794&verify_code=802","host":["{{jftpay}}"],"path":["v1","h5","wx_login"],"query":[{"key":"mobile","value":"15000155794"},{"key":"verify_code","value":"802"}]}},"response":[],"_postman_id":"743467db-ac6d-401e-b869-963dc2afce95"},{"name":"店铺咨询信息列表/v1/shop_news","id":"b0fb2fa9-c582-4984-a007-5d08a29c155e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/shop_news?per_page=2&page=1","host":["{{jft}}"],"path":["v1","shop_news"],"query":[{"key":"per_page","value":"2"},{"key":"page","value":"1"},{"key":"shop_id","value":"1","disabled":true}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 12,\n        \"per_page\": \"2\",\n        \"current_page\": \"1\",\n        \"last_page\": 6,\n        \"data\": [\n            {\n                \"id\": 1,\n                \"title\": \"qqqqqqqqq\",\n                \"ctime\": 1560407786,\n                \"utime\": 1560410133,\n                \"content\": \"dddddddddddddd\"\n            },\n            {\n                \"id\": 2,\n                \"title\": \"qqqqqqqqq\",\n                \"ctime\": 1560407806,\n                \"utime\": 1560407806,\n                \"content\": \"aaaaaaaaaaaaaaaaaaa\"\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"b0fb2fa9-c582-4984-a007-5d08a29c155e"},{"name":"商家活动列表/v1/shop_activity/index","id":"51e4ed0c-deee-4ce4-95d3-d5ef7964ec3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text","disabled":true},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{jft}}/v1/shop_activity/index?page=1&per_page=5","host":["{{jft}}"],"path":["v1","shop_activity","index"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"5"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 2,\n        \"per_page\": \"5\",\n        \"current_page\": \"1\",\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 17,\n                \"name\": \"测试活动\",\n                \"begin_time\": 1560416805,\n                \"end_time\": 1560960000,\n                \"ratio\": 2,\n                \"maximum\": 100,\n                \"ctime\": 1560477151\n            },\n            {\n                \"id\": 18,\n                \"name\": \"测试活动\",\n                \"begin_time\": 1561046400,\n                \"end_time\": 1561132800,\n                \"ratio\": 2,\n                \"maximum\": 100,\n                \"ctime\": 1560477579\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"51e4ed0c-deee-4ce4-95d3-d5ef7964ec3f"},{"name":"查看店铺活动详情/v1/shop_activity/show/:id","id":"9a919100-3445-47e1-8f38-6c68ffb2fd94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDWLWsCyG6BtVI4Gcmp7ibMO2LnGKRj","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":"{{jft}}/v1/shop_activity/show/2","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 17,\n        \"name\": \"测试活动\",\n        \"begin_time\": 1560416805,\n        \"end_time\": 1560960000,\n        \"ratio\": 2,\n        \"maximum\": 100,\n        \"ctime\": 1560477151\n    }\n}\n```"},"response":[],"_postman_id":"9a919100-3445-47e1-8f38-6c68ffb2fd94"},{"name":"兑换记录备注信息/v1/exchange/remark/12","id":"92bde444-65be-47e3-838b-3fa1190a6cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":"{{jft}}/v1/exchange/remark/19","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 19,\n        \"gift_id\": 9,\n        \"gift_name\": \"测试富文本\",\n        \"status\": 1,\n        \"ctime\": 1562054185,\n        \"integral\": 1,\n        \"count\": 1,\n        \"status_map\": [\n            \"待审核\",\n            \"已审核\",\n            \"审核失败\"\n        ],\n        \"gift\": {\n            \"id\": 9,\n            \"provider_id\": \"5\",\n            \"provider\": {\n                \"id\": 5,\n                \"name\": \"海底捞\",\n                \"desc\": {\n                    \"provider_id\": 5,\n                    \"content\": \"12121212121\"\n                }\n            }\n        },\n        \"remark\": {\n            \"id\": 14,\n            \"exchange_id\": 19,\n            \"remark\": [\n                \"\"\n            ]\n        }\n    }\n}\n```"},"response":[],"_postman_id":"92bde444-65be-47e3-838b-3fa1190a6cce"},{"name":"获取短信验证码/v1/mobile/verify_code?mobile=15000155794","id":"d6e18591-73ee-4606-81c7-d70b8c01da1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jft}}/v1/mobile/verify_code?mobile=15000155794","host":["{{jft}}"],"path":["v1","mobile","verify_code"],"query":[{"key":"mobile","value":"15000155794"}]}},"response":[],"_postman_id":"d6e18591-73ee-4606-81c7-d70b8c01da1f"},{"name":"获取微信小程序码/v1/wx/code?scene=123","id":"700e9617-7961-4d29-b688-fd8acb0cfa5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":{"raw":"{{jft}}/v1/wx/code?scene=123","host":["{{jft}}"],"path":["v1","wx","code"],"query":[{"key":"scene","value":"123"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"code_img\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/eef196289cdcd59c5885f441bf66f073dd6f7db6.png\"\n    }\n}\n```"},"response":[],"_postman_id":"700e9617-7961-4d29-b688-fd8acb0cfa5e"},{"name":"套餐列表/v1/shop_coupon?shop_id=1","id":"1613c496-2c16-40d2-a2ac-b1021ac55878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jft}}/v1/shop_coupon?shop_id=12&per_page=3","host":["{{jft}}"],"path":["v1","shop_coupon"],"query":[{"key":"shop_id","value":"12"},{"key":"per_page","value":"3"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"status_map\": [\n            \"待上架\",\n            \"已上架\"\n        ],\n        \"limit_type_map\": [\n            \"不限制\",\n            \"总量\",\n            \"按天\"\n        ],\n        \"coupons_list\": [\n            {\n                \"id\": 1,\n                \"shop_id\": 1,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/\",\n                \"name\": \"we强无敌\",\n                \"limit_type\": 0,\n                \"limit_number\": 0,\n                \"price\": 2,\n                \"original_price\": 3,\n                \"date_begin\": \"2019-06-18\",\n                \"date_end\": \"2019-06-18\",\n                \"summary\": \"水煮鱼\"\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"1613c496-2c16-40d2-a2ac-b1021ac55878"},{"name":"通过邀请进来的新用户/v3/user_share/come?shop_id=1&user_id=45&come_user_id=111","id":"541f626f-4887-4854-875e-a2427d9cfbf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"access-token","value":"FrOVxjtPHYmlhE7kQBI9XlnF0T1VnArQ","type":"text"}],"url":{"raw":"{{jft}}/v3/user_share/come?shop_id=1&user_id=5&come_user_id=10&scene=1007","host":["{{jft}}"],"path":["v3","user_share","come"],"query":[{"key":"shop_id","value":"1"},{"key":"user_id","value":"5"},{"key":"come_user_id","value":"10"},{"key":"scene","value":"1007"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"541f626f-4887-4854-875e-a2427d9cfbf9"},{"name":"获取首页板块内容/v3/block/1","id":"2abaf51a-ea70-46c5-a395-e85a7fb8a012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{jft}}/v3/block/3","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": [\n        {\n            \"id\": 9,\n            \"shop_id\": 12,\n            \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1565776483403341696\",\n            \"name\": \"rhdr\",\n            \"price\": 5,\n            \"original_price\": 5,\n            \"date_begin\": 1565777807,\n            \"date_end\": 1565777809,\n            \"summary\": \"\"\n        },\n        {\n            \"id\": 8,\n            \"shop_id\": 12,\n            \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1565777852339610650\",\n            \"name\": \"333\",\n            \"price\": 4,\n            \"original_price\": 4,\n            \"date_begin\": 1565777836,\n            \"date_end\": 1565777837,\n            \"summary\": \"\"\n        },\n        {\n            \"id\": 7,\n            \"shop_id\": 7,\n            \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/201906191706261d5bd6791.jpg\",\n            \"name\": \"呆湾卤肉饭\",\n            \"price\": 650,\n            \"original_price\": 300,\n            \"date_begin\": 1565798400,\n            \"date_end\": 1567180800,\n            \"summary\": \"\"\n        }\n    ]\n}\n```"},"response":[],"_postman_id":"2abaf51a-ea70-46c5-a395-e85a7fb8a012"},{"name":"获取微信access_token接口/v3/wx/get_access_token?api_secret=abb098dfd484b36d3e6770a58bf520cf","id":"d6d9c0a4-0f24-4a6b-b530-4f1fd68821e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":{"raw":"{{jft}}/v3/wx/get_access_token?api_secret=abb098dfd484b36d3e6770a58bf520cf","host":["{{jft}}"],"path":["v3","wx","get_access_token"],"query":[{"key":"api_secret","value":"abb098dfd484b36d3e6770a58bf520cf"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"access_token\": \"24_ezdDZbPDaqqk_0vB5Y1kYrNvp516i3yySCFie9oeYOKV2fSJDZkgUn7r0xGkwuy5QZJWsLdZykT0vobtGJ42ssxailEQv8VV9u9vshlvcsv8bjpV41bIMTqCf50WFKcAGAFOT\"\n    }\n}\n```"},"response":[],"_postman_id":"d6d9c0a4-0f24-4a6b-b530-4f1fd68821e1"},{"name":"用户签到/v3/user/sign","id":"b00756f4-f2dc-4b35-b790-af81adb296a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOKUNuDtJoe5jtV01SOAyetHUlpbEVF","type":"text"}],"url":"{{jft}}/v3/user/sign"},"response":[],"_postman_id":"b00756f4-f2dc-4b35-b790-af81adb296a7"},{"name":"满减活动列表/v3/shop/discount_activity_list?per_page=2","id":"27cb8b4a-2905-45be-8fae-03a77e23ca8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jft}}/v3/shop/discount_activity_list?per_page=2","host":["{{jft}}"],"path":["v3","shop","discount_activity_list"],"query":[{"key":"lng","value":"121.54409","type":"text","disabled":true},{"key":"lat","value":"31.22114","type":"text","disabled":true},{"key":"per_page","value":"2"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"discount_limit_type_map\": [\n            \"不限制\",\n            \"总量\",\n            \"按天\"\n        ],\n        \"data\": [\n            {\n                \"shop_id\": 9,\n                \"shop_name\": \"吉祥馄饨烧麦\",\n                \"phone\": \"18917549257\",\n                \"ratio\": 20,\n                \"address\": \"南泉北路528号新大陆广场（南）S1-28\",\n                \"logo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/2019062517121690f470402.jpg\",\n                \"tags\": null,\n                \"price\": 0,\n                \"is_support_pay\": 1,\n                \"discount_full\": 2,\n                \"discount_minus\": 0.59,\n                \"discount_remain\": 1000,\n                \"discount_limit_type\": 1,\n                \"discount_limit_number\": 200,\n                \"discount_date_begin\": 1567094400,\n                \"discount_date_end\": 1567180799,\n                \"distance\": null\n            },\n            {\n                \"shop_id\": 22,\n                \"shop_name\": \"啊时代发生22\",\n                \"phone\": \"12341234\",\n                \"ratio\": 0,\n                \"address\": \"浦东新区浦东南路1969号中锦滨江大厦\",\n                \"logo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/20190627175615ed9d34128.png\",\n                \"tags\": [\n                    \"许多年以后\",\n                    \"666\"\n                ],\n                \"price\": 0.01,\n                \"is_support_pay\": 1,\n                \"discount_full\": 2,\n                \"discount_minus\": 0.59,\n                \"discount_remain\": 1000,\n                \"discount_limit_type\": 1,\n                \"discount_limit_number\": 200,\n                \"discount_date_begin\": 1566576000,\n                \"discount_date_end\": 1567267199,\n                \"distance\": null\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"27cb8b4a-2905-45be-8fae-03a77e23ca8c"},{"name":"用户首次赠送/v3/user/is_first_gift","id":"8d16a2b9-b8ff-4bcc-8888-31f35e697424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"access-token","value":"FrOKUNuDtJoe5jtV01SOAyetHUlpbEVF","type":"text"}],"url":"{{jft}}/v3/user/is_first_gift"},"response":[],"_postman_id":"8d16a2b9-b8ff-4bcc-8888-31f35e697424"},{"name":"核销单列表/v3/shop_check_coupon/list?shop_id=2&per_page=10","id":"d2c38460-c928-482b-a49e-2834aea37685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jft}}/v3/shop_check_coupon/list?per_page=10","host":["{{jft}}"],"path":["v3","shop_check_coupon","list"],"query":[{"key":"shop_id","value":"2","disabled":true},{"key":"per_page","value":"10"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"status_map\": [\n            \"待上架\",\n            \"已上架\",\n            \"已结束\"\n        ],\n        \"limit_type_map\": [\n            \"不限制\",\n            \"总量\",\n            \"按天\"\n        ],\n        \"data_list\": {\n            \"total\": 4,\n            \"per_page\": \"10\",\n            \"current_page\": 1,\n            \"last_page\": 1,\n            \"data\": [\n                {\n                    \"id\": 2,\n                    \"shop_id\": 2,\n                    \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/123.png\",\n                    \"name\": \"111\",\n                    \"limit_type\": 0,\n                    \"limit_number\": 0,\n                    \"price\": 0,\n                    \"original_price\": 0,\n                    \"date_begin\": 0,\n                    \"date_end\": 1568044800,\n                    \"summary\": \"2222\",\n                    \"limit_once\": 0\n                },\n                {\n                    \"id\": 3,\n                    \"shop_id\": 2,\n                    \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/123.png\",\n                    \"name\": \"111\",\n                    \"limit_type\": 0,\n                    \"limit_number\": 0,\n                    \"price\": 0,\n                    \"original_price\": 0,\n                    \"date_begin\": 0,\n                    \"date_end\": 1568044800,\n                    \"summary\": \"2222\",\n                    \"limit_once\": 0\n                },\n                {\n                    \"id\": 4,\n                    \"shop_id\": 2,\n                    \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/123.png\",\n                    \"name\": \"111\",\n                    \"limit_type\": 0,\n                    \"limit_number\": 0,\n                    \"price\": 0,\n                    \"original_price\": 0,\n                    \"date_begin\": 0,\n                    \"date_end\": 1568044800,\n                    \"summary\": \"2222\",\n                    \"limit_once\": 0\n                },\n                {\n                    \"id\": 5,\n                    \"shop_id\": 2,\n                    \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/123.png\",\n                    \"name\": \"111\",\n                    \"limit_type\": 0,\n                    \"limit_number\": 0,\n                    \"price\": 0,\n                    \"original_price\": 0,\n                    \"date_begin\": 0,\n                    \"date_end\": 1568044800,\n                    \"summary\": \"2222\",\n                    \"limit_once\": 0\n                }\n            ]\n        }\n    }\n}\n```"},"response":[],"_postman_id":"d2c38460-c928-482b-a49e-2834aea37685"},{"name":"核销券详情/v3/shop_check_coupon/info?check_coupon_id=2","id":"da5c8bd3-fd70-4b5f-8302-29f09467ca44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jft}}/v3/shop_check_coupon/info?check_coupon_id=2","host":["{{jft}}"],"path":["v3","shop_check_coupon","info"],"query":[{"key":"check_coupon_id","value":"2","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"check_coupon_photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/123.png\",\n        \"check_coupon_price\": 0,\n        \"check_coupon_original_price\": 0,\n        \"check_coupon_name\": \"111\",\n        \"check_coupon_total\": 0,\n        \"check_coupon_remain\": 10,\n        \"check_coupon_useful_date\": 0,\n        \"check_coupon_limit_type\": 0,\n        \"check_coupon_limit_once\": 0,\n        \"check_coupon_limit_number\": 0,\n        \"check_coupon_limit_type_map\": [\n            \"不限制\",\n            \"总量\",\n            \"按天\"\n        ],\n        \"check_coupon_use_rule\": \"没有规则\",\n        \"check_coupon_content\": \"是驱蚊器二服务器驱蚊器二\",\n        \"shop_id\": 2,\n        \"shop_name\": \"全家便利店（苏州区域店）\",\n        \"shop_address\": \"南京市\"\n    }\n}\n```"},"response":[],"_postman_id":"da5c8bd3-fd70-4b5f-8302-29f09467ca44"},{"name":"查看领取的优惠券/v3.1/shop_pay_bond/info?serial_number=111","id":"d69bcabd-6c1c-4767-90cf-a5ae4e7db211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOmaqIWpwL6CFRRJyxpLW9miHxtJKu3","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{jft}}/v3.1/shop_pay_bond/info?serial_number=111","host":["{{jft}}"],"path":["v3.1","shop_pay_bond","info"],"query":[{"key":"serial_number","value":"111"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"shop_name\": \"\",\n        \"full\": 100,\n        \"minus\": 1,\n        \"share_limit_remain\": 3\n    }\n}\n```"},"response":[],"_postman_id":"d69bcabd-6c1c-4767-90cf-a5ae4e7db211"},{"name":"我的优惠券列表/v3.1/user/pay_bond_take_list?per_page=5&status=1","id":"d99c062c-30b0-4f53-9888-925d63793881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOmaqIWpwL6CFRRJyxpLW9miHxtJKu3","type":"text"}],"url":{"raw":"{{jft}}/v3.1/user/pay_bond_take_list?per_page=5","host":["{{jft}}"],"path":["v3.1","user","pay_bond_take_list"],"query":[{"key":"per_page","value":"5"},{"key":"status","value":"1","disabled":true}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"status_map\": [\n            \"未使用\",\n            \"已使用\",\n            \"已过期\"\n        ],\n        \"data_list\": {\n            \"total\": 1,\n            \"per_page\": \"5\",\n            \"current_page\": 1,\n            \"last_page\": 1,\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"full\": 100,\n                    \"minus\": 1,\n                    \"date_begin\": 0,\n                    \"date_end\": 0,\n                    \"status\": 1\n                }\n            ]\n        }\n    }\n}\n```"},"response":[],"_postman_id":"d99c062c-30b0-4f53-9888-925d63793881"},{"name":"申请退款/v3.1/user_refund/apply","id":"eca5f864-3341-42d0-b97b-11fb98b06435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOmaqIWpwL6CFRRJyxpLW9miHxtJKu3","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"serial_number\":\"111\",\n\t\"reason\":\"asasasasasasasa\"\n}"},"url":"{{jft}}/v3.1/user_refund/apply","description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"eca5f864-3341-42d0-b97b-11fb98b06435"},{"name":"分享优惠券/v3.1/shop_pay_bond/share","id":"f105d20e-1f3c-4cd5-9242-8e1613ba64dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOmaqIWpwL6CFRRJyxpLW9miHxtJKu3","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\":5,\n\t\"scene_number\":7,\n\t\"shop_id\":5\n}"},"url":"{{jft}}/v3.1/shop_pay_bond/share"},"response":[],"_postman_id":"f105d20e-1f3c-4cd5-9242-8e1613ba64dd"},{"name":"退款详情页面/v3.1/user_refund/detail?serial_number=111","id":"a09ba683-03b1-4d60-a1e2-cdce71b052b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOmaqIWpwL6CFRRJyxpLW9miHxtJKu3","type":"text"}],"url":{"raw":"{{jft}}/v3.1/user_refund/detail?serial_number=111","host":["{{jft}}"],"path":["v3.1","user_refund","detail"],"query":[{"key":"serial_number","value":"111","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 4,\n        \"money\": 4,\n        \"status\": 0,\n        \"remark\": \"\",\n        \"ctime\": 1568034277,\n        \"utime\": 1568034277,\n        \"status_map\": [\n            \"待退款\",\n            \"已退款\",\n            \"已拒绝\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"a09ba683-03b1-4d60-a1e2-cdce71b052b6"},{"name":"我的会员信息/v1.1.0/user_shop_integral/my_member_info?shop_id=1","id":"b398944f-f868-4ddc-add7-81333c581bf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOZub4km3fiflH4f9No6BHvyAaOeuwB","type":"text"}],"url":{"raw":"{{jft}}/v1.1.0/user_shop_integral/my_member_info?shop_id=1","host":["{{jft}}"],"path":["v1.1.0","user_shop_integral","my_member_info"],"query":[{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"name\": \"会员\",\n        \"type\": 3,\n        \"full\": 50,\n        \"discount\": 90,\n        \"type_map\": {\n            \"-1\": \"消费累计\",\n            \"0\": \"单次消费\",\n            \"1\": \"充值\"\n        }\n    }\n}\n```"},"response":[],"_postman_id":"b398944f-f868-4ddc-add7-81333c581bf3"},{"name":"我的会员信息/v1.1.0/user_shop_integral/my_member_info?shop_id=1","id":"480547c9-4efe-4ff4-9746-753776c2f949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOZub4km3fiflH4f9No6BHvyAaOeuwB","type":"text"}],"url":{"raw":"{{jft}}/v1.1.0/user_shop_integral/my_member_info?shop_id=1","host":["{{jft}}"],"path":["v1.1.0","user_shop_integral","my_member_info"],"query":[{"key":"shop_id","value":"1"}]}},"response":[],"_postman_id":"480547c9-4efe-4ff4-9746-753776c2f949"}],"id":"77db59c1-7359-4583-89f1-cacf13eec6cf","_postman_id":"77db59c1-7359-4583-89f1-cacf13eec6cf"},{"name":"支付","item":[{"name":"支付页面/v1/pay?shop_id=2","id":"8ee29ba7-3ffb-4c3a-9ca7-66ef9024251f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"access-token","type":"text","value":"FrOwsI0v7TC0ZNppy81zDcvZP3bqeoUW"}],"url":{"raw":"{{jftpay}}/v1/pay?shop_id=1&check_coupon_id=1","host":["{{jftpay}}"],"path":["v1","pay"],"query":[{"key":"coupon_id","value":"2","disabled":true},{"key":"shop_id","value":"1"},{"key":"check_coupon_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"integral\": 46862,\n        \"pay_maximum\": 0,\n        \"pay_ratio\": 2,\n        \"is_support_pay\": 1,\n        \"shop_activity_id\": 0,\n        \"maximum\": 0,\n        \"ratio\": 0\n    }\n}\n```"},"response":[],"_postman_id":"8ee29ba7-3ffb-4c3a-9ca7-66ef9024251f"},{"name":"确认支付/v1/pay?shop_id=2&cost=100&deduct=20&money=0&integral=20&pay_ratio=2","id":"a2c355e7-b5bf-438c-af40-6b2cea6552f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOwsI0v7TC0ZNppy81zDcvZP3bqeoUW","type":"text"}],"url":{"raw":"{{jftpay}}/v1/pay?shop_id=3&cost=15&deduct=0.01&money=14.99&integral=0&pay_ratio=2&used_integral=1&no_deduct_money=0&shop_activity_id=1&pay_type=4","host":["{{jftpay}}"],"path":["v1","pay"],"query":[{"key":"shop_id","value":"3"},{"key":"cost","value":"15"},{"key":"deduct","value":"0.01"},{"key":"money","value":"14.99"},{"key":"integral","value":"0"},{"key":"pay_ratio","value":"2"},{"key":"used_integral","value":"1"},{"key":"no_deduct_money","value":"0"},{"key":"shop_activity_id","value":"1"},{"key":"pay_type","value":"4"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"a2c355e7-b5bf-438c-af40-6b2cea6552f1"},{"name":"扫码H5登录/v1/h5/login?mobile=15000155794&verify_code=22932","id":"74d2fa92-f7af-4227-87ba-8df9f66086d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":{"raw":"{{jft}}/v1/h5/login?mobile=15000155794&verify_code=22932","host":["{{jft}}"],"path":["v1","h5","login"],"query":[{"key":"mobile","value":"15000155794"},{"key":"verify_code","value":"22932"}]},"description":"```\n{\n    \"msg\": \"登录成功\",\n    \"result\": {\n        \"token\": \"FrOXrEXE35bXYW12oG8TT7TkEPrB1LYI\"\n    }\n}\n```"},"response":[],"_postman_id":"74d2fa92-f7af-4227-87ba-8df9f66086d8"},{"name":"支付回调/v1/pay/test_notify","id":"a1b52aab-ff61-490a-bab6-7871d03a74c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"123333"},"url":"{{jftpay}}/v1/pay/notify","description":"未完待续......"},"response":[],"_postman_id":"a1b52aab-ff61-490a-bab6-7871d03a74c3"},{"name":"H5支付页面/v1/h5/pay","id":"1d0952ed-5271-44bf-b1ca-717b5ec92ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":"{{jft}}/v1/h5/pay"},"response":[],"_postman_id":"1d0952ed-5271-44bf-b1ca-717b5ec92ab0"},{"name":"支付模块下当前用户支付的最后一个支付详情信息/v1/pay_user/detail","id":"f7fff8b2-9a0e-4393-bd43-aa6364781980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOmaqIWpwL6CFRRJyxpLW9miHxtJKu3","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{jftpay}}/v1/pay_user/detail?serial_number=444","host":["{{jftpay}}"],"path":["v1","pay_user","detail"],"query":[{"key":"serial_number","value":"444"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 4,\n        \"user_id\": 13,\n        \"shop_id\": 1,\n        \"shop_name\": \"北京便利蜂连锁商业有限公司\",\n        \"shop_address\": \"\",\n        \"shop_longitude\": \"\",\n        \"shop_latitude\": \"\",\n        \"integral\": \"0\",\n        \"scan_number\": \"\",\n        \"ctime\": 1567581195,\n        \"pay_type\": 0,\n        \"pay_type_map\": [\n            \"未知\",\n            \"支付宝扫码\",\n            \"微信扫码\",\n            \"支付宝小程序\",\n            \"微信小程序\"\n        ],\n        \"status\": 0,\n        \"status_map\": [\n            \"未支付\",\n            \"已支付\",\n            \"已退回\"\n        ],\n        \"cost\": \"0\",\n        \"deduct\": \"0\",\n        \"money\": \"0\",\n        \"activity_name\": \"0\",\n        \"coupon_amount\": 3,\n        \"name\": \"0\",\n        \"check_coupon_remain\": 10,\n        \"check_coupon_date_begin\": 1567267200,\n        \"check_coupon_date_end\": 1568131199,\n        \"check_coupon_original_price\": \"0\",\n        \"check_coupon_price\": \"0\",\n        \"check_coupon_use_rule\": \"2222222\",\n        \"used_record_list\": [\n            {\n                \"change_number\": 20,\n                \"ctime\": 1567583452\n            },\n            {\n                \"change_number\": 20,\n                \"ctime\": 1567583452\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"f7fff8b2-9a0e-4393-bd43-aa6364781980"},{"name":"汇付-查询商户是否入驻/v1/hf/is_ruzhu?member_id=310000016000918664","id":"3593afbe-b720-4b69-8908-22a79c8b4da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jftpay}}/v1/hf/is_ruzhu?member_id=310000016000918664","host":["{{jftpay}}"],"path":["v1","hf","is_ruzhu"],"query":[{"key":"member_id","value":"310000016000918664"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"status\": 200,\n        \"body\": \"{\\\"respDesc\\\":\\\"无商户业务开通记录\\\",\\\"respCode\\\":\\\"000011\\\"}\"\n    }\n}\n```"},"response":[],"_postman_id":"3593afbe-b720-4b69-8908-22a79c8b4da0"},{"name":"汇付-业务开通/v1/hf/ye_wu_kai_tong?member_id=310000016000918664&agent_id=310000015000874743&contract_num=积分熊测试&sign_name=测试&sign_date=20190723&sign_sdate=20190723&sign_edate=20200723&out_fee_auth=0","id":"7e622174-7e22-4b20-95ee-2f337317bb5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jftpay}}/v1/hf/ye_wu_kai_tong?member_id=310000016000918664&agent_id=310000015000874743&contract_num=积分熊测试&sign_name=测试&sign_date=20190723&sign_sdate=20190723&sign_edate=20200723&out_fee_auth=0","host":["{{jftpay}}"],"path":["v1","hf","ye_wu_kai_tong"],"query":[{"key":"member_id","value":"310000016000918664"},{"key":"agent_id","value":"310000015000874743"},{"key":"contract_num","value":"积分熊测试"},{"key":"sign_name","value":"测试"},{"key":"sign_date","value":"20190723"},{"key":"sign_sdate","value":"20190723"},{"key":"sign_edate","value":"20200723"},{"key":"out_fee_auth","value":"0"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"respDesc\": \"\",\n        \"jsonData\": \"{\\\"reqSerialNum\\\":\\\"20190724vdWRg3\\\",\\\"agentId\\\":\\\"310000015000874743\\\",\\\"businessStat\\\":\\\"S\\\",\\\"applyNo\\\":\\\"201908010101290530\\\",\\\"memberId\\\":\\\"310000016000918664\\\"}\",\n        \"checkValue\": \"TUlJSE93WUpLb1pJaHZjTkFRY0NvSUlITERDQ0J5Z0NBUUV4RHpBTkJnbGdoa2dCWlFNRUFnRUZBRENCb3dZSktvWklodmNOQVFjQm9JR1ZCSUdTZXlKeVpYRlRaWEpwWVd4T2RXMGlPaUl5TURFNU1EY3lOSFprVjFKbk15SXNJbUZuWlc1MFNXUWlPaUl6TVRBd01EQXdNVFV3TURBNE56UTNORE1pTENKaWRYTnBibVZ6YzFOMFlYUWlPaUpUSWl3aVlYQndiSGxPYnlJNklqSXdNVGt3T0RBeE1ERXdNVEk1TURVek1DSXNJbTFsYldKbGNrbGtJam9pTXpFd01EQXdNREUyTURBd09URTROalkwSW4yZ2dnVGFNSUlFMWpDQ0E3NmdBd0lCQWdJRlFTWmxJRU13RFFZSktvWklodmNOQVFFTEJRQXdXREVMTUFrR0ExVUVCaE1DUTA0eE1EQXVCZ05WQkFvTUowTm9hVzVoSUVacGJtRnVZMmxoYkNCRFpYSjBhV1pwWTJGMGFXOXVJRUYxZEdodmNtbDBlVEVYTUJVR0ExVUVBd3dPUTBaRFFTQkJRMU1nVDBOQk16RXdIaGNOTVRnd056RTNNRE16TXpVeldoY05Nak13TnpFM01ETXpNelV6V2pDQmhERUxNQWtHQTFVRUJoTUNRMDR4RnpBVkJnTlZCQW9NRGtOR1EwRWdRVU5USUU5RFFUTXhNUkV3RHdZRFZRUUxEQWhNYjJOaGJDQlNRVEVaTUJjR0ExVUVDd3dRVDNKbllXNXBlbUYwYVc5dVlXd3RNVEV1TUN3R0ExVUVBd3dsTURVeFFFNVRVRTlUTURBd01EQXhRRTQ1TVRRME1ERXhOazFCTlRsQlNsZFZXRkJBTVRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTnpyakRIOTk2cCtCT1V0YSswR1BJdHZTWmtoTGY0Q0xncm0zSXZlZC9UYUFrdW1xS3lJL1NlbzBiR3Iyd0RmbyttVkNFdk54QWozalJoZDZFaHJUQW5KMFVQdXhobUlneFNLQnpQUEF5REJUTHFYREdiZGVNNU1wSjdHSGZkeWR3eWdGanFYQk1UZVpSM001UytSS3NNSWpvUUFzSEsxWi9DdkkrSFh3V0pObWVHd3lYOGRvNU5SbVM3eVJkemVaWmJ2dHlDU0d6amIyUEZvdHBkWnNta3BLeUoybUNBcncyOVRrSnpHSHF3TnZtNGFhNXFEckJNbFZncTAwMkJRY0piWFJIc2ZmNDE5U0JjMW9RVGU2dDVFeENIbDdzMlVueXZERDgxaGV2WURqcFBET2pLRUxzL2FHU2QzSjNEWGZlRE9jbEVZUlRSUlZtM3pHYXBxUk8wQ0F3RUFBYU9DQVhnd2dnRjBNR3dHQ0NzR0FRVUZCd0VCQkdBd1hqQW9CZ2dyQmdFRkJRY3dBWVljYUhSMGNEb3ZMMjlqYzNBdVkyWmpZUzVqYjIwdVkyNHZiMk56Y0RBeUJnZ3JCZ0VGQlFjd0FvWW1hSFIwY0RvdkwyTnliQzVqWm1OaExtTnZiUzVqYmk5dlkyRXpNUzl2WTJFek1TNWpaWEl3SHdZRFZSMGpCQmd3Rm9BVTRyUUp5ODFob1hOS2VYL3hpb01MM2JSK2pCMHdEQVlEVlIwVEFRSC9CQUl3QURCSUJnTlZIU0FFUVRBL01EMEdDR0NCSElidktnRUVNREV3THdZSUt3WUJCUVVIQWdFV0kyaDBkSEE2THk5M2QzY3VZMlpqWVM1amIyMHVZMjR2ZFhNdmRYTXRNVFF1YUhSdE1EMEdBMVVkSHdRMk1EUXdNcUF3b0M2R0xHaDBkSEE2THk5amNtd3VZMlpqWVM1amIyMHVZMjR2YjJOaE16RXZVbE5CTDJOeWJERXlOelV1WTNKc01BNEdBMVVkRHdFQi93UUVBd0lHd0RBZEJnTlZIUTRFRmdRVW1ZbU4wZGxkRVpWVU9oSHNtSWlBQ1EweW9NQXdIUVlEVlIwbEJCWXdGQVlJS3dZQkJRVUhBd0lHQ0NzR0FRVUZCd01FTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElCQVFDNVdEbjBNbFQrN2N0QUNMNmQ0MlcyL2ErNkYvUFNXWGxhN1M4YXlLNDZva1IwNWF4MXZZVnRINWtiaU1wa1B4QUtJaHBLc3ZtS0VkU0pjWTJwRlR5dlAzR09lc2tXSFZiL2hFRm9RYzd5MkJDaE1NczE0M3R0aXJBUUhFekhWOWZjUXF0SWlrOW1zTzhXMC9JcE4yR21NUlROQlo2MkwzZWJXMlJFd3JNeFZJRTRreFREZXdaQ1FIaGQrbjR6NXNMZjdncWFPTmVRb0VrSDdWRkFYOW1SNTU5QURCcG9hZlJqSUg5ZTlJZm1KZ09tUVB4dnZoSEdySGtCazdOVzRyYVJKMHBRTXV2SVVwR3E1QUFNT1FKSGlncDZVOHh5aTV2aHV2WnpKRkFoNk9jV3N5bzVlMFgvU1FXQlRDSHdkNm5wMHc1cTNDSDcybnEyQXZEQ1cxM3VNWUlCakRDQ0FZZ0NBUUV3WVRCWU1Rc3dDUVlEVlFRR0V3SkRUakV3TUM0R0ExVUVDZ3duUTJocGJtRWdSbWx1WVc1amFXRnNJRU5sY25ScFptbGpZWFJwYjI0Z1FYVjBhRzl5YVhSNU1SY3dGUVlEVlFRRERBNURSa05CSUVGRFV5QlBRMEV6TVFJRlFTWmxJRU13RFFZSllJWklBV1VEQkFJQkJRQXdEUVlKS29aSWh2Y05BUUVCQlFBRWdnRUFhcXFNUk5jaWE1UzZ4RW9uT2VXMlN5RkJaRGlqU011YmxSTFFYU1U0aTFaQndGQllHQXJxUmdZMjAyQmE5dXpHa0hBUWNOZGdtNUVDd2pkcFIxb2pDbjNNcHVmOGVybUhyOEtFQjlQbmJHQVExdEw4SjErZkVvaXNtdkNMTTZwSVVwNkVVa0RHbktlQm14bnMxZGRaMnJDMzFObEZ1ODJpQUJGYTRqMWdnL2phOFd4MGhTUEJNQXgrMkE2MEVieVBXRE5KNFE4Q3EyOVpQZ3l4bFkyTTBjQmcxNmJNcnRWM003NTJRdGpBeUkwM0pxVUtUa2txL2N1cHBIMERieHFCTFYyd0c4K0hrSWlOYytsWm9PK1k3amJEUkx2TzViR1k2VHY1Z3dNeEtrMUFWTUdhZXZsQi9zYUZBeFhvNWh3MmVuVVRvRDdSbjd4WTkxUTdKUjZjcnc9PQ==\",\n        \"respCode\": \"000000\"\n    }\n}\n```"},"response":[],"_postman_id":"7e622174-7e22-4b20-95ee-2f337317bb5c"},{"name":"{{jft}}/v1/h5/pay","id":"b5923e03-3452-4559-8824-60ffe694951d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{jft}}/v1/h5/pay"},"response":[],"_postman_id":"b5923e03-3452-4559-8824-60ffe694951d"},{"name":"判断指定店铺是否支持支付/v1/shop/is_support_pay?shop_id=3","id":"81914519-944d-4081-9ee1-dfeff099acbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jftpay}}/v1/shop/is_support_pay?shop_id=3","host":["{{jftpay}}"],"path":["v1","shop","is_support_pay"],"query":[{"key":"shop_id","value":"3"}]}},"response":[],"_postman_id":"81914519-944d-4081-9ee1-dfeff099acbf"},{"name":"获取jssdk注入配置成参数/v1/wx/get_jssdk_config?url=https://kfpay.jifenxiong.com/h5/pay.html?access-token=FrOE06nTMFFVf6DuG1hg1TWyNuMdBUMN%26expire_at=1564909170%26shop_id=2","id":"5b56e311-3d6b-4e67-8505-6889054250c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jftpay}}/v1/wx/get_jssdk_config?url=https://kfpay.jifenxiong.com/h5/pay.html?access-token=FrOE06nTMFFVf6DuG1hg1TWyNuMdBUMN%26expire_at=1564909170%26shop_id=2","host":["{{jftpay}}"],"path":["v1","wx","get_jssdk_config"],"query":[{"key":"url","value":"https://kfpay.jifenxiong.com/h5/pay.html?access-token=FrOE06nTMFFVf6DuG1hg1TWyNuMdBUMN%26expire_at=1564909170%26shop_id=2"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"appid\": \"wxee40860d11c50ab9\",\n        \"timeStamp\": 1563618867,\n        \"nonceStr\": \"Mm7kwg\",\n        \"signature\": \"943f7cc9fdc8fb828f7bf37b2c5dd31a669c7742\"\n    }\n}\n```"},"response":[],"_postman_id":"5b56e311-3d6b-4e67-8505-6889054250c7"},{"name":"测试发送统一模板消息/api/index/testUniformTemplate","id":"6c5ec817-3e6b-49b4-bafa-278eb403d64e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"access-token","value":"FrO2ZlQueAXJ9GWGRVvOpUzFIG9n7RmD","type":"text"}],"url":"{{jftpay}}/api/index/testUniformTemplate"},"response":[],"_postman_id":"6c5ec817-3e6b-49b4-bafa-278eb403d64e"},{"name":"{{jft}}/v1/wx/code?scene=123","id":"db468616-eeac-473b-b136-9080d6281c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOVOFgyTVi7MUZQTZhCEu0Qycc7Xj8T","type":"text"}],"url":{"raw":"{{jft}}/v1/wx/code?scene=123","host":["{{jft}}"],"path":["v1","wx","code"],"query":[{"key":"scene","value":"123"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"code_img\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/eef196289cdcd59c5885f441bf66f073dd6f7db6.png\"\n    }\n}\n```"},"response":[],"_postman_id":"db468616-eeac-473b-b136-9080d6281c6e"},{"name":"套餐列表/v1/shop_coupon?shop_id=3","id":"55321ddb-753c-42c4-a91d-ebbca16bce96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jftpay}}/v1/shop_coupon?shop_id=3","host":["{{jftpay}}"],"path":["v1","shop_coupon"],"query":[{"key":"shop_id","value":"3","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": [\n        {\n            \"id\": 3,\n            \"photo\": \"\",\n            \"name\": \"we强无敌\",\n            \"summary\": \"\",\n            \"price\": 200,\n            \"original_price\": 300,\n            \"date_begin\": 1565670000,\n            \"date_end\": 1567180800,\n            \"remain\": 40\n        },\n        {\n            \"id\": 1,\n            \"photo\": \"\",\n            \"name\": \"we强无敌\",\n            \"summary\": \"水煮鱼\",\n            \"price\": 200,\n            \"original_price\": 300,\n            \"date_begin\": 1565670000,\n            \"date_end\": 1567180800,\n            \"remain\": 40\n        }\n    ]\n}\n```"},"response":[],"_postman_id":"55321ddb-753c-42c4-a91d-ebbca16bce96"},{"name":"临时套餐列表/v1/business/shop_coupon_tmp?shop_id=12","id":"efcd885f-78ea-47c0-b6d1-669b3f6af51a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDET7pzifGyadgjPqsvBhCdCkVee6mJ","type":"text"},{"key":"guard","value":"business","type":"text"}],"url":{"raw":"{{business.jft}}/v1/business/shop_coupon_tmp?shop_id=12&per_page=5","host":["{{business.jft}}"],"path":["v1","business","shop_coupon_tmp"],"query":[{"key":"shop_id","value":"12"},{"key":"per_page","value":"5","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 5,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 1,\n                \"shop_id\": 12,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/\",\n                \"name\": \"来自临时表\",\n                \"summary\": \"水煮鱼\",\n                \"price\": 200,\n                \"original_price\": 300,\n                \"status\": 1,\n                \"date_begin\": 1560841264,\n                \"date_end\": 1560841264,\n                \"total\": 100,\n                \"limit_type\": 0,\n                \"limit_number\": 0,\n                \"limit_once\": 0\n            },\n            {\n                \"id\": 3,\n                \"shop_id\": 12,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1565776172120341310\",\n                \"name\": \"测试优惠套餐\",\n                \"summary\": \"德邦\",\n                \"price\": 500,\n                \"original_price\": 599,\n                \"status\": 0,\n                \"date_begin\": 1565777386,\n                \"date_end\": 1565777388,\n                \"total\": 200,\n                \"limit_type\": 1,\n                \"limit_number\": 222,\n                \"limit_once\": 0\n            },\n            {\n                \"id\": 5,\n                \"shop_id\": 12,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1565776408057648753\",\n                \"name\": \"33\",\n                \"summary\": \"3be earb\",\n                \"price\": 3,\n                \"original_price\": 3,\n                \"status\": 0,\n                \"date_begin\": 0,\n                \"date_end\": 0,\n                \"total\": 3,\n                \"limit_type\": 1,\n                \"limit_number\": 3,\n                \"limit_once\": 0\n            },\n            {\n                \"id\": 6,\n                \"shop_id\": 12,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1565776444789113265\",\n                \"name\": \"zntg\",\n                \"summary\": \"5seh zednh dtgn tgmn\",\n                \"price\": 4,\n                \"original_price\": 4,\n                \"status\": 0,\n                \"date_begin\": 0,\n                \"date_end\": 0,\n                \"total\": 4,\n                \"limit_type\": 2,\n                \"limit_number\": 0,\n                \"limit_once\": 444\n            },\n            {\n                \"id\": 7,\n                \"shop_id\": 12,\n                \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/1565776483403341696\",\n                \"name\": \"rhdr\",\n                \"summary\": \"5n e \",\n                \"price\": 5,\n                \"original_price\": 5,\n                \"status\": 0,\n                \"date_begin\": 0,\n                \"date_end\": 0,\n                \"total\": 5,\n                \"limit_type\": 2,\n                \"limit_number\": 0,\n                \"limit_once\": 555\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"efcd885f-78ea-47c0-b6d1-669b3f6af51a"},{"name":"优惠券列表/v1/shop_coupon?shop_id=3","id":"8289ad30-7a8d-49a6-92c7-3ed6bae75d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jftpay}}/v1/shop_coupon?shop_id=3","host":["{{jftpay}}"],"path":["v1","shop_coupon"],"query":[{"key":"shop_id","value":"3"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": [\n        {\n            \"id\": 5,\n            \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/2019073119311508b592888.jpg\",\n            \"name\": \"优惠\",\n            \"summary\": \"\",\n            \"price\": \"0.01\",\n            \"original_price\": \"0.2\",\n            \"date_begin\": 1565712000,\n            \"date_end\": 1566057600,\n            \"remain\": 10\n        },\n        {\n            \"id\": 4,\n            \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/201906191706261d5bd6791.jpg\",\n            \"name\": \"满减活动\",\n            \"summary\": \"\",\n            \"price\": \"0.8\",\n            \"original_price\": \"1.19\",\n            \"date_begin\": 1565670000,\n            \"date_end\": 1567180800,\n            \"remain\": 100\n        },\n        {\n            \"id\": 3,\n            \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/\",\n            \"name\": \"we强无敌\",\n            \"summary\": \"\",\n            \"price\": \"2\",\n            \"original_price\": \"3\",\n            \"date_begin\": 1565670000,\n            \"date_end\": 1567180800,\n            \"remain\": 40\n        },\n        {\n            \"id\": 1,\n            \"photo\": \"https://jtx-1258645005.cos.ap-shanghai.myqcloud.com/\",\n            \"name\": \"we强无敌\",\n            \"summary\": \"水煮鱼\",\n            \"price\": \"2\",\n            \"original_price\": \"3\",\n            \"date_begin\": 1565670000,\n            \"date_end\": 1567180800,\n            \"remain\": 40\n        }\n    ]\n}\n```"},"response":[],"_postman_id":"8289ad30-7a8d-49a6-92c7-3ed6bae75d5d"},{"name":"满减信息/v1/pay/discount_info?shop_id=3","id":"d4090161-0549-42b7-9442-1cbd4f72b8c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOGfQBorEVEDsIg1fEDNohk29v9c6pA","type":"text"}],"url":{"raw":"{{jftpay}}/v1/pay/discount_info?shop_id=3","host":["{{jftpay}}"],"path":["v1","pay","discount_info"],"query":[{"key":"shop_id","value":"3","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"discount_full\": 0,\n        \"discount_minus\": 0\n    }\n}\n```"},"response":[],"_postman_id":"d4090161-0549-42b7-9442-1cbd4f72b8c9"},{"name":"测试imq/api/index/testImq","id":"c1211e2a-3248-4729-893a-1f6e7155656a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{jftpay}}/api/index/testImq"},"response":[],"_postman_id":"c1211e2a-3248-4729-893a-1f6e7155656a"},{"name":"退款/v1/refund","id":"e9a87970-d576-446c-ac37-f1442e59c2ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"api_secret\":\"abb098dfd484b36d3e6770a58bf520cf\",\n\t\"serial_number\":\"19091017252568107525hSb4C36s\"\n}"},"url":"{{jftpay}}/v1/refund"},"response":[],"_postman_id":"e9a87970-d576-446c-ac37-f1442e59c2ac"},{"name":"优惠券列表/v3.1/shop_pay_bond/list?shop_id=1","id":"131c3ab6-ed0f-439b-8c40-a4cf178c4dff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{jft}}/v3.1/shop_pay_bond/list?shop_id=1","host":["{{jft}}"],"path":["v3.1","shop_pay_bond","list"],"query":[{"key":"shop_id","value":"1","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": [\n        {\n            \"id\": 2,\n            \"shop_id\": 1,\n            \"full\": 50,\n            \"minus\": 10,\n            \"date_begin\": 1212121212,\n            \"date_end\": 2121212121\n        },\n        {\n            \"id\": 3,\n            \"shop_id\": 1,\n            \"full\": 50,\n            \"minus\": 10,\n            \"date_begin\": 1212121212,\n            \"date_end\": 2121212121\n        },\n        {\n            \"id\": 4,\n            \"shop_id\": 1,\n            \"full\": 50,\n            \"minus\": 10,\n            \"date_begin\": 1212121212,\n            \"date_end\": 2121212121\n        },\n        {\n            \"id\": 5,\n            \"shop_id\": 1,\n            \"full\": 50,\n            \"minus\": 10,\n            \"date_begin\": 1212121212,\n            \"date_end\": 2121212121\n        },\n        {\n            \"id\": 6,\n            \"shop_id\": 1,\n            \"full\": 50,\n            \"minus\": 10,\n            \"date_begin\": 1212121212,\n            \"date_end\": 2121212121\n        },\n        {\n            \"id\": 8,\n            \"shop_id\": 1,\n            \"full\": 50,\n            \"minus\": 10,\n            \"date_begin\": 1212121212,\n            \"date_end\": 2121212121\n        },\n        {\n            \"id\": 9,\n            \"shop_id\": 1,\n            \"full\": 50,\n            \"minus\": 10,\n            \"date_begin\": 1212121212,\n            \"date_end\": 2121212121\n        },\n        {\n            \"id\": 11,\n            \"shop_id\": 1,\n            \"full\": 50,\n            \"minus\": 10,\n            \"date_begin\": 1567872000,\n            \"date_end\": 1570464000\n        }\n    ]\n}\n```"},"response":[],"_postman_id":"131c3ab6-ed0f-439b-8c40-a4cf178c4dff"},{"name":"支付页面/v1/pay?shop_id=1&shop_rank_id=1","id":"ec860b5f-6ca5-4f34-bf9c-33e632428ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOrQhGtOlCf85Ldeh7rMS4Yb9tfRAv3","type":"text"}],"url":{"raw":"{{jft}}/v1/pay?shop_id=1&shop_rank_id=1","host":["{{jft}}"],"path":["v1","pay"],"query":[{"key":"shop_id","value":"1"},{"key":"shop_rank_id","value":"1"}]}},"response":[],"_postman_id":"ec860b5f-6ca5-4f34-bf9c-33e632428ff2"},{"name":"获取会员等级详细信息v1.1.0/shop_rank/detail?rank_id=1","id":"69b37311-67ae-4b50-b399-7cce98b7e147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"v1.1.0/shop_rank/detail?rank_id=1","host":["v1","1","0"],"path":["shop_rank","detail"],"query":[{"key":"rank_id","value":"1","description":"会员等级ID"}]}},"response":[],"_postman_id":"69b37311-67ae-4b50-b399-7cce98b7e147"}],"id":"81489975-a7d7-4d5c-b421-ad211f574aa3","_postman_id":"81489975-a7d7-4d5c-b421-ad211f574aa3"},{"name":"业务端","item":[{"name":"登录/v3/login?mobile=15000155794&password=111111","id":"08979d65-130c-4515-9902-93ec1eebedf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":{"raw":"{{yw.jft}}/v3/login?mobile=15000155794&password=111111","host":["{{yw.jft}}"],"path":["v3","login"],"query":[{"key":"mobile","value":"15000155794"},{"key":"password","value":"111111"}]},"description":"```\n{\n    \"msg\": \"登录成功\",\n    \"result\": {\n        \"token\": \"sZmkc01xuwMI558tg8GRLCyQVi7UqRQJ\",\n        \"mobile\": \"15000155794\"\n    }\n}\n```"},"response":[],"_postman_id":"08979d65-130c-4515-9902-93ec1eebedf2"},{"name":"退出登录/v3/logout","id":"d58e4857-1354-4e2b-91d6-106b4532daa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"access-token","value":"hzrlpP201YrAn5jBg2edhPqhSuknZafI","type":"text"}],"url":"{{yw.jft}}/v3/logout","description":"```\n{\n    \"msg\": \"已退出\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"d58e4857-1354-4e2b-91d6-106b4532daa9"},{"name":"店铺列表/v3/businessman_shop/list?per_page","id":"6ed67629-62cc-49f8-9101-e0432feb0aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"0auApHFLHU6CXADIaOU0Wtn4eVerbvnB","type":"text"}],"url":{"raw":"{{yw.jft}}/v3/businessman_shop/list?per_page&name=2","host":["{{yw.jft}}"],"path":["v3","businessman_shop","list"],"query":[{"key":"per_page","value":""},{"key":"name","value":"2"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 3,\n        \"per_page\": 15,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 5,\n                \"name\": \"1狗哥多喝水啊  萍萍可乐1\",\n                \"service_time\": \"10:00-22:30\",\n                \"address\": \"张杨路707弄生命人寿大厦\",\n                \"photos\": \"201906191844542342b9811.jpg\",\n                \"status\": 1\n            },\n            {\n                \"id\": 6,\n                \"name\": \"2狗哥多喝水啊  萍萍可乐2\",\n                \"service_time\": \"10:00-22:30\",\n                \"address\": \"张杨路707弄生命人寿大厦\",\n                \"photos\": \"201906191844542342b9811.jpg\",\n                \"status\": 1\n            },\n            {\n                \"id\": 7,\n                \"name\": \"3狗哥多喝水啊  萍萍可乐2\",\n                \"service_time\": \"10:00-22:30\",\n                \"address\": \"张杨路707弄生命人寿大厦\",\n                \"photos\": \"201906191844542342b9811.jpg\",\n                \"status\": 1\n            }\n        ],\n        \"status_map\": {\n            \"0\": \"待上架\",\n            \"1\": \"已上架\",\n            \"-1\": \"被拒绝\"\n        }\n    }\n}\n```"},"response":[],"_postman_id":"6ed67629-62cc-49f8-9101-e0432feb0aaf"},{"name":"店铺详情/v3/businessman_shop/detail?id=2","id":"cde19576-f3af-4752-b42e-2e8fbd5dd9cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"H1xlCI3jgCt6Kpb1MhvfkVcyuV2uj7PW","type":"text"}],"url":{"raw":"{{yw.jft}}/v3/businessman_shop/detail?id=11","host":["{{yw.jft}}"],"path":["v3","businessman_shop","detail"],"query":[{"key":"id","value":"11"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 5,\n        \"name\": \"1狗哥多喝水啊  萍萍可乐1\",\n        \"phone\": \"1105234332\",\n        \"owner_phone\": \"\",\n        \"address\": \"张杨路707弄生命人寿大厦\",\n        \"price\": 650,\n        \"service_time\": \"10:00-22:30\",\n        \"login_account\": \"\",\n        \"photos\": [],\n        \"pay_remark\": \"支付备注222\",\n        \"pay_photos\": [\n            \"201906200026401062d7316.png\",\n            \"20190619160210887217696.jpg\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"cde19576-f3af-4752-b42e-2e8fbd5dd9cf"},{"name":"业务员添加店铺/v3/businessman_shop/add?name=测试1&phone=3123073&address=测试地址&price=12&service_time=10:21~22:21&owner_phone=186160555555&login_account=15000155794","id":"af8e6bcd-f5fb-4f3f-8991-f7f54146442c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"H1xlCI3jgCt6Kpb1MhvfkVcyuV2uj7PW","type":"text"}],"body":{"mode":"raw","raw":"{\"photos\":[\"/path/123/png\"]}"},"url":{"raw":"{{yw.jft}}/v3/businessman_shop/add?name=测试1&phone=3123073&address=测试地址&price=12&service_time=10:21~22:21&owner_phone=186160555555&login_account=15000155794","host":["{{yw.jft}}"],"path":["v3","businessman_shop","add"],"query":[{"key":"name","value":"测试1","type":"text"},{"key":"phone","value":"3123073","type":"text"},{"key":"address","value":"测试地址","type":"text"},{"key":"price","value":"12","type":"text"},{"key":"service_time","value":"10:21~22:21","type":"text"},{"key":"owner_phone","value":"186160555555","type":"text"},{"key":"login_account","value":"15000155794","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"af8e6bcd-f5fb-4f3f-8991-f7f54146442c"},{"name":"编辑店铺(同开通支付)/v3/businessman_shop/edit?id=11&pay_remark=12312121","id":"8f424b20-ed6d-48c3-836c-fc26257524ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"H1xlCI3jgCt6Kpb1MhvfkVcyuV2uj7PW","type":"text"}],"body":{"mode":"raw","raw":"{\"pay_photos\":[\"/path/234.png\"]}"},"url":{"raw":"{{yw.jft}}/v3/businessman_shop/edit?id=11&pay_remark=12312121","host":["{{yw.jft}}"],"path":["v3","businessman_shop","edit"],"query":[{"key":"id","value":"11"},{"key":"pay_remark","value":"12312121"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"8f424b20-ed6d-48c3-836c-fc26257524ed"}],"id":"6177438c-c6a5-44ab-926b-aab770b9c47a","_postman_id":"6177438c-c6a5-44ab-926b-aab770b9c47a"},{"name":"简化版","item":[{"name":"用户","item":[{"name":"用户在店铺中的积分信息/v3.1/user_shop_integral/info?shop_id=1&per_page=5","id":"cfb0441d-e338-4b99-bc72-1f5ce34cf584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOZub4km3fiflH4f9No6BHvyAaOeuwB","type":"text"}],"url":{"raw":"{{jft}}/v3.1/user_shop_integral/info?shop_id=1","host":["{{jft}}"],"path":["v3.1","user_shop_integral","info"],"query":[{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"id\": 1,\n        \"shop_id\": 1,\n        \"integral\": 0,\n        \"shop_name\": \"便利蜂全家\"\n    }\n}\n```"},"response":[],"_postman_id":"cfb0441d-e338-4b99-bc72-1f5ce34cf584"},{"name":"我在各个店铺中的积分列表/v3.1/user_shop_integral/list?per_page=5","id":"10d61652-2b4a-403a-b998-c8b1510af846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOrQhGtOlCf85Ldeh7rMS4Yb9tfRAv3","type":"text"}],"url":{"raw":"{{jft}}/v3.1/user_shop_integral/list?per_page=5","host":["{{jft}}"],"path":["v3.1","user_shop_integral","list"],"query":[{"key":"per_page","value":"5"}]}},"response":[],"_postman_id":"10d61652-2b4a-403a-b998-c8b1510af846"},{"name":"获取用户的余额/v1.1.0/user_shop_integral/get_balance?shop_id=1","id":"3a410f11-ef2c-4c9c-af66-9eb6e36dc1bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Pragma","value":"no-cache"},{"key":"Sec-Fetch-Site","value":"cross-site"},{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"access-token","value":"FrOZub4km3fiflH4f9No6BHvyAaOeuwB"},{"key":"content-type","value":"application/json"},{"key":"Accept","value":"*/*"},{"key":"User-Agent","value":"Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1 wechatdevtools/1.02.1907300 MicroMessenger/7.0.4 Language/zh_CN webview/"}],"url":{"raw":"{{jft}}/v1.1.0/user_shop_integral/get_balance?shop_id=1","host":["{{jft}}"],"path":["v1.1.0","user_shop_integral","get_balance"],"query":[{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"balance\": 10\n    }\n}\n```"},"response":[],"_postman_id":"3a410f11-ef2c-4c9c-af66-9eb6e36dc1bb"},{"name":"用户首次送积分/v1.1.0/shop/new_user_gift?shop_id=1","id":"6f530d54-ed90-4f36-9f9d-8e11671a391a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOZub4km3fiflH4f9No6BHvyAaOeuwB","type":"text"}],"url":{"raw":"{{jft}}/v1.1.0/shop/new_user_gift?shop_id=1","host":["{{jft}}"],"path":["v1.1.0","shop","new_user_gift"],"query":[{"key":"shop_id","value":"1"}]}},"response":[],"_postman_id":"6f530d54-ed90-4f36-9f9d-8e11671a391a"},{"name":"我的会员信息/v1.1.0/user_shop_integral/my_member_info?shop_id=1","id":"e4f2d4fa-f365-4d33-81e2-adf079bb2044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOZub4km3fiflH4f9No6BHvyAaOeuwB","type":"text"}],"url":{"raw":"{{jft}}/v1.1.0/user_shop_integral/my_member_info?shop_id=1","host":["{{jft}}"],"path":["v1.1.0","user_shop_integral","my_member_info"],"query":[{"key":"shop_id","value":"1"}]}},"response":[],"_postman_id":"e4f2d4fa-f365-4d33-81e2-adf079bb2044"},{"name":"可购买的会员种类/v1.1.0/shop_rank/list?shop_id=1","id":"6055e9de-a7d2-4db4-93d8-c54d21448562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOrQhGtOlCf85Ldeh7rMS4Yb9tfRAv3","type":"text"}],"url":{"raw":"{{jft}}/v1.1.0/shop_rank/list?shop_id=1","host":["{{jft}}"],"path":["v1.1.0","shop_rank","list"],"query":[{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"data_list\": [\n            {\n                \"name\": \"会员\",\n                \"type\": 3,\n                \"full\": \"50\",\n                \"discount\": 90\n            },\n            {\n                \"name\": \"银奖\",\n                \"type\": 1,\n                \"full\": \"100\",\n                \"discount\": 190\n            }\n        ],\n        \"type_map\": {\n            \"-1\": \"消费累计\",\n            \"0\": \"单次消费\",\n            \"1\": \"充值\"\n        }\n    }\n}\n```"},"response":[],"_postman_id":"6055e9de-a7d2-4db4-93d8-c54d21448562"},{"name":"判断用户是否是指定店铺的会员/v1.1.0/user_shop_integral/is_member?shop_id=1","id":"a437ea63-0d09-4270-9843-9558209a7ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOZub4km3fiflH4f9No6BHvyAaOeuwB","type":"text"}],"url":{"raw":"{{jft}}/v1.1.0/user_shop_integral/is_member?shop_id=1","host":["{{jft}}"],"path":["v1.1.0","user_shop_integral","is_member"],"query":[{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"is_member\": 1\n    }\n}\n```"},"response":[],"_postman_id":"a437ea63-0d09-4270-9843-9558209a7ad5"},{"name":"判断是否支持新用户赠送积分的条件/v1.1.0/shop_activity/is_new_user_gift?shop_id=1","id":"6eee4f43-ea1e-4c55-b487-4daee79b5e89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOZub4km3fiflH4f9No6BHvyAaOeuwB","type":"text"}],"url":{"raw":"{{jft}}/v1.1.0/shop_activity/is_new_user_gift?shop_id=1","host":["{{jft}}"],"path":["v1.1.0","shop_activity","is_new_user_gift"],"query":[{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"is_new_user_gift\": 1\n    }\n}\n```"},"response":[],"_postman_id":"6eee4f43-ea1e-4c55-b487-4daee79b5e89"},{"name":"注册成为该店铺会员/v1.1.0/user_shop_integral/add?shop_id=1","id":"56acb4f1-1281-4ce6-9d53-e0f559262b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOZub4km3fiflH4f9No6BHvyAaOeuwB","type":"text"}],"url":{"raw":"{{jft}}/v1.1.0/user_shop_integral/add?shop_id=1","host":["{{jft}}"],"path":["v1.1.0","user_shop_integral","add"],"query":[{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"已经是该店的会员了\",\n    \"result\": null\n}\n```"},"response":[],"_postman_id":"56acb4f1-1281-4ce6-9d53-e0f559262b97"}],"id":"a3cba241-4ffe-490c-a161-27ee6fd50cf4","_postman_id":"a3cba241-4ffe-490c-a161-27ee6fd50cf4"},{"name":"商户","item":[{"name":"积分发放列表/v1/business/integrals","id":"80b5daf5-a901-4ef2-97cc-d75b42c91cfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDzo4zdShkLP73wxdobfVnY1LgFHfGl","type":"text"},{"key":"guard","value":"business","type":"text","disabled":true}],"url":{"raw":"{{jft}}/v1/business/integrals?page=1&per_page=5&shop_id=1","host":["{{jft}}"],"path":["v1","business","integrals"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"5"},{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"integrals\": {\n            \"total\": 6,\n            \"per_page\": \"5\",\n            \"current_page\": \"1\",\n            \"last_page\": 2,\n            \"data\": [\n                {\n                    \"id\": 12,\n                    \"shop_id\": 1,\n                    \"number\": \"0.01\",\n                    \"username\": \"Mr.🤓\",\n                    \"ctime\": 1568265655,\n                    \"utime\": 1568265655,\n                    \"serial_number\": \"19091213203868265638JdySBVux\",\n                    \"status\": 1,\n                    \"type\": 2,\n                    \"detail\": {\n                        \"cost\": \"0.01\",\n                        \"pay_time\": 1568265655,\n                        \"pay_type\": 4,\n                        \"scan_number\": \"4200000386201909122483778588\",\n                        \"photo_shuffix\": \"\",\n                        \"serial_number\": \"19091213203868265638JdySBVux\"\n                    }\n                },\n                {\n                    \"id\": 11,\n                    \"shop_id\": 1,\n                    \"number\": \"0.01\",\n                    \"username\": \"夏伟\",\n                    \"ctime\": 1568258711,\n                    \"utime\": 1568258711,\n                    \"serial_number\": \"19091211250568258705MRAC56D7\",\n                    \"status\": 1,\n                    \"type\": 2,\n                    \"detail\": {\n                        \"cost\": \"0.02\",\n                        \"pay_time\": 1568258711,\n                        \"pay_type\": 4,\n                        \"scan_number\": \"4200000399201909122288314997\",\n                        \"photo_shuffix\": \"\",\n                        \"serial_number\": \"19091211250568258705MRAC56D7\"\n                    }\n                },\n                {\n                    \"id\": 10,\n                    \"shop_id\": 1,\n                    \"number\": \"0.01\",\n                    \"username\": \"夏伟\",\n                    \"ctime\": 1568258258,\n                    \"utime\": 1568258258,\n                    \"serial_number\": \"19091211172768258247QRYAekJ8\",\n                    \"status\": 1,\n                    \"type\": 2,\n                    \"detail\": {\n                        \"cost\": \"0.02\",\n                        \"pay_time\": 1568258258,\n                        \"pay_type\": 4,\n                        \"scan_number\": \"4200000386201909121585213719\",\n                        \"photo_shuffix\": \"\",\n                        \"serial_number\": \"19091211172768258247QRYAekJ8\"\n                    }\n                },\n                {\n                    \"id\": 9,\n                    \"shop_id\": 1,\n                    \"number\": \"0.01\",\n                    \"username\": \"夏伟\",\n                    \"ctime\": 1568258118,\n                    \"utime\": 1568258118,\n                    \"serial_number\": \"19091211151068258110hdigt5uF\",\n                    \"status\": 1,\n                    \"type\": 2,\n                    \"detail\": {\n                        \"cost\": \"0.02\",\n                        \"pay_time\": 1568258118,\n                        \"pay_type\": 4,\n                        \"scan_number\": \"4200000373201909128042640282\",\n                        \"photo_shuffix\": \"\",\n                        \"serial_number\": \"19091211151068258110hdigt5uF\"\n                    }\n                },\n                {\n                    \"id\": 8,\n                    \"shop_id\": 1,\n                    \"number\": \"0.01\",\n                    \"username\": \"夏伟\",\n                    \"ctime\": 1568257682,\n                    \"utime\": 1568257682,\n                    \"serial_number\": \"19091211075168257671q9Pi4QSE\",\n                    \"status\": 1,\n                    \"type\": 2,\n                    \"detail\": {\n                        \"cost\": \"0.02\",\n                        \"pay_time\": 1568257682,\n                        \"pay_type\": 4,\n                        \"scan_number\": \"4200000376201909129486160573\",\n                        \"photo_shuffix\": \"\",\n                        \"serial_number\": \"19091211075168257671q9Pi4QSE\"\n                    }\n                }\n            ]\n        },\n        \"integrals_status_map\": [\n            \"待审核\",\n            \"已审核\",\n            \"失败\"\n        ],\n        \"pay_type_map\": {\n            \"1\": \"支付宝扫码\",\n            \"2\": \"微信扫码\",\n            \"3\": \"支付宝小程序 \",\n            \"4\": \"微信小程序 \"\n        },\n        \"type_map\": [\n            \"消费-上传\",\n            \"赠送\",\n            \"消费-买单\",\n            \"邀请\"\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"80b5daf5-a901-4ef2-97cc-d75b42c91cfb"},{"name":"店铺付款记录/v3/business/pay_shop/list?shop_id=1","id":"f81bd7f5-9f3c-4d4d-b79a-a909d4581774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"BaDzo4zdShkLP73wxdobfVnY1LgFHfGl","type":"text"}],"url":{"raw":"{{jft}}/v3/business/pay_shop/list?shop_id=1","host":["{{jft}}"],"path":["v3","business","pay_shop","list"],"query":[{"key":"shop_id","value":"1"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"total\": 7,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"data\": [\n            {\n                \"id\": 1,\n                \"shop_id\": 1,\n                \"user_id\": 2,\n                \"cost\": \"0.01\",\n                \"ctime\": 1568210493,\n                \"serial_number\": \"19091122012268210482eTpvCgzR\",\n                \"number\": \"0.01\",\n                \"username\": \"夏伟\"\n            },\n            {\n                \"id\": 2,\n                \"shop_id\": 1,\n                \"user_id\": 2,\n                \"cost\": \"0.02\",\n                \"ctime\": 1568256014,\n                \"serial_number\": \"19091210400568256005EU4fFS7H\",\n                \"number\": \"0\",\n                \"username\": \"夏伟\"\n            },\n            {\n                \"id\": 3,\n                \"shop_id\": 1,\n                \"user_id\": 2,\n                \"cost\": \"0.02\",\n                \"ctime\": 1568257682,\n                \"serial_number\": \"19091211075168257671q9Pi4QSE\",\n                \"number\": \"0.01\",\n                \"username\": \"夏伟\"\n            },\n            {\n                \"id\": 4,\n                \"shop_id\": 1,\n                \"user_id\": 2,\n                \"cost\": \"0.02\",\n                \"ctime\": 1568258118,\n                \"serial_number\": \"19091211151068258110hdigt5uF\",\n                \"number\": \"0.01\",\n                \"username\": \"夏伟\"\n            },\n            {\n                \"id\": 5,\n                \"shop_id\": 1,\n                \"user_id\": 2,\n                \"cost\": \"0.02\",\n                \"ctime\": 1568258258,\n                \"serial_number\": \"19091211172768258247QRYAekJ8\",\n                \"number\": \"0.01\",\n                \"username\": \"夏伟\"\n            },\n            {\n                \"id\": 6,\n                \"shop_id\": 1,\n                \"user_id\": 2,\n                \"cost\": \"0.02\",\n                \"ctime\": 1568258711,\n                \"serial_number\": \"19091211250568258705MRAC56D7\",\n                \"number\": \"0.01\",\n                \"username\": \"夏伟\"\n            },\n            {\n                \"id\": 7,\n                \"shop_id\": 1,\n                \"user_id\": 3,\n                \"cost\": \"0.01\",\n                \"ctime\": 1568265655,\n                \"serial_number\": \"19091213203868265638JdySBVux\",\n                \"number\": \"0.01\",\n                \"username\": \"Mr.🤓\"\n            }\n        ]\n    }\n}\n```"},"response":[],"_postman_id":"f81bd7f5-9f3c-4d4d-b79a-a909d4581774"}],"id":"b95ccb40-5dd0-4d9f-98be-b5f06b4fb057","_postman_id":"b95ccb40-5dd0-4d9f-98be-b5f06b4fb057"},{"name":"支付","item":[{"name":"确认支付/v1/pay?shop_id=1&shop_rank_id=1","id":"22fd5c7a-83d0-4143-8008-966048503a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access-token","value":"FrOZub4km3fiflH4f9No6BHvyAaOeuwB","type":"text"}],"url":{"raw":"{{jft}}/v1/pay?shop_id=1&shop_rank_id=1&cost=1&pay_type=0&deduct=0&no_deduct_money=0&money=1&charge_shop_rank_id=1","host":["{{jft}}"],"path":["v1","pay"],"query":[{"key":"shop_id","value":"1"},{"key":"shop_rank_id","value":"1"},{"key":"cost","value":"1","type":"text"},{"key":"pay_type","value":"0","type":"text"},{"key":"deduct","value":"0","type":"text"},{"key":"no_deduct_money","value":"0","type":"text"},{"key":"money","value":"1","type":"text"},{"key":"charge_shop_rank_id","value":"1","type":"text"}]},"description":"```\n{\n    \"msg\": \"操作成功\",\n    \"result\": {\n        \"integral\": 1,\n        \"pay_maximum\": \"0\",\n        \"pay_ratio\": 0.3,\n        \"is_support_pay\": 1,\n        \"maximum\": 0,\n        \"ratio\": 1,\n        \"shop_name\": \"便利蜂全家\",\n        \"shop_id\": 1,\n        \"mobile\": \"18616988678\",\n        \"shop_rank_id\": 1,\n        \"shop_rank_full\": \"50\",\n        \"shop_rank_discount\": 90\n    }\n}\n```"},"response":[],"_postman_id":"22fd5c7a-83d0-4143-8008-966048503a8b"},{"name":"获取会员等级详细信息v1.1.0/shop_rank/detail?rank_id=1","id":"e7de3afe-e3d6-44ae-8af7-c2700ac287e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"v1.1.0/shop_rank/detail?shop_rank_id=1","host":["v1","1","0"],"path":["shop_rank","detail"],"query":[{"key":"shop_rank_id","value":"1","description":"会员等级ID"}]}},"response":[],"_postman_id":"e7de3afe-e3d6-44ae-8af7-c2700ac287e5"}],"id":"b33abda8-b53b-4fbd-ab61-16295b9518bc","_postman_id":"b33abda8-b53b-4fbd-ab61-16295b9518bc"}],"id":"38bc4854-775b-43d3-9de2-d193674475d5","_postman_id":"38bc4854-775b-43d3-9de2-d193674475d5"}]}