huayandong

doc api

... ... @@ -139,3 +139,22 @@ public static class WxUserInfo {
}
```
##### 6. 缺用户是否已经建立过绑定关系,如果建立过,返回之前绑定关系的邀请码
- URL: {{localhost}}/boxfish-online-card/wxUser/confirm?openId={{openId}}
- Method: GET
- Requestparam: `openId`
- ResponseBody:
```java
public static class Response {
// status
private ResponseStatus status;
private String message;
private Boolean flagUserHasInvitationCode;
private Long invitationCode;
}
```
\ No newline at end of file
... ...