Authored by tanling

update 获取的店铺信息

@@ -30,18 +30,39 @@ code为200即为成功,否则是失败。 @@ -30,18 +30,39 @@ code为200即为成功,否则是失败。
30 "data": { 30 "data": {
31 "account": "zhiyuan", 31 "account": "zhiyuan",
32 "pid": "2793", 32 "pid": "2793",
33 - "session_key": "92c68582f7f95a883d304acf95d719e5", 33 + "session_key": "1711be37848c19d4b3f287a988f03012",
34 "shops": [ 34 "shops": [
35 - "T.U.K",  
36 - "【测试】品牌供应商关系",  
37 - "JNBY",  
38 - "jnby by JNBY",  
39 - "速写CROQUIS",  
40 - "less",  
41 - "LALABOBO" 35 + {
  36 + "shopName": "T.U.K",
  37 + "shopsId": 17
  38 + },
  39 + {
  40 + "shopName": "【测试】品牌供应商关系",
  41 + "shopsId": 19
  42 + },
  43 + {
  44 + "shopName": "JNBY",
  45 + "shopsId": 20
  46 + },
  47 + {
  48 + "shopName": "jnby by JNBY",
  49 + "shopsId": 21
  50 + },
  51 + {
  52 + "shopName": "速写CROQUIS",
  53 + "shopsId": 22
  54 + },
  55 + {
  56 + "shopName": "less",
  57 + "shopsId": 23
  58 + },
  59 + {
  60 + "shopName": "LALABOBO",
  61 + "shopsId": 24
  62 + }
42 ] 63 ]
43 }, 64 },
44 - "md5": "f694c2e2e04309d5ec28fe68d4e2b71b", 65 + "md5": "fd959dd27908c26b502a7edaa6b16ad6",
45 "message": "登录成功" 66 "message": "登录成功"
46 } 67 }
47 ``` 68 ```