質問編集履歴

1

追記

2017/10/20 06:37

投稿

JunZenpou
JunZenpou

スコア24

test CHANGED
File without changes
test CHANGED
@@ -216,11 +216,7 @@
216
216
 
217
217
  //
218
218
 
219
- // Created by 善方淳 on 2017/10/16.
219
+
220
-
221
- // Copyright © 2017年 善方淳. All rights reserved.
222
-
223
- //
224
220
 
225
221
 
226
222
 
@@ -451,3 +447,45 @@
451
447
  }
452
448
 
453
449
  ```
450
+
451
+
452
+
453
+ ```
454
+
455
+ parametersmの値: ["passwd": "", "memid": ""]
456
+
457
+ result:[{"memid":"0000000001000","passwd":"54325740"}]
458
+
459
+ response:Optional(<NSHTTPURLResponse: 0x60c000028ea0> { URL: } { status code: 200, headers {
460
+
461
+ "Cache-Control" = "max-age=86400";
462
+
463
+ Connection = "Keep-Alive";
464
+
465
+ "Content-Length" = 47;
466
+
467
+ "Content-Type" = "application/json; charset=utf-8";
468
+
469
+ Date = "Fri, 20 Oct 2017 06:02:45 GMT";
470
+
471
+ Expires = "Sat, 21 Oct 2017 06:02:45 GMT";
472
+
473
+ "Keep-Alive" = "timeout=15, max=100";
474
+
475
+ Server = Apache;
476
+
477
+ "X-Powered-By" = "PHP/5.5.8";
478
+
479
+ } })
480
+
481
+ memid: 0000000001000
482
+
483
+ passwd: 54325740
484
+
485
+ self.result_memid: 0000000001000
486
+
487
+ self.result_passwd: 54325740
488
+
489
+
490
+
491
+ ```