Commit 884fa0f0 authored by LeeJiancong's avatar LeeJiancong

支付策略初始化

parent 2a010bc6
......@@ -2,7 +2,7 @@
* @Author: LeeJiancong
* @Date: 2020-08-10 14:41:27
* @LastEditors: LeeJiancong
* @LastEditTime: 2020-08-10 16:43:05
* @LastEditTime: 2020-08-11 09:36:29
*/
/**
* 用于在项目开始前获取所有的配置
......@@ -53,7 +53,7 @@ async function batchAxiosHttps() {
for (const subItem in serviceConfig[item]) {
const data = await axios(serviceConfig[item][subItem])
asyncHttpQueue[item][subItem] = data.data.data
}
}
}
}
......
......@@ -36,16 +36,15 @@ export interface UserRegister {
}
export interface RuleConfiguration {
id: number;
value: number;
lable: string;
platformType: number;
platformWayName: string;
}
export interface PayWayResponse {
id: number;
payType: number;
way: string;
isPitchOn: number;
value: number;
lable: string;
}
export interface PayInitializeConfig {
......
......@@ -91,6 +91,9 @@ const List: React.FC<{}> = () => {
}
]
const handleChangeStatus = (id,record) => {
}
const handleModify = (record: any) => {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment