文档
测试

公共配置

POST
/api/config/base

响应参数

参数名
类型
描述
必填
invocie_type
string
发票配置
必填
refund_type
string
退货类型配置
必填
alipay
string
支付宝配置
必填

说明 / 示例

{ "success": true, "data": { "alipay": { "app_id": "2021003144621126", "app_id": "2021003144621126" }, "invocie_cate": { "1": "电子普通发票", "2": "增值税纸质普通发票" }, "invocie_type": { "1": "个人", "2": "企业" }, "refund_type": { "1": "退款无需退货原因", "2": "退货退款原因" } }, "message": "success" }