curl --location --request GET 'pm/common/config' \
--header 'Authorization: {{AUTH_TOKEN}}'
{
"code": 10000,
"msg": "success",
"data": {
"product_bill_type": {
"常规方式": "unit"
},
"order_type": {
"我的发起": "my_apply",
"我的待办": "my_todo",
"我的已办": "my_done",
"我的收到": "my_receive"
},
"order_process_status": {
"order_end": "订单归档",
"order_excute": "订单执行",
"order_approval": "订单审核",
"order_create": "订单发起"
},
"order_operate_status": {
"start_apply": "发起申请",
"approved": "已同意",
"revoke": "已撤销",
"rejected": "已驳回",
"handled": "已办理",
"transfer_handle": "转让办理"
},
"order_btn": {
"edit": {
"icon": "",
"text": "修改"
},
"cancel": {
"icon": "",
"text": "取消"
},
"ensure_price": {
"icon": "",
"text": "报价确认"
},
"share": {
"icon": "",
"text": "分享"
},
"quote": {
"icon": "",
"text": "引用发起"
},
"pass": {
"icon": "",
"text": "通过"
},
"reject": {
"icon": "",
"text": "驳回"
},
"assign": {
"icon": "",
"text": "分配"
},
"handle": {
"icon": "",
"text": "办理"
},
"comment": {
"icon": "",
"text": "评论"
}
}
}
}