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 17:10:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b4d817a40c1dce8e6409f23c653a14da76f40f2
8b4d817a
1 parent
bcf57f42
doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
boxfish-四会课小程序/四会课小程序领取0512.md
boxfish-四会课小程序/四会课小程序领取0512.md
0 → 100644
View file @
8b4d817
[

](https://996.icu)
### 四会课程 小程序领取接口
##### 1. 微信用户登录
-
URL: {{localhost}}/boxfish-online-card/wxUser/userLogin
-
Method: POST
-
RequestBody:
```
json
//
登录凭证
private
String
jsCode;
//
用户信息
private
String
nickName;
private
String
avatarUrl;
```
-
ResponseBody:
```
json
//
status
private
ResponseStatus
status;
private
String
message;
//
body
private
String
openId;
private
String
wxToken;
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment