Showing
1 changed file
with
34 additions
and
6 deletions
@@ -174,26 +174,24 @@ http://localhost:8080/platform/PayManageController/updatePayInfoById | @@ -174,26 +174,24 @@ http://localhost:8080/platform/PayManageController/updatePayInfoById | ||
174 | } | 174 | } |
175 | 175 | ||
176 | 176 | ||
177 | -**5、关闭/开启支付方式** | 177 | +**5、开启支付方式** |
178 | 178 | ||
179 | -关闭/开启支付方式(/PayManageController/offOrOnPayModeById) | 179 | +开启支付方式(/PayManageController/openPayModeById) |
180 | 180 | ||
181 | **请求参数** | 181 | **请求参数** |
182 | 182 | ||
183 | | 参数名称 | 参数类型 |可否为空 |示例 |默认值 | 备注 | | 183 | | 参数名称 | 参数类型 |可否为空 |示例 |默认值 | 备注 | |
184 | | ---------|:--------:| --------:|-----:|------:|-----:| | 184 | | ---------|:--------:| --------:|-----:|------:|-----:| |
185 | |id |int | 否 |1 | | | | 185 | |id |int | 否 |1 | | | |
186 | -|status |int | 否 |1 | | 0-关闭,1-开启 | | ||
187 | 186 | ||
188 | **请求示例** | 187 | **请求示例** |
189 | 188 | ||
190 | 注意,通用的头部没有列出 | 189 | 注意,通用的头部没有列出 |
191 | 190 | ||
192 | -http://localhost:8080/platform/PayManageController/offOrOnPayModeById | 191 | +http://localhost:8080/platform/PayManageController/openPayModeById |
193 | 192 | ||
194 | { | 193 | { |
195 | - "id":2, | ||
196 | - "status":1 | 194 | + "id":2 |
197 | } | 195 | } |
198 | 196 | ||
199 | **响应** | 197 | **响应** |
@@ -204,3 +202,33 @@ http://localhost:8080/platform/PayManageController/offOrOnPayModeById | @@ -204,3 +202,33 @@ http://localhost:8080/platform/PayManageController/offOrOnPayModeById | ||
204 | "md5": "d751713988987e9331980363e24189ce", | 202 | "md5": "d751713988987e9331980363e24189ce", |
205 | "message": "操作成功" | 203 | "message": "操作成功" |
206 | } | 204 | } |
205 | + | ||
206 | + | ||
207 | +**6、关闭支付方式** | ||
208 | + | ||
209 | +关闭支付方式(/PayManageController/closePayModeById) | ||
210 | + | ||
211 | + **请求参数** | ||
212 | + | ||
213 | +| 参数名称 | 参数类型 |可否为空 |示例 |默认值 | 备注 | | ||
214 | +| ---------|:--------:| --------:|-----:|------:|-----:| | ||
215 | +|id |int | 否 |1 | | | | ||
216 | + | ||
217 | +**请求示例** | ||
218 | + | ||
219 | +注意,通用的头部没有列出 | ||
220 | + | ||
221 | +http://localhost:8080/platform/PayManageController/closePayModeById | ||
222 | + | ||
223 | + { | ||
224 | + "id":2 | ||
225 | + } | ||
226 | + | ||
227 | +**响应** | ||
228 | + | ||
229 | + { | ||
230 | + "code": 200, | ||
231 | + "data": {}, | ||
232 | + "md5": "d751713988987e9331980363e24189ce", | ||
233 | + "message": "操作成功" | ||
234 | + } |
-
Please register or login to post a comment