Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-05-12 22:20:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb0abb7adb3097722cf8faaf38269c7eccedbf5b
bb0abb7a
1 parent
b2adf386
doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
boxfish-四会课小程序/四会课小程序领取0512.md
boxfish-四会课小程序/四会课小程序领取0512.md
View file @
bb0abb7
...
...
@@ -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
...
...
Please
register
or
login
to post a comment