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
2016-05-05 16:06:07 +0800
Commit
864a8e97163bd65cdd0c498ebaf69975ca9cdd27
1 parent
b0866343
add import file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
api-doc/common/import.md
api-doc/common/import.md
0 → 100644
View file @
864a8e9
# 设置有货币
> 接口名: `/yohoCoin/set`
### 入参
-------------------------
|属性名称|类型|例子|说明|是否必填|
|--------|----|----|----|--------|
|productSkn | int| 50000056| 产品skn|是|
|returnCoin | int| 10| 有货币数量|是|
---------------------
### 返回
```
json
{
"code"
:
200
,
"message"
:
"添加成功!"
}
```
...
...
Please
register
or
login
to post a comment