You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

http://yltsaas.ikbvip.com/saas/company/batchSaasAddCompanyUser
看后台,是通过这个接口添加的
但是这个应该是前端调后端的接口,后端都调了哪个验证函数,我就不知道了。
(1)select * from t_company where company_name like '%工会%'
查询结果为空,也就是,现在还没有叫长春市工会的企业存在,需要在工作环境界面上添加出来,配置好它的每度电价
同时也需要记录下来如何添加的我好在开发环境也同样增加上争取两者的company_id是一致的因为一般上面增加一个下面增加一个同步的话两个新增加的id是一致的
(2)batchSaasAddCompanyUser函数参数解析
companyId=? //似乎应该是长春市工会的企业编号,可以在添加后再测试一下正确性
isPersonalAccpunt=1 //生成企业账户和个人账户 ,目前看来传入参数1比较靠谱因为代码是参数1时是最全的即使用户不是我系统普通用户也会创建上
isCard = ? //是不是生成虚拟卡,这是什么意思?
names //用户姓名,中间以逗号隔开
phones //电话,中间以逗号隔开
enableOnlineRecharge=1 //是否可以在线充值 ,这是什么意思?
companyMinChargeBalance //企业用户最低充电限额,这是什么意思?
enableOnlineRefund=1 //是否可以在线退款,这是什么意思?