API รายการคำสั่งและ Template
This commit is contained in:
parent
5625fa06f4
commit
1794218a8f
6 changed files with 391 additions and 260 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import env from "../index";
|
||||
const order = `${env.API_URI}/order`;
|
||||
const order = `${env.API_URI}/org`;
|
||||
|
||||
export default {
|
||||
commandType: `${order}/order-type`,
|
||||
commandType: `${order}/commandType`,
|
||||
commandSysList: `${order}/commandSys/list`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue