huayandong

update doc api

@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
3 3
4 ### 四会课程 管理后台接口 4 ### 四会课程 管理后台接口
5 5
  6 +
6 ##### 1. 查询全部领取的信息 7 ##### 1. 查询全部领取的信息
7 8
8 - URL: {{localhost}}/boxfish-online-card/order/textbook/manage/getOrderHistory 9 - URL: {{localhost}}/boxfish-online-card/order/textbook/manage/getOrderHistory
@@ -55,3 +56,19 @@ public static class OrderSummary { @@ -55,3 +56,19 @@ public static class OrderSummary {
55 private WxMiniUserRelationshipEntity.OrderObtainType obtainType; 56 private WxMiniUserRelationshipEntity.OrderObtainType obtainType;
56 } 57 }
57 ``` 58 ```
  59 +
  60 +
  61 +##### 2. 修改邮寄状态接口
  62 +
  63 +- URL: {{localhost}}/boxfish-online-card/order/textbook/manage/updatePostTime
  64 +- Method: POST
  65 +- RequestBody:
  66 +
  67 +```json
  68 +{
  69 + "orderCode":"text_orderCode",
  70 +
  71 + "flagPost": "true", // 是否邮寄
  72 + "flagEnable": "flagEnable" // 是否需要邮寄
  73 +}
  74 +```