发票中心
创建于 2021-10-15 /
1413
字体:
[默认]
[大]
[更大]
简要描述
发票中心
接口版本
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | Devil | 2020-09-29 |
请求URL
plugins/index&pluginsname=invoice&pluginscontrol=user&pluginsaction=center
请求方式
POST
公共参数
参数名 | 是否必须 | 类型 | 默认值 | 描述 |
---|---|---|---|---|
application | 是 | string | web | 请求应用、参考公共中详解 |
application_client_type | 是 | string | pc | 请求客户端、参考公共中详解 |
token | 否 | string | token |
请求参数
无
返回示例
正确时返回
{
"msg": "success",
"code": 0,
"data": {
"base": {
"order_success_start_time": "1",
"order_add_max_time": "",
"invoice_content_type": [
"hello",
"你好阿"
],
"invoice_desc": [
"hello",
"你好阿"
],
"can_invoice_type": [
"0",
"1",
"2"
],
"is_user_quick_select": "1",
"is_order_submit_invoice": "1"
}
}
}
错误时返回
{
"msg": "error",
"code": -1,
"data": []
}
返回参数说明 -> data
参数名 | 是否必须 | 类型 | 描述 |
---|---|---|---|
base | 是 | array | 插件基础配置 |
备注
更多返回错误代码请看首页的错误代码描述
1 人点赞过