Toggle navigation
Toggle navigation
This project
Loading...
Sign in
platform
/
yohobuy-doc
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Snippets
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenchao
9 years ago
Commit
8f2afcc1447f1075b4b927d1272d31c941c52d7c
1 parent
5ef14962
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
25 deletions
api-doc/product/hotsearch-brand/update.md
api-doc/product/hotsearch-brand/update.md
View file @
8f2afcc
# 设置有货币
> 接口名: `/yohoCoin/set`
### 入参
-------------------------
|属性名称|类型|例子|说明|是否必填|
|--------|----|----|----|--------|
|productSkn | int| 50000056| 产品skn|是|
|returnCoinMoney | int| 10| 有货币数量|是|
---------------------
### 返回
```
json
{
"code"
:
200
,
"message"
:
"添加成功!"
}
```
# 修改热搜品牌
> 接口名: `/hotSearchBrand/updateHotBrand`
### 入参
-------------------------
|属性名称|类型|例子|说明|是否必填|
|--------|----|----|----|--------|
|id | int| 2| id|是|
|brandName | String| ANYHOW| 品牌名|是|
|orderBy | int| 10| 排序|是|
|status | int| 0| 状态 可用:1,不可用 :0|是|
---------------------
### 返回
```
json
{
"code"
:
200
,
"message"
:
"成功!"
}
```
...
...
Please
register
or
login
to post a comment