|
@@ -3798,10 +3798,10 @@ define({ "api": [
|
|
|
},
|
|
|
{
|
|
|
"group": "Parameter",
|
|
|
- "type": "String",
|
|
|
- "optional": true,
|
|
|
- "field": "token",
|
|
|
- "description": "<p>token</p>"
|
|
|
+ "type": "Int",
|
|
|
+ "optional": false,
|
|
|
+ "field": "send_order_id",
|
|
|
+ "description": "<p>send_order_id</p>"
|
|
|
},
|
|
|
{
|
|
|
"group": "Parameter",
|
|
@@ -3809,13 +3809,6 @@ define({ "api": [
|
|
|
"optional": false,
|
|
|
"field": "bid",
|
|
|
"description": "<p>bid</p>"
|
|
|
- },
|
|
|
- {
|
|
|
- "group": "Parameter",
|
|
|
- "type": "String",
|
|
|
- "optional": false,
|
|
|
- "field": "sign",
|
|
|
- "description": "<p>签名</p>"
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -3828,7 +3821,7 @@ define({ "api": [
|
|
|
"type": "String",
|
|
|
"optional": true,
|
|
|
"field": "Authorization",
|
|
|
- "description": "<p>token 两个token任选其一</p>"
|
|
|
+ "description": "<p>token</p>"
|
|
|
}
|
|
|
]
|
|
|
}
|