huayandong

update doc api

@@ -124,6 +124,8 @@ public static class Request { @@ -124,6 +124,8 @@ public static class Request {
124 124
125 private String openId; // 微信openId 125 private String openId; // 微信openId
126 private Long invitationCode; // 邀请人的邀请码 126 private Long invitationCode; // 邀请人的邀请码
  127 +
  128 + private Boolean flagShareObtain; // 分享入口领取的时候,需要加上该字段 flagShareObtain=true
127 } 129 }
128 ``` 130 ```
129 131