123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- {
- "info": {
- "_postman_id": "35a56a96-4c41-470c-9d03-26eae3570bfa",
- "name": "耗材",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
- },
- "item": [
- {
- "name": "user",
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Authorization",
- "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0YWJsZSI6InN5c3RlbV9hY2NvdW50IiwiaWQiOiIxIiwiaWF0IjoxNjMyODkzMjcxfQ.TBqoZhKsgPCflK2xpnKeskALeq2yrp8708Cjvars-zE",
- "type": "text"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"name\":\"测试商户\",\r\n \"phone\":\"13089419811\",\r\n \"password\":\"1qaz2wsx\",\r\n \"email\":\"2938260457@qq.com\",\r\n \"address\":\"回家\",\r\n \"dept\":\"回家部\",\r\n \"zw\":\"回家\",\r\n \"company\":\"回家单位\",\r\n \"type\":\"1\",\r\n \"openid\":\"485sqqafrtd5_2as\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "http://127.0.0.1:12001/api/hc/user",
- "protocol": "http",
- "host": [
- "127",
- "0",
- "0",
- "1"
- ],
- "port": "12001",
- "path": [
- "api",
- "hc",
- "user"
- ]
- }
- },
- "response": []
- },
- {
- "name": "登陆",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"phone\":\"13089419810\",\r\n \"password\":\"1qaz2wsx\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "http://127.0.0.1:12001/api/hc/user/login",
- "protocol": "http",
- "host": [
- "127",
- "0",
- "0",
- "1"
- ],
- "port": "12001",
- "path": [
- "api",
- "hc",
- "user",
- "login"
- ]
- }
- },
- "response": []
- },
- {
- "name": "market",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"mech_id\":\"61658239a649224d901195a6\",\r\n \"mech_name\":\"测试商户\",\r\n \"type\":\"吃\",\r\n \"name\":\"饼干(大包)\",\r\n \"brief\":\"压缩饼干\",\r\n \"money\":20,\r\n \"status\":\"0\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "http://127.0.0.1:12001/api/hc/market/update/6165829da649224d901195a8",
- "protocol": "http",
- "host": [
- "127",
- "0",
- "0",
- "1"
- ],
- "port": "12001",
- "path": [
- "api",
- "hc",
- "market",
- "update",
- "6165829da649224d901195a8"
- ]
- }
- },
- "response": []
- },
- {
- "name": "examine",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"personal\":\"61658239a649224d901195a6\",\r\n \"examine_time\":\"2021-09-10\",\r\n \"opinion\":\"不能吃\",\r\n \"status\":\"2\",\r\n \"totalMoney\":60,\r\n \"buy_id\":\"61658239a649224d901195a6\",\r\n \"buy_name\":\"测试商户\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "http://127.0.0.1:12001/api/hc/examine/update/61658336a649224d901195af",
- "protocol": "http",
- "host": [
- "127",
- "0",
- "0",
- "1"
- ],
- "port": "12001",
- "path": [
- "api",
- "hc",
- "examine",
- "update",
- "61658336a649224d901195af"
- ]
- }
- },
- "response": []
- },
- {
- "name": "收货",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"examine_id\":\"61658336a649224d901195af\",\r\n \"buy_id\":\"61658239a649224d901195a6\",\r\n \"mech_id\":\"61658239a649224d901195a7\",\r\n \"market_id\":\"6165829da649224d901195a8\",\r\n \"status\":\"1\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "http://127.0.0.1:12001/api/hc/examine/getGoods",
- "protocol": "http",
- "host": [
- "127",
- "0",
- "0",
- "1"
- ],
- "port": "12001",
- "path": [
- "api",
- "hc",
- "examine",
- "getGoods"
- ]
- }
- },
- "response": []
- }
- ]
- }
|