Showing
1 changed file
with
3 additions
and
3 deletions
@@ -7,9 +7,9 @@ | @@ -7,9 +7,9 @@ | ||
7 | ##### 1、接口 | 7 | ##### 1、接口 |
8 | 1. 前台接口 | 8 | 1. 前台接口 |
9 | 接口在gateway,接口说明在 http://apidoc.yohops.com/ 下可查,user下模块“注销账号(注销账号)” | 9 | 接口在gateway,接口说明在 http://apidoc.yohops.com/ 下可查,user下模块“注销账号(注销账号)” |
10 | -- app.cancel.items(判断是否可以申请注销,可以时返回申请注销文案:基本条例、重要提醒,否则返回上次驳回提醒) | ||
11 | -- app.cancel.purpose(发送注销申请) | ||
12 | -- app.cancel.result(查询注销结果) | 10 | + - app.cancel.items(判断是否可以申请注销,可以时返回申请注销文案:基本条例、重要提醒,否则返回上次驳回提醒) |
11 | + - app.cancel.purpose(发送注销申请) | ||
12 | + - app.cancel.result(查询注销结果) | ||
13 | 2. erp接口 | 13 | 2. erp接口 |
14 | 接口在erp-gateway项目,有接口文档: | 14 | 接口在erp-gateway项目,有接口文档: |
15 | http://git.yoho.cn/yoho-documents/api-interfaces/blob/master/%E8%B4%A6%E5%8F%B7%E6%B3%A8%E9%94%80/%E5%BC%BA%E5%88%B6%E6%B3%A8%E9%94%80-erp.md | 15 | http://git.yoho.cn/yoho-documents/api-interfaces/blob/master/%E8%B4%A6%E5%8F%B7%E6%B3%A8%E9%94%80/%E5%BC%BA%E5%88%B6%E6%B3%A8%E9%94%80-erp.md |
-
Please register or login to post a comment