Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
shuidiapp
Wiki
cancel_follow
cancel_follow
· Changes
Page history
chenchang created page: cancel_follow
authored
Dec 12, 2016
by
陈昌
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
cancel_follow.md
cancel_follow.md
+31
-0
No files found.
cancel_follow.md
0 → 100644
View page @
a82638bb
### 取消企业
#### 调用地址
```
/user
```
#### 传参
```
javascript
{
action
:
'
cancel_follow
'
,
favorites_id
:
'
99
'
,
}
```
#### 返回值
```
javascript
{
status
:
0
,
message
:
已经取消关注
!
"
,
data: []
}
```
|返回值|说明|
|:---|:---|
| message |状态信息|
#### 示例
http://shuidi.dev.pingansec.com/user?action=cancel_follow&favorites_id=99
\ No newline at end of file