summaryrefslogtreecommitdiff
path: root/data/zh_cn/retailadvqa/2023-04-17/api-docs.php
blob: 7ea68097e0151383a0fc400755924aea2a5047d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
<?php return [
    'version' => '1.0',
    'info' => ['style' => 'RPC', 'product' => 'retailadvqa', 'version' => '2023-04-17'],
    'directories' => [
        [
            'children' => ['EditMemberBasicInfo', 'CalculateMemberLevel', 'MemberAccountDetailPageQuery', 'SyncMemberBehaviorInfo', 'QueryMemberBasicInfo', 'MemberPointChange', 'SyncCardInfo', 'AddMemberBasicInfo', 'BatchSaveOrderPop'],
            'type' => 'directory',
            'title' => '全域会员OpenApi',
            'id' => 434164,
        ],
    ],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'AddMemberBasicInfo' => [
            'summary' => '开放平台同步会员基础信息。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => ['operationType' => 'create', 'chargeType' => 'paid'],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'query',
                    'allowEmptyValue' => false,
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数',
                        'type' => 'object',
                        'properties' => [
                            'OpenMerchantId' => ['title' => '开放商家加密ID', 'description' => '商家加密品牌 ID', 'type' => 'string', 'required' => true, 'example' => '750cff00c3e0996d220ac2861dafdfadsf'],
                            'PlatFormType' => ['description' => '平台类型', 'type' => 'string', 'required' => true, 'example' => 'FENGXUAN'],
                            'MemberName' => ['title' => '姓名', 'description' => '会员名称。', 'type' => 'string', 'required' => false, 'example' => '核桃'],
                            'MemberNickName' => ['description' => '会员昵称', 'type' => 'string', 'required' => false, 'example' => 'aaa'],
                            'Mobile' => ['title' => '手机号', 'description' => '手机号', 'type' => 'string', 'required' => false, 'example' => '17716699087'],
                            'MixMobile' => ['title' => '加密手机号', 'description' => '加密手机号', 'type' => 'string', 'required' => false, 'example' => 'afdsjkfasdklcajfsldjf'],
                            'Sex' => ['title' => '性别', 'description' => '性别', 'type' => 'string', 'required' => false, 'example' => '男/女'],
                            'Birthday' => ['title' => '生日', 'description' => '生日', 'type' => 'string', 'required' => false, 'example' => '2022-09-08'],
                            'Country' => ['description' => '国籍', 'type' => 'string', 'required' => false, 'example' => '中国'],
                            'Province' => ['title' => '省份', 'description' => '省份', 'type' => 'string', 'required' => false, 'example' => '浙江省'],
                            'City' => ['title' => '城市', 'description' => '城市', 'type' => 'string', 'required' => false, 'example' => '杭州市'],
                            'Area' => ['description' => '地区', 'type' => 'string', 'required' => false, 'example' => '西湖区'],
                            'Email' => ['description' => '邮箱', 'type' => 'string', 'required' => false, 'example' => 'xxx@email.com'],
                            'Avatar' => ['description' => '头像', 'type' => 'string', 'required' => false, 'example' => 'https://static-legacy.dingtalk.com/media/lALPD1IyQHXWp0LMusy6_186_186.png'],
                            'Channels' => [
                                'description' => '渠道',
                                'type' => 'array',
                                'items' => [
                                    'description' => '渠道对象',
                                    'type' => 'object',
                                    'properties' => [
                                        'ChannelCode' => ['description' => '渠道Code', 'type' => 'string', 'required' => true, 'example' => 'alipay'],
                                        'AppId' => ['description' => '应用ID或者小程序ID', 'type' => 'string', 'required' => false, 'example' => '4958916073165425157001'],
                                        'ChannelOpenId' => ['description' => '渠道openId', 'type' => 'string', 'required' => false, 'example' => 'openId'],
                                        'ChannelUnionId' => ['description' => '渠道UnionId', 'type' => 'string', 'required' => false, 'example' => 'UnionId'],
                                        'Scene' => ['title' => '场景', 'description' => '场景', 'type' => 'string', 'required' => false, 'example' => '如:xxx活动'],
                                    ],
                                    'required' => false,
                                ],
                                'required' => true,
                                'maxItems' => 100,
                            ],
                            'GmtCreate' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'required' => false, 'example' => '2023-02-17 00:00:00'],
                            'Extra' => ['title' => '其他', 'description' => '其他', 'type' => 'string', 'required' => false, 'example' => '""'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '响应参数',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求ID,唯一标示', 'description' => '请求ID,唯一标示', 'type' => 'string', 'example' => '1DEFC4F1-AF11-5A3C-93B9-2880768DA218'."\n"],
                            'Success' => ['description' => '查询是否成功:'."\n"
                                .'true:成功                              '."\n"
                                .'false:失败', 'type' => 'boolean', 'example' => 'true'],
                            'ErrorCode' => ['title' => '错误码', 'description' => '错误码', 'type' => 'string', 'example' => 'Lydaas.QuickMember.SystemError'."\n"],
                            'ErrorMessage' => ['title' => '错误信息', 'description' => '错误信息', 'type' => 'string', 'example' => '系统错误: openMerchantId 不能为空'."\n"],
                            'OuterMemberId' => ['title' => '会员id', 'description' => '会员id', 'type' => 'string', 'example' => 'WMS_36606164948078_23218019'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"1DEFC4F1-AF11-5A3C-93B9-2880768DA218\\\\n\\",\\n  \\"Success\\": true,\\n  \\"ErrorCode\\": \\"Lydaas.QuickMember.SystemError\\\\n\\",\\n  \\"ErrorMessage\\": \\"系统错误: openMerchantId 不能为空\\\\n\\",\\n  \\"OuterMemberId\\": \\"WMS_36606164948078_23218019\\"\\n}","type":"json"}]',
            'title' => '同步会员基础信息',
            'changeSet' => [
                ['createdAt' => '2024-08-08T15:44:45.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2023-11-13T12:37:32.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2023-08-03T11:00:34.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2023-07-27T11:49:32.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2023-07-20T02:32:50.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2023-05-25T03:30:01.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2023-05-19T06:29:54.000Z', 'description' => '请求参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'AddMemberBasicInfo'],
                ],
            ],
            'ramActions' => [],
        ],
        'BatchSaveOrderPop' => [
            'summary' => '批量保存订单接口',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none'],
            'parameters' => [
                [
                    'name' => 'Orders',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => '订单列表',
                        'type' => 'array',
                        'items' => [
                            'description' => '模型',
                            'type' => 'object',
                            'properties' => [
                                'ChannelCode' => ['description' => '渠道编码', 'type' => 'string', 'required' => true, 'example' => 'doudian'],
                                'ChannelOpenId' => ['description' => '渠道用户openid', 'type' => 'string', 'required' => true, 'example' => '1699b2b974d444e3aa489f96457ef204'],
                                'OpenOrderId' => ['description' => '订单编号', 'type' => 'string', 'required' => true, 'example' => 'testOpenOrderId'],
                                'buyerOpenUid' => ['description' => '买家id', 'type' => 'string', 'required' => false, 'example' => 'testBuyId'],
                                'OpenMerchantId' => ['description' => '品牌id', 'type' => 'string', 'required' => true, 'example' => 'testOpenMerchantId'],
                                'PlatformType' => ['description' => '平台类型', 'type' => 'string', 'required' => true, 'example' => 'DOUDIAN'],
                                'OrderPayment' => ['description' => '支付金额(单位:分)', 'type' => 'string', 'required' => true, 'example' => '10000'],
                                'TotalFee' => ['description' => '订单金额(单位:分)', 'type' => 'string', 'required' => true, 'example' => '10000'],
                                'PostFee' => ['description' => '邮费', 'type' => 'string', 'required' => false, 'example' => '10'],
                                'OrderCreateTime' => ['description' => '下单时间', 'type' => 'string', 'required' => true, 'example' => '2023-12-20 12:12:12'],
                                'PayTime' => ['description' => '支付时间', 'type' => 'string', 'required' => false, 'example' => '2023-12-20 12:12:12'."\n"],
                                'EndTime' => ['description' => '结束时间', 'type' => 'string', 'required' => false, 'example' => '2023-12-20 12:12:12'."\n"],
                                'ShopId' => ['description' => '店铺id', 'type' => 'string', 'required' => true, 'example' => 'testShopId'],
                                'Status' => ['description' => '订单状态', 'type' => 'string', 'required' => true, 'example' => 'TRADE_FINISHED'],
                                'Feature' => ['description' => '扩展属性', 'type' => 'string', 'required' => false, 'example' => '{\\"扩展属性1\\":\\"featureData1\\",\\"扩展属性2\\":\\"featureData2\\"}'],
                                'SubOrderModelList' => [
                                    'description' => '子单信息',
                                    'type' => 'array',
                                    'items' => [
                                        'description' => '模型',
                                        'type' => 'object',
                                        'properties' => [
                                            'OpenSubOrderId' => ['description' => '子订单编号', 'type' => 'string', 'required' => true, 'example' => 'testSubOrderId'],
                                            'TotalFee' => ['description' => '订单金额(单位:分)', 'type' => 'string', 'required' => true, 'example' => '10000'],
                                            'OrderPayment' => ['description' => '支付金额(单位:分)', 'type' => 'string', 'required' => true, 'example' => '10000'],
                                            'ProductAmount' => ['description' => '商品数量', 'type' => 'string', 'required' => true, 'example' => '1'],
                                            'ProductId' => ['description' => '商品Id', 'type' => 'string', 'required' => false, 'example' => 'testProductld'],
                                            'OutProductId' => ['description' => '外部商品id', 'type' => 'string', 'required' => false, 'example' => 'testOutProductId'],
                                            'ProductName' => ['description' => '商品名', 'type' => 'string', 'required' => false, 'example' => 'testProductName'],
                                            'Status' => ['description' => '子订单状态', 'type' => 'string', 'required' => true, 'example' => 'TRADE_FINISHED'],
                                            'RefundStatus' => ['description' => '退款状态', 'type' => 'string', 'required' => false, 'example' => 'testRefundStatus'],
                                            'Feature' => ['description' => '扩展属性', 'type' => 'string', 'required' => false, 'example' => '{\\"扩展属性1\\":\\"featureData1\\",\\"扩展属性2\\":\\"featureData2\\"}'],
                                            'OrderTag' => ['description' => '订单标', 'type' => 'string', 'required' => false, 'example' => '购物金'],
                                            'ConsignTime' => ['description' => '卖家发货时间', 'type' => 'string', 'required' => false, 'example' => '2023-09-09 00:09:00'],
                                            'ReceiverCity' => ['description' => '城市', 'type' => 'string', 'required' => false, 'example' => '杭州'],
                                            'ReceiverState' => ['description' => '省', 'type' => 'string', 'required' => false, 'example' => '浙江省'],
                                            'DiscountFee' => ['description' => '子单优惠金额', 'type' => 'string', 'required' => false, 'example' => '10'],
                                            'AdjustFee' => ['description' => '手工调整金额', 'type' => 'string', 'required' => false, 'example' => '10'],
                                            'ItemMealId' => ['description' => '套餐ID', 'type' => 'string', 'required' => false, 'example' => 'dhahakdk'],
                                            'ItemMealName' => ['description' => '套餐名', 'type' => 'string', 'required' => false, 'example' => '订单套餐'],
                                            'BuyerRate' => ['description' => '买家是否评价1-已评价0-未评价', 'type' => 'string', 'required' => false, 'example' => '0'],
                                            'SellerRate' => ['description' => '卖家是否评价1-已评价0-未评价', 'type' => 'string', 'required' => false, 'example' => '0'],
                                            'RefundId' => ['description' => '退款ID', 'type' => 'string', 'required' => false, 'example' => '12183883883883'],
                                            'Cid' => ['description' => '商品类目ID', 'type' => 'string', 'required' => false, 'example' => '42876171'],
                                            'BuyerArea' => ['description' => '买家下单地区', 'type' => 'string', 'required' => false, 'example' => '杭州'],
                                            'SellerFlag' => ['description' => '卖家备注旗帜', 'type' => 'string', 'required' => false, 'example' => '1'],
                                            'TradeFrom' => ['description' => '淘宝交易来源', 'type' => 'string', 'required' => false, 'example' => 'WAP,WAP'],
                                            'Payment' => ['description' => '子订单退款后实付金额', 'type' => 'string', 'required' => false, 'example' => '4'],
                                        ],
                                        'required' => false,
                                    ],
                                    'required' => true,
                                ],
                                'ConsignTime' => ['description' => '卖家发货时间', 'type' => 'string', 'required' => false, 'example' => '2023-09-09 00:09:00'."\n"],
                                'ReceiverCity' => ['description' => '城市', 'type' => 'string', 'required' => false, 'example' => '杭州'],
                                'ReceiverState' => ['description' => '省', 'type' => 'string', 'required' => false, 'example' => '浙江省'],
                                'Sid' => ['description' => '物流单号', 'type' => 'string', 'required' => false, 'example' => 'dbssad19'],
                                'BuyerRate' => ['title' => '买家是否评价,1-已评价,0-未评价', 'description' => '买家是否评价1-已评价0-未评价', 'type' => 'string', 'required' => false, 'example' => '1'],
                                'SellerRate' => ['title' => '卖家是否评价,1-已评价,0-未评价', 'description' => '卖家是否评价1-已评价0-未评价', 'type' => 'string', 'required' => false, 'example' => '1'],
                                'DiscountFee' => ['description' => '系统优惠金额', 'type' => 'string', 'required' => false, 'example' => '10'],
                                'AdjustFee' => ['description' => '卖家手工调整金额', 'type' => 'string', 'required' => false, 'example' => '10'],
                                'CommissionFee' => ['description' => '交易佣金', 'type' => 'string', 'required' => false, 'example' => '10'],
                                'BuyerArea' => ['description' => '买家下单地区', 'type' => 'string', 'required' => false, 'example' => '杭州'],
                                'PointFee' => ['description' => '买家使用积分', 'type' => 'string', 'required' => false, 'example' => '1'],
                                'RealPointFee' => ['description' => '实际使用积分', 'type' => 'string', 'required' => false, 'example' => '1'],
                                'SellerFlag' => ['description' => '卖家备注旗帜', 'type' => 'string', 'required' => false, 'example' => '1'],
                                'tradeFrom' => ['description' => '淘宝交易来源', 'type' => 'string', 'required' => false, 'example' => 'WAP,WAP'],
                            ],
                            'required' => true,
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'testRequestId'],
                            'Success' => ['description' => '结果 true/false', 'type' => 'boolean', 'example' => 'true'],
                            'HttpStatusCode' => ['description' => '请求状态码', 'type' => 'string', 'example' => '200/400...'],
                            'ErrorCode' => ['description' => '异常码', 'type' => 'string', 'example' => 'testErrorCode'],
                            'ErrorMessage' => ['description' => '异常信息', 'type' => 'string', 'example' => 'testErrorMessage'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"testRequestId\\",\\n  \\"Success\\": true,\\n  \\"HttpStatusCode\\": \\"200/400...\\",\\n  \\"ErrorCode\\": \\"testErrorCode\\",\\n  \\"ErrorMessage\\": \\"testErrorMessage\\"\\n}","type":"json"}]',
            'title' => '批量保存订单',
            'changeSet' => [
                ['createdAt' => '2024-11-28T15:49:07.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2023-12-23T13:07:04.000Z', 'description' => '请求参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
        ],
        'CalculateMemberLevel' => [
            'summary' => '会员等级初始化计算。',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none'],
            'parameters' => [
                [
                    'name' => 'Body',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => 'HTTP 请求体(HTTP BODY)内容,均采用JSON格式',
                        'type' => 'object',
                        'properties' => [
                            'CurrentGrade' => ['description' => '会员等级', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                            'CurrentGradeName' => ['description' => '等级名称', 'type' => 'string', 'required' => true, 'example' => '黄金'],
                            'MemberId' => ['description' => '会员ID', 'type' => 'string', 'required' => true, 'example' => '4000006009418358'],
                            'OpenMerchantId' => ['description' => '商户ID', 'type' => 'string', 'required' => true, 'example' => '1230094'],
                            'PlatformType' => ['description' => '平台类型', 'type' => 'string', 'required' => true, 'example' => 'TAOBAO'],
                            'Score' => ['description' => '积分', 'type' => 'string', 'required' => false, 'example' => '0'],
                            'SerialNo' => ['description' => '操作序列号', 'type' => 'string', 'required' => true, 'example' => '0235b7f20a11de9e2bf4c3494b6d998d'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '响应对象',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID', 'type' => 'string', 'example' => '1DEFC4F1-AF11-5A3C-93B9-2880768DA218'."\n"],
                            'Success' => ['description' => '查询是否成功:'."\n"
                                .'true:成功。                                 '."\n"
                                .'false:失败。', 'type' => 'boolean', 'example' => 'true'],
                            'HttpStatusCode' => ['description' => 'HTTP状态码'."\n"
                                ."\n", 'type' => 'string', 'example' => '200'],
                            'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'Lydaas.QuickMember.SystemError'."\n"],
                            'ErrorMessage' => ['description' => '错误信息,请求异常时返回。', 'type' => 'string', 'example' => '系统错误: openMerchantId 不能为空'."\n"],
                            'Message' => ['description' => '返回信息', 'type' => 'string', 'example' => 'success'],
                            'Grade' => ['description' => '会员等级', 'type' => 'string', 'example' => '1'],
                            'OuterMemberId' => ['description' => '外部会员id', 'type' => 'string', 'example' => '6062f9067f170700a2e7ef5a'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"1DEFC4F1-AF11-5A3C-93B9-2880768DA218\\\\n\\",\\n  \\"Success\\": true,\\n  \\"HttpStatusCode\\": \\"200\\",\\n  \\"ErrorCode\\": \\"Lydaas.QuickMember.SystemError\\\\n\\",\\n  \\"ErrorMessage\\": \\"系统错误: openMerchantId 不能为空\\\\n\\",\\n  \\"Message\\": \\"success\\",\\n  \\"Grade\\": \\"1\\",\\n  \\"OuterMemberId\\": \\"6062f9067f170700a2e7ef5a\\"\\n}","type":"json"}]',
            'title' => '会员等级初始化计算',
            'changeSet' => [
                ['createdAt' => '2024-05-17T05:55:53.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
        ],
        'EditMemberBasicInfo' => [
            'summary' => '会员信息编辑API。',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none'],
            'parameters' => [
                [
                    'name' => 'Body',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'title' => '',
                        'description' => 'HTTP 请求体(HTTP BODY)内容,均采用JSON格式',
                        'type' => 'object',
                        'properties' => [
                            'OpenMerchantId' => ['description' => '商户ID', 'type' => 'string', 'required' => true, 'example' => '1230094'],
                            'PlatformType' => ['description' => '平台类型', 'type' => 'string', 'required' => true, 'example' => 'TAOBAO'],
                            'Mobile' => ['description' => '手机号', 'type' => 'string', 'required' => true, 'example' => '***********'],
                            'MemberNickName' => ['description' => '会员昵称', 'type' => 'string', 'required' => false, 'example' => 'xxxx'],
                            'MemberName' => ['description' => '会员名称。', 'type' => 'string', 'required' => false, 'example' => '杨x'],
                            'Birthday' => ['description' => '生日', 'type' => 'string', 'required' => false, 'example' => '2024-06-20'],
                            'Country' => ['description' => '国家', 'type' => 'string', 'required' => false, 'example' => '中国'],
                            'Province' => ['description' => '省份', 'type' => 'string', 'required' => false, 'example' => '山东省'],
                            'City' => ['description' => '城市', 'type' => 'string', 'required' => false, 'example' => '青岛市'],
                            'Area' => ['description' => '地区', 'type' => 'string', 'required' => false, 'example' => '小岛区'],
                            'Sex' => ['description' => '性别(男、女、未知)', 'type' => 'string', 'required' => false, 'example' => '男'],
                            'Email' => ['description' => '邮箱', 'type' => 'string', 'required' => false, 'example' => 'xxx.com'],
                            'Avatar' => ['description' => '头像', 'type' => 'string', 'required' => false, 'example' => 'xxx.jpg'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '响应对象',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID', 'type' => 'string', 'example' => '1DEFC4F1-AF11-5A3C-93B9-2880768DA218'."\n"],
                            'Success' => ['description' => '查询是否成功:'."\n"
                                .'true:成功                              '."\n"
                                .'false:失败', 'type' => 'boolean', 'example' => 'true'],
                            'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'Lydaas.QuickMember.SystemError'],
                            'ErrorMessage' => ['description' => '错误信息', 'type' => 'string', 'example' => '系统错误: openMerchantId 不能为空'."\n"],
                            'Message' => ['description' => '消息', 'type' => 'string', 'example' => 'success'],
                            'HttpStatusCode' => ['description' => 'HTTP状态码'."\n"
                                ."\n", 'type' => 'string', 'example' => '200'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"1DEFC4F1-AF11-5A3C-93B9-2880768DA218\\\\n\\",\\n  \\"Success\\": true,\\n  \\"ErrorCode\\": \\"Lydaas.QuickMember.SystemError\\",\\n  \\"ErrorMessage\\": \\"系统错误: openMerchantId 不能为空\\\\n\\",\\n  \\"Message\\": \\"success\\",\\n  \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
            'title' => '会员信息编辑API',
            'description' => '会员信息编辑',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
        ],
        'MemberAccountDetailPageQuery' => [
            'summary' => '积分明细查询。',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none'],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数',
                        'type' => 'object',
                        'properties' => [
                            'OpenMerchantId' => ['description' => '加密商家ID', 'type' => 'string', 'required' => true, 'example' => '750cff00c3e0996d220ac2861dafdfadsf'],
                            'PlatFormType' => ['description' => '平台类型', 'type' => 'string', 'required' => true, 'example' => '如:FENGXUAN'],
                            'OuterMemberId' => ['description' => '商家会员ID', 'type' => 'string', 'required' => true, 'example' => 'WMS_36606164948078_23218019'],
                            'AccountType' => [
                                'description' => '账号类型(20-积分;30-成长值)',
                                'type' => 'integer',
                                'format' => 'int32',
                                'required' => true,
                                'enumValueTitles' => [20 => '积分', 30 => '成长值'],
                                'example' => '20'."\n",
                            ],
                            'StartTime' => ['description' => '查询起始时间:2011-09-01 00:00:00', 'type' => 'string', 'required' => false, 'example' => '2011-09-01 00:00:00'."\n"
                                ."\n"],
                            'EndTime' => ['description' => '查询结束时间:2011-11-30 23:59:59', 'type' => 'string', 'required' => false, 'example' => '2011-09-02 00:00:00'."\n"
                                ."\n"],
                            'Page' => ['description' => '分页页码', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
                            'PageSize' => ['description' => '每页数量,默认10,最大1000', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'TotalCount' => ['title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', 'description' => 'TotalCount本次请求条件下的数据总量', 'type' => 'integer', 'format' => 'int32', 'example' => '5000'],
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '1DEFC4F1-AF11-5A3C-93B9-2880768DA218'."\n"],
                            'Success' => ['description' => '查询是否成功:'."\n"
                                .'true:成功。                                '."\n"
                                .'false:失败。', 'type' => 'string', 'required' => true, 'example' => 'true'],
                            'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'Lydaas.QuickMember.SystemError'],
                            'ErrorMessage' => ['description' => '错误信息,请求异常时返回。', 'type' => 'string', 'example' => '系统错误: openMerchantId 不能为空'],
                            'Data' => [
                                'description' => '明细列表',
                                'type' => 'array',
                                'items' => [
                                    'description' => '对象',
                                    'type' => 'object',
                                    'properties' => [
                                        'OpenMerchantId' => ['description' => '加密商家ID', 'type' => 'string', 'example' => '750cff00c3e0996d220ac2861dafdfadsf'."\n"],
                                        'OuterMemberId' => ['description' => '商家会员ID', 'type' => 'string', 'example' => 'MEMBER_fc498a12edd84dafd'],
                                        'AccountType' => ['description' => '账号类型(20-积分;30-成长值)', 'type' => 'integer', 'format' => 'int32', 'example' => '20'],
                                        'OperateType' => ['description' => '操作类型(1-增加2-减少)', 'type' => 'string', 'example' => '1'],
                                        'DetailValue' => ['description' => '积分/成长值变更数值', 'type' => 'string', 'example' => '20'],
                                        'AccountBalance' => ['description' => '变更后积分', 'type' => 'string', 'example' => '100'],
                                        'ChannelCode' => ['description' => '渠道Code', 'type' => 'string', 'example' => '如:alipay'],
                                        'ActivityType' => ['description' => '活动类型', 'type' => 'string', 'required' => true, 'example' => '示例值:'."\n"
                                            .'订单/活动/抽奖/…'],
                                        'GmtCreate' => ['description' => '创建时间', 'type' => 'string', 'required' => true, 'example' => '示例值:'."\n"
                                            .'2011-09-01 00:00:00'],
                                        'GmtModified' => ['description' => '修改日期', 'type' => 'string', 'required' => true, 'example' => '示例值:'."\n"
                                            .'2011-09-01 00:00:00'],
                                        'Remark' => ['description' => '备注。', 'type' => 'string', 'required' => false, 'example' => '...'],
                                        'Extra' => ['description' => '其他', 'type' => 'string', 'required' => true, 'example' => '...'],
                                    ],
                                    'required' => true,
                                ],
                                'required' => false,
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'IdempotentParameterMismatch', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"TotalCount\\": 5000,\\n  \\"RequestId\\": \\"1DEFC4F1-AF11-5A3C-93B9-2880768DA218\\\\n\\",\\n  \\"Success\\": \\"true\\",\\n  \\"ErrorCode\\": \\"Lydaas.QuickMember.SystemError\\",\\n  \\"ErrorMessage\\": \\"系统错误: openMerchantId 不能为空\\",\\n  \\"Data\\": [\\n    {\\n      \\"OpenMerchantId\\": \\"750cff00c3e0996d220ac2861dafdfadsf\\\\n\\",\\n      \\"OuterMemberId\\": \\"MEMBER_fc498a12edd84dafd\\",\\n      \\"AccountType\\": 20,\\n      \\"OperateType\\": \\"1\\",\\n      \\"DetailValue\\": \\"20\\",\\n      \\"AccountBalance\\": \\"100\\",\\n      \\"ChannelCode\\": \\"如:alipay\\",\\n      \\"ActivityType\\": \\"示例值:\\\\n订单/活动/抽奖/…\\",\\n      \\"GmtCreate\\": \\"示例值:\\\\n2011-09-01 00:00:00\\",\\n      \\"GmtModified\\": \\"示例值:\\\\n2011-09-01 00:00:00\\",\\n      \\"Remark\\": \\"...\\",\\n      \\"Extra\\": \\"...\\"\\n    }\\n  ]\\n}","type":"json"}]',
            'title' => '积分明细查询',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
        ],
        'MemberPointChange' => [
            'summary' => '会员积分变更。',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none'],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数',
                        'type' => 'object',
                        'properties' => [
                            'OpenMerchantId' => ['description' => '商家加密品牌 ID', 'type' => 'string', 'required' => true, 'example' => '750cff00c3e0996d220ac2861dafdfadsf'],
                            'PlatFormType' => ['description' => '平台类型', 'type' => 'string', 'required' => true, 'example' => 'FENGXUAN'],
                            'OuterMemberId' => ['description' => '商家会员ID', 'type' => 'string', 'required' => true, 'example' => 'WMS_36606164948078_23218019'],
                            'Quantity' => ['description' => '积分/成长值变更数值', 'type' => 'string', 'required' => true, 'example' => '1'],
                            'AccountType' => [
                                'description' => '账户类型:20-积分;30-成长值',
                                'type' => 'string',
                                'required' => true,
                                'enumValueTitles' => [20 => '积分', 30 => '成长值'],
                                'example' => '20',
                            ],
                            'OperateType' => [
                                'description' => '变更类型:1-增加,2-扣减',
                                'type' => 'string',
                                'required' => true,
                                'enumValueTitles' => [1 => '增加', '扣减'],
                                'example' => '1',
                            ],
                            'SerialNo' => ['description' => '操作序列号', 'type' => 'string', 'required' => true, 'example' => '4LJDNJH9JUX48L41'],
                            'ChannelCode' => ['description' => '渠道Code', 'type' => 'string', 'required' => false, 'example' => '如:alipay'],
                            'Extra' => ['description' => '其他', 'type' => 'string', 'required' => false, 'example' => '""'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '响应参数',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => 'B2CD5682-12C0-51A7-82FC-1D36091CADAD'],
                            'Success' => ['description' => '是否成功:'."\n"
                                .'true:成功                              '."\n"
                                .'false:失败', 'type' => 'string', 'example' => 'true'],
                            'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'Lydaas.QuickMember.SystemError'."\n"],
                            'ErrorMessage' => ['description' => '错误信息,请求异常时返回。', 'type' => 'string', 'example' => '系统错误: openMerchantId 不能为空'."\n"],
                            'AccountBalance' => ['description' => '账户余额。', 'type' => 'string', 'example' => '100'],
                            'LevelName' => ['description' => '会员等级', 'type' => 'string', 'required' => true, 'example' => '12'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"B2CD5682-12C0-51A7-82FC-1D36091CADAD\\",\\n  \\"Success\\": \\"true\\",\\n  \\"ErrorCode\\": \\"Lydaas.QuickMember.SystemError\\\\n\\",\\n  \\"ErrorMessage\\": \\"系统错误: openMerchantId 不能为空\\\\n\\",\\n  \\"AccountBalance\\": \\"100\\",\\n  \\"LevelName\\": \\"12\\"\\n}","type":"json"}]',
            'title' => '会员积分变更',
            'changeSet' => [
                ['createdAt' => '2023-08-03T11:00:34.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2023-07-27T11:49:32.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
        ],
        'QueryMemberBasicInfo' => [
            'summary' => '查询会员基础信息。',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数',
                        'type' => 'object',
                        'properties' => [
                            'OpenMerchantId' => ['description' => '商家加密品牌 ID', 'type' => 'string', 'required' => true, 'example' => '750cff00c3e0996d220ac2861dafdfadsf'],
                            'PlatFormType' => ['description' => '平台类型', 'type' => 'string', 'required' => true, 'example' => 'FENGXUAN'],
                            'Type' => [
                                'title' => '1-渠道OpenId'."\0".',2-手机号,3-外部会员id',
                                'description' => '查询类型,支持使用会员id/手机号/渠道openId查询。枚举值:'."\n"
                                    .'1-ChannelOpenId,仅支持ChannelCode为alipay/wechat时,ChannelOpenId'."\n"
                                    .'必填,'."\n"
                                    .'2-mobile,mobile必填'."\n"
                                    .'3-OuterMemberId,OuterMemberId必填',
                                'type' => 'string',
                                'required' => true,
                                'docRequired' => false,
                                'enumValueTitles' => [1 => 'ChannelOpenId', 'Mobile', 'OuterMemberId'],
                                'example' => '1',
                            ],
                            'OuterMemberId' => ['description' => '商家会员ID', 'type' => 'string', 'required' => false, 'example' => 'WMS_36606164948078_23218019'],
                            'Mobile' => ['description' => '手机号', 'type' => 'string', 'required' => false, 'example' => '18888889999'],
                            'ChannelCode' => ['title' => 'wechat'."\0".'-微信,alipay'."\0".'-支付宝', 'description' => '渠道Code', 'type' => 'string', 'required' => false, 'example' => '如:alipay'],
                            'ChannelOpenId' => ['description' => '渠道openId', 'type' => 'string', 'required' => false, 'example' => '750cff00c3e099'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '响应参数',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => '1DEFC4F1-AF11-5A3C-93B9-2880768DA218'."\n"],
                            'Success' => ['description' => '是否调用成功。true:表示调用成功。                                 false:表示调用失败。', 'type' => 'boolean', 'example' => 'true'],
                            'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'Lydaas.QuickMember.SystemError'."\n"],
                            'ErrorMessage' => ['description' => '错误信息,请求异常时返回。', 'type' => 'string', 'example' => '系统错误: openMerchantId 不能为空'],
                            'Data' => [
                                'description' => '请求接口返回的数据,会员信息',
                                'type' => 'object',
                                'properties' => [
                                    'OpenMerchantId' => ['description' => '加密商家ID', 'type' => 'string', 'example' => '750cff00c3e0996d220ac2861dafdfadsf'."\n"],
                                    'OuterMemberId' => ['description' => '商家会员ID', 'type' => 'string', 'example' => 'MEMBER_fc498a12edd84dafd'],
                                    'MemberName' => ['description' => '会员名称。', 'type' => 'string', 'example' => '匿名会员'],
                                    'Mobile' => ['description' => '手机号', 'type' => 'string', 'example' => '13999999999'],
                                    'Sex' => ['description' => '性别(男、女)', 'type' => 'string', 'example' => '男'],
                                    'Birthday' => ['description' => '生日', 'type' => 'string', 'example' => '1992-04-17'],
                                    'Country' => ['description' => '国籍', 'type' => 'string', 'example' => '中国'],
                                    'Province' => ['description' => '省份', 'type' => 'string', 'example' => '浙江'],
                                    'City' => ['description' => '城市', 'type' => 'string', 'example' => '杭州'],
                                    'Email' => ['description' => '邮箱', 'type' => 'string', 'example' => 'xxx@xxx.com'],
                                    'Avatar' => ['description' => '头像', 'type' => 'string', 'required' => true, 'example' => 'https://tfs.alipayobjects.com/images/partner/TB1aWA7Xv5GDuNjHvSCXXczuXXa'],
                                    'LevelNum' => ['description' => '等级编号', 'type' => 'string', 'example' => '1'],
                                    'LevelName' => ['description' => '会员等级', 'type' => 'string', 'example' => 'VIP0'],
                                    'Points' => ['description' => '会员成长值', 'type' => 'string', 'example' => '100'],
                                    'Score' => ['description' => '会员积分', 'type' => 'string', 'example' => '73'],
                                    'Extra' => ['description' => '其他', 'type' => 'string', 'required' => false, 'example' => '...'],
                                    'Area' => ['description' => '地区', 'type' => 'string', 'example' => '余杭'],
                                    'MemberNickName' => ['description' => '会员昵称', 'type' => 'string', 'example' => 'aaa'],
                                    'NearExpiredScore' => ['description' => '临期积分', 'type' => 'string', 'example' => '0'],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"1DEFC4F1-AF11-5A3C-93B9-2880768DA218\\\\n\\",\\n  \\"Success\\": true,\\n  \\"ErrorCode\\": \\"Lydaas.QuickMember.SystemError\\\\n\\",\\n  \\"ErrorMessage\\": \\"系统错误: openMerchantId 不能为空\\",\\n  \\"Data\\": {\\n    \\"OpenMerchantId\\": \\"750cff00c3e0996d220ac2861dafdfadsf\\\\n\\",\\n    \\"OuterMemberId\\": \\"MEMBER_fc498a12edd84dafd\\",\\n    \\"MemberName\\": \\"匿名会员\\",\\n    \\"Mobile\\": \\"13999999999\\",\\n    \\"Sex\\": \\"男\\",\\n    \\"Birthday\\": \\"1992-04-17\\",\\n    \\"Country\\": \\"中国\\",\\n    \\"Province\\": \\"浙江\\",\\n    \\"City\\": \\"杭州\\",\\n    \\"Email\\": \\"xxx@xxx.com\\",\\n    \\"Avatar\\": \\"https://tfs.alipayobjects.com/images/partner/TB1aWA7Xv5GDuNjHvSCXXczuXXa\\",\\n    \\"LevelNum\\": \\"1\\",\\n    \\"LevelName\\": \\"VIP0\\",\\n    \\"Points\\": \\"100\\",\\n    \\"Score\\": \\"73\\",\\n    \\"Extra\\": \\"...\\",\\n    \\"Area\\": \\"余杭\\",\\n    \\"MemberNickName\\": \\"aaa\\",\\n    \\"NearExpiredScore\\": \\"0\\"\\n  }\\n}","type":"json"}]',
            'title' => '查询会员基础信息',
            'changeSet' => [
                ['createdAt' => '2024-01-10T01:32:48.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2023-08-03T11:00:34.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2023-07-27T11:49:32.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
        ],
        'SyncCardInfo' => [
            'summary' => '卡券信息同步。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数',
                        'type' => 'object',
                        'properties' => [
                            'OpenMerchantId' => ['description' => '商家加密品牌 ID', 'type' => 'string', 'required' => false, 'example' => '750cff00c3e0996d220ac2861dafdfadsf'],
                            'TransferId' => ['description' => '赠送单号', 'type' => 'string', 'required' => false, 'example' => '3eecd2b8a6f946ca'],
                            'OrderId' => ['description' => '购买订单号', 'type' => 'string', 'required' => false, 'example' => '223332140970453'],
                            'BuyerId' => ['description' => '购买用户ID', 'type' => 'string', 'required' => false, 'example' => '1236437142867408'],
                            'Recipient' => [
                                'description' => '收礼人',
                                'type' => 'object',
                                'properties' => [
                                    'Id' => ['description' => '收礼人ID', 'type' => 'string', 'required' => false, 'example' => '1000030855004'],
                                    'Phone' => ['description' => '收礼人手机号', 'type' => 'string', 'required' => false, 'example' => '18899998888'],
                                    'OpenId' => ['description' => 'openId', 'type' => 'string', 'required' => false, 'example' => '1179ead68b3833fea61a802ddb1dd3ac'],
                                    'Nickname' => ['description' => '收礼人昵称', 'type' => 'string', 'required' => false, 'example' => '大大'],
                                    'HeaderImg' => ['description' => '头像', 'type' => 'string', 'required' => false, 'example' => 'https://xxx/1.jpg'],
                                ],
                                'required' => false,
                            ],
                            'Gifters' => [
                                'description' => '赠礼人',
                                'type' => 'object',
                                'properties' => [
                                    'Id' => ['description' => '赠礼人ID', 'type' => 'string', 'required' => false, 'example' => '1000030820003'],
                                    'Phone' => ['description' => '赠礼人手机号', 'type' => 'string', 'required' => false, 'example' => '13277778888'],
                                    'OpenId' => ['description' => 'openId', 'type' => 'string', 'required' => false, 'example' => '82ace612cd377134d597e32e91562caf'],
                                    'Nickname' => ['description' => '赠礼人昵称', 'type' => 'string', 'required' => false, 'example' => '小小'],
                                    'HeaderImg' => ['description' => '头像', 'type' => 'string', 'required' => false, 'example' => 'https://xxx/2.jpg'],
                                ],
                                'required' => false,
                            ],
                            'Status' => [
                                'description' => '状态,1-未领取2-已领取3-已退卡4-已失效',
                                'type' => 'string',
                                'required' => false,
                                'enumValueTitles' => [1 => '未领取', '已领取', '已退卡', '已失效'],
                                'example' => '1',
                            ],
                            'Theme' => ['description' => '礼品卡名称', 'type' => 'string', 'required' => false, 'example' => '礼品a'],
                            'TransferredAt' => ['description' => '赠送时间,格式:yyyy-MM-dd HH:mm:ss', 'type' => 'string', 'required' => false, 'example' => '2023-05-12 00:00:00'],
                            'ReceivedAt' => ['description' => '接收时间,格式:yyyy-MM-dd HH:mm:ss', 'type' => 'string', 'required' => false, 'example' => '2023-05-12 00:00:00'],
                            'PresentDetail' => [
                                'title' => '商品详情',
                                'description' => '商品详情',
                                'type' => 'array',
                                'items' => [
                                    'description' => '商品详情信息',
                                    'type' => 'object',
                                    'properties' => [
                                        'ItemId' => ['title' => '商品ID', 'description' => '商品ID', 'type' => 'string', 'required' => false, 'example' => '608356956277'],
                                        'Price' => ['description' => '商品金额', 'type' => 'number', 'format' => 'double', 'required' => false, 'example' => '89.5'],
                                        'Name' => ['title' => '商品名称', 'description' => '商品名称', 'type' => 'string', 'required' => false, 'example' => 'A商品'],
                                        'Count' => ['description' => '商品数量', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '0'],
                                        'SkuId' => ['title' => 'SKU', 'description' => 'SKU', 'type' => 'string', 'required' => false, 'example' => '4747141632519'],
                                    ],
                                    'required' => false,
                                ],
                                'required' => false,
                            ],
                            'OccurredAt' => ['description' => '系统记录时间,格式:yyyy-MM-dd HH:mm:ss', 'type' => 'string', 'required' => false, 'example' => '2023-05-12 00:00:00'],
                            'Extra' => ['description' => '其他', 'type' => 'string', 'required' => false, 'example' => '""'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id,每次请求都是唯一值,便于后续排查问题', 'type' => 'string', 'example' => '1DEFC4F1-AF11-5A3C-93B9-2880768DA218'."\n"],
                            'Success' => ['description' => '查询是否成功:'."\n"
                                .'true:成功                             '."\n"
                                .'false:失败', 'type' => 'string', 'example' => 'true'],
                            'HttpStatusCode' => ['description' => 'HTTP状态码'."\n"
                                ."\n", 'type' => 'string', 'example' => '200'],
                            'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'Lydaas.QuickMember.SystemError'."\n"],
                            'ErrorMessage' => ['description' => '错误信息,请求异常时返回。', 'type' => 'string', 'example' => '系统错误: openMerchantId 不能为空'."\n"],
                            'Message' => ['description' => '消息', 'type' => 'string', 'example' => 'success'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"1DEFC4F1-AF11-5A3C-93B9-2880768DA218\\\\n\\",\\n  \\"Success\\": \\"true\\",\\n  \\"HttpStatusCode\\": \\"200\\",\\n  \\"ErrorCode\\": \\"Lydaas.QuickMember.SystemError\\\\n\\",\\n  \\"ErrorMessage\\": \\"系统错误: openMerchantId 不能为空\\\\n\\",\\n  \\"Message\\": \\"success\\"\\n}","type":"json"}]',
            'title' => '同步卡券信息',
            'changeSet' => [
                ['createdAt' => '2023-05-31T02:07:38.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2023-05-30T03:37:40.000Z', 'description' => '请求参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SyncCardInfo'],
                ],
            ],
            'ramActions' => [],
        ],
        'SyncMemberBehaviorInfo' => [
            'summary' => '保存会员行为信息。',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none'],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数',
                        'type' => 'object',
                        'properties' => [
                            'OpenMerchantId' => ['description' => '加密商家ID', 'type' => 'string', 'required' => true, 'example' => '750cff00c3e0996d220ac2861dafdfadsf'],
                            'PlatFormType' => ['description' => '平台类型', 'type' => 'string', 'required' => true, 'example' => '如:FENGXUAN'],
                            'OuterMemberId' => ['description' => '商家会员ID', 'type' => 'string', 'required' => true, 'example' => 'WMS_36606164948078_23218019'],
                            'ActionType' => [
                                'description' => '行为类型:(sign-签到medal-勋章questionnaire-问卷)',
                                'type' => 'string',
                                'required' => true,
                                'enumValueTitles' => ['questionnaire' => 'questionnaire', 'sign' => 'sign', 'medal' => 'medal'],
                                'example' => 'sign',
                            ],
                            'ActionSubType' => ['description' => '行为子类型', 'type' => 'string', 'required' => false, 'example' => '...'],
                            'ActionStartDate' => ['description' => '行为产生日期', 'type' => 'string', 'required' => false, 'example' => '2023-01-01 00:00:00'],
                            'ActionEndDate' => ['description' => '行为结束日期', 'type' => 'string', 'required' => false, 'example' => '2023-01-01 00:00:00'],
                            'ActionResult' => ['description' => '行为结果:ture/false', 'type' => 'boolean', 'required' => false, 'example' => 'true'."\n"],
                            'ActionDuration' => ['description' => '持续时间:秒', 'type' => 'string', 'required' => false, 'example' => '18'],
                            'Extra' => ['description' => '其他', 'type' => 'string', 'required' => false, 'example' => '...'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => '1DEFC4F1-AF11-5A3C-93B9-2880768DA218'."\n"],
                            'Success' => ['description' => '是否成功:'."\n"
                                .'true:成功                              '."\n"
                                .'false:失败', 'type' => 'boolean', 'example' => 'true'],
                            'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'Lydaas.QuickMember.SystemError'."\n"],
                            'ErrorMessage' => ['description' => '错误信息。', 'type' => 'string', 'example' => '系统错误: openMerchantId 不能为空'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"1DEFC4F1-AF11-5A3C-93B9-2880768DA218\\\\n\\",\\n  \\"Success\\": true,\\n  \\"ErrorCode\\": \\"Lydaas.QuickMember.SystemError\\\\n\\",\\n  \\"ErrorMessage\\": \\"系统错误: openMerchantId 不能为空\\"\\n}","type":"json"}]',
            'title' => '保存会员行为信息',
            'changeSet' => [
                ['createdAt' => '2023-07-27T11:49:32.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
        ],
    ],
    'endpoints' => [
        ['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'quicka.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'quicka.cn-zhangjiakou.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'quicka.cn-shenzhen.aliyuncs.com', 'endpoint' => 'quicka.cn-shenzhen.aliyuncs.com', 'vpc' => 'quicka-vpc.cn-shenzhen.aliyuncs.com'],
        ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'quicka.cn-shanghai.aliyuncs.com', 'endpoint' => 'quicka.cn-shanghai.aliyuncs.com', 'vpc' => 'quicka-vpc.cn-shanghai.aliyuncs.com'],
    ],
    'errorCodes' => [],
    'changeSet' => [
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'BatchSaveOrderPop'],
            ],
            'createdAt' => '2024-11-28T15:49:13.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'AddMemberBasicInfo'],
            ],
            'createdAt' => '2024-08-08T15:44:51.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CalculateMemberLevel'],
            ],
            'createdAt' => '2024-05-17T05:55:56.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'QueryMemberBasicInfo'],
            ],
            'createdAt' => '2024-01-10T01:32:53.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'BatchSaveOrderPop'],
            ],
            'createdAt' => '2023-12-23T13:07:11.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'AddMemberBasicInfo'],
            ],
            'createdAt' => '2023-11-13T12:37:38.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'AddMemberBasicInfo'],
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'MemberPointChange'],
                ['description' => '响应参数发生变更', 'api' => 'QueryMemberBasicInfo'],
            ],
            'createdAt' => '2023-08-03T11:00:39.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'AddMemberBasicInfo'],
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'MemberPointChange'],
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'QueryMemberBasicInfo'],
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'SyncMemberBehaviorInfo'],
            ],
            'createdAt' => '2023-07-27T11:49:39.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'AddMemberBasicInfo'],
            ],
            'createdAt' => '2023-07-20T02:32:55.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'SyncCardInfo'],
            ],
            'createdAt' => '2023-05-31T02:07:41.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'SyncCardInfo'],
            ],
            'createdAt' => '2023-05-30T03:37:44.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'AddMemberBasicInfo'],
            ],
            'createdAt' => '2023-05-25T03:33:07.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'AddMemberBasicInfo'],
            ],
            'createdAt' => '2023-05-19T06:30:08.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'PageIncrementMembers'],
                ['description' => '响应参数发生变更', 'api' => 'PageMembers'],
            ],
            'createdAt' => '2023-04-24T12:23:54.000Z',
            'description' => '',
        ],
    ],
    'flowControl' => [
        'flowControlList' => [
            ['threshold' => '-1', 'countWindow' => 1, 'regionId' => '*'],
            ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SyncCardInfo'],
            ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'AddMemberBasicInfo'],
        ],
    ],
    'ram' => [
        'productCode' => 'QuickAudience',
        'productName' => '智能用户增长',
        'ramCodes' => ['quickaudience'],
        'ramLevel' => '服务级',
        'ramConditions' => [],
        'ramActions' => [],
        'resourceTypes' => [],
    ],
];