Showing
1 changed file
with
0 additions
and
16 deletions
@@ -500,20 +500,4 @@ is_needZhihang N:不需要支行 Y:需要支行 | @@ -500,20 +500,4 @@ is_needZhihang N:不需要支行 Y:需要支行 | ||
500 | 500 | ||
501 | 501 | ||
502 | ``` | 502 | ``` |
503 | -### 7、获取取消订单支付状态信息(erp.SpaceOrders.getOrderPayInfo) | ||
504 | 503 | ||
505 | -#### 请求参数 | ||
506 | -| Param Name | Param Type | Required | Param Value | Desc | | ||
507 | -| :-- | --: | --: | --: | --: | | ||
508 | -| method | String | true | erp.SpaceOrders.getOrderPayInfo| 请求方法| | ||
509 | -| uid | int | true | 20000154 |用户ID | | ||
510 | -| orderCode |Long | false | 160800421 |订单号| | ||
511 | - | ||
512 | -#### 响应内容 | ||
513 | -```json | ||
514 | -{ | ||
515 | - "orderCode": 160800421, | ||
516 | - "uid": 20000154, | ||
517 | - "payment_status": "Y" | ||
518 | -} | ||
519 | -``` |
-
Please register or login to post a comment