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