driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/IDriverService.java
@@ -175,4 +175,15 @@ * @throws Exception */ ResultUtil closeOrderQRCode(Integer uid) throws Exception; /** * 开通小微商户 * @param name * @param number * @param phone * @return * @throws Exception */ ResultUtil microenterprise(Integer uid, String name, String number, String phone) throws Exception; }