|
@@ -10,7 +10,8 @@ import org.springframework.web.bind.annotation.*;
|
|
|
* @Author chenwei
|
|
* @Author chenwei
|
|
|
* @Date 2019/01/28
|
|
* @Date 2019/01/28
|
|
|
*/
|
|
*/
|
|
|
-@RestController("/b2b/apCheck")
|
|
|
|
|
|
|
+@RestController
|
|
|
|
|
+@RequestMapping("/b2b/apCheck")
|
|
|
public class B2BApCheckController {
|
|
public class B2BApCheckController {
|
|
|
|
|
|
|
|
private ApCheckService apCheckService;
|
|
private ApCheckService apCheckService;
|