2 changed files with 18 additions and 3 deletions
@ -0,0 +1,15 @@ |
|||||
|
package com.epmet.controller.pa; |
||||
|
|
||||
|
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
import org.springframework.web.bind.annotation.RestController; |
||||
|
|
||||
|
/** |
||||
|
* 公众号用户的注册、客户创建、跟组织创建 ,查询我的详情等等...api写在这 |
||||
|
* |
||||
|
* @author yinzuomei@elink-cn.com |
||||
|
* @date 2020/7/8 17:18 |
||||
|
*/ |
||||
|
@RestController |
||||
|
@RequestMapping("pacustomer") |
||||
|
public class PaCustomerController { |
||||
|
} |
Loading…
Reference in new issue