Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周蓉君
/
API-Interfaces
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
caoyan
2016-04-14 13:59:49 +0800
Commit
babec3e775a12a08c0355acb3405bfefd4ffc54b
1 parent
1b1a61a2
add resultCode
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
促销/promotion.md
促销/promotion.md
View file @
babec3e
...
...
@@ -243,5 +243,21 @@
"message"
:
"操作成功"
}
错误响应:
{
"code"
:
402
,
"message"
:
"优惠券不存在"
}
{
"code"
:
306
,
"message"
:
"很抱歉!您的用户身份类型不可使用该券"
}
{
"code"
:
401
,
"message"
:
"优惠券已经领取"
}
```
...
...
Please
register
or
login
to post a comment