|
@@ -3436,25 +3436,27 @@ define({ "api": [
|
|
},
|
|
},
|
|
"group": "User",
|
|
"group": "User",
|
|
"name": "bindPhone",
|
|
"name": "bindPhone",
|
|
- "success": {
|
|
|
|
|
|
+ "parameter": {
|
|
"fields": {
|
|
"fields": {
|
|
- "Success 200": [
|
|
|
|
|
|
+ "Parameter": [
|
|
{
|
|
{
|
|
- "group": "Success 200",
|
|
|
|
|
|
+ "group": "Parameter",
|
|
"type": "String",
|
|
"type": "String",
|
|
"optional": false,
|
|
"optional": false,
|
|
"field": "phone",
|
|
"field": "phone",
|
|
"description": "<p>手机号</p>"
|
|
"description": "<p>手机号</p>"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "group": "Success 200",
|
|
|
|
|
|
+ "group": "Parameter",
|
|
"type": "String",
|
|
"type": "String",
|
|
"optional": false,
|
|
"optional": false,
|
|
"field": "code",
|
|
"field": "code",
|
|
"description": "<p>验证码</p>"
|
|
"description": "<p>验证码</p>"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
- },
|
|
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "success": {
|
|
"examples": [
|
|
"examples": [
|
|
{
|
|
{
|
|
"title": "Success-Response:",
|
|
"title": "Success-Response:",
|
|
@@ -3626,18 +3628,20 @@ define({ "api": [
|
|
},
|
|
},
|
|
"group": "User",
|
|
"group": "User",
|
|
"name": "sendCode",
|
|
"name": "sendCode",
|
|
- "success": {
|
|
|
|
|
|
+ "parameter": {
|
|
"fields": {
|
|
"fields": {
|
|
- "Success 200": [
|
|
|
|
|
|
+ "Parameter": [
|
|
{
|
|
{
|
|
- "group": "Success 200",
|
|
|
|
|
|
+ "group": "Parameter",
|
|
"type": "String",
|
|
"type": "String",
|
|
"optional": false,
|
|
"optional": false,
|
|
"field": "phone",
|
|
"field": "phone",
|
|
"description": "<p>手机号</p>"
|
|
"description": "<p>手机号</p>"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
- },
|
|
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "success": {
|
|
"examples": [
|
|
"examples": [
|
|
{
|
|
{
|
|
"title": "Success-Response:",
|
|
"title": "Success-Response:",
|