api-map.js
4.54 KB
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
module.exports = {
'/api/product/data': {
api: 'app.product.data',
cache: true,
params: {
product_id: {type: Number},
uid: {type: Number, require: false}
}
},
'/api/coupon/yoho/list': {
api: 'app.coupons.get',
params: {
type: {type: String},
filter: {type: Number},
limit: {type: Number},
page: {type: Number}
}
},
'/api/coupon/yoho/num': {
api: 'app.coupons.getCouponNums',
params: {}
},
'/api/coupon/yoho/getcoupon': {
api: 'app.coupons.bindPCoupon',
params: {
coupon_code: {type: String}
}
},
'/api/coupon/ufo/list': {
api: 'ufo.coupons.get',
path: 'coupon',
ufo: true,
params: {}
},
'/api/ufo/seller/entryGoodsSizeList': {
accessLog: true,
checkSign: true,
ufo: true,
api: 'ufo.seller.entryGoodsSizeList',
params: {
productId: {type: Number},
limit: {type: Number},
page: {type: Number}
}
},
'/api/ufo/sellerOrder/computeAdjustPrice': {
accessLog: true,
checkSign: true,
ufo: true,
api: 'ufo.sellerOrder.computeAdjustPrice',
params: {
product_id: {type: Number},
storage_id: {type: Number},
new_price: {type: Number},
old_price: {type: Number},
num: {type: Number}
}
},
'/api/ufo/sellerOrder/batchAdjustPrice': {
accessLog: true,
checkSign: true,
ufo: true,
api: 'ufo.sellerOrder.batchAdjustPrice',
params: {
product_id: {type: Number},
storage_id: {type: Number},
new_price: {type: Number},
old_price: {type: Number},
num: {type: Number}
},
discard: {
msg: '请升级最新APP版本'
}
},
'/api/ufo/sellerOrder/batchDownShelf': {
accessLog: true,
checkSign: true,
ufo: true,
api: 'ufo.sellerOrder.batchDownShelf',
params: {
product_id: {type: Number},
storage_id: {type: Number},
old_price: {type: Number},
num: {type: Number}
},
discard: {
msg: '请升级最新APP版本'
}
},
'/api/ufo/license/save': {
ufo: true,
api: 'ufo.businessLicense.save',
params: {
}
},
'/api/ufo/license/status': {
ufo: true,
api: 'ufo.businessLicense.queryAuditStatus',
params: {
}
},
'/api/ufo/store/status': {
ufo: true,
api: 'ufo.sellerOrder.entryStatus',
params: {
}
},
'/api/ufo/seller/create': {
ufo: true,
api: 'ufo.selfShelves.save',
params: {
}
},
'/api/ufo/bankcard/getBankCard': {
ufo: true,
api: 'ufo.bankcard.getBankCard',
},
'/api/ufo/bankcard/getBankList': {
ufo: true,
api: 'ufo.bankcard.getBankList',
cache: true,
},
'/api/ufo/bankcard/bindBankCard': {
ufo: true,
api: 'ufo.bankcard.bindBankCard',
params: {
idCardNo: {type: String, require: true},
name: {type: String, require: true},
bankCardNo: {type: Number, require: true},
bankBranch: {type: String, require: true},
bankCode: {type: String, require: true}
}
},
'/api/ufo/bankcard/checkBankCard': {
ufo: true,
api: 'ufo.bankcard.checkBankCard',
params: {
idCardNo: {type: String, require: true},
name: {type: String, require: true},
bankCardNo: {type: Number, require: true},
bankBranch: {type: String, require: true},
bankCode: {type: String, require: true}
}
},
'/api/ufo/invite/recordList': {
ufo: true,
api: 'ufo.invite.getInviteSettlementList',
params: {
}
},
'/api/ufo/passport/list': {
api: 'ufo.product.search.uvscoreProductList',
ufo: true,
params: {
rankType: {type: String, require: true},
regularize: {type: Number, require: true},
}
},
'/api/ufo/product/shareIdentifyInfo': {
api: 'ufo.product.shareIdentifyInfo',
ufo: true,
params: {
tagId: {type: String, require: true},
}
},
'/api/ufo/invite/status': {
ufo: true,
api: 'ufo.invite.toEnter',
params: {
}
},
'/api/ufo/invite/friendList': {
ufo: true,
api: 'ufo.invite.code',
params: {
}
},
'/api/ufo/invite/recordDetailList': {
ufo: true,
api: 'ufo.invite.getInviteSettlementItemList',
params: {
}
},
'/api/yoho/resource': {
service: true,
api: 'operations/api/v5/resource/get',
params: {
content_code: {type: String}
}
},
'/api/union/inviteList': {
api: 'app.union.shareOrder.queryInviteYohoList',
params: {
page: {type: Number},
size: {type: Number}
}
},
'/api/union/queryUnion': {
api: 'app.union.shareOrder.queryUnionTypeByUid',
params: {}
}
};