Commit aacb2918 authored by 1486327116's avatar 1486327116

添加代理相关接口

parent bc44d7c7
......@@ -97,7 +97,7 @@ export async function agentSet(agentUserVO: AgentUserVO, currentUserId: any, ip:
}
addOptLog(currentUserId, 0, '合约接单账户配置', ip, user_id, '合约接单账户配置');
addOptLog(currentUserId, 0, '合约接单账户配置', ip, JSON.stringify(agentUserVO), '合约接单账户配置');
return 'success';
}
......
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