3eapi/doc/支付模块增加更新说明.txt
2026-03-10 16:40:19 +08:00

12 lines
709 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1、导入mybatis3.3.0及mybatis-spring1.2.3和org.json.JsonObject.jar包;
2、增加spring-postgresql.xml配置事物控制,添加mapper配置及mapper包文件;
3、增加com/_3e/dao/UserOwnLessonDao.java文件;
4、增加com/_3e/dao/SchoolDao.java文件;
5、更改了com/_3e/dao/StudentDaoImpl.java及接口;及schoolDao
6、更改了com/_3e/http/myhome/service/_3EMyHomeServiceImpl.java文件;
7、增加了com.payUtils包;
8、增加了com/_3e/dao/GoodsPriceDefiDaoImpl.java及接口;
9、更改了com/_3e/dao/OrderInfoDaoImpl.java及接口;
10、新增了com/_3e/dao/OrderOwnGoodsDao接口;
11、需更换整个com._3e.http.pay包;
12、新增/http/3e/myspace/myendtime/v1接口server方法及dao。