Compare commits
No commits in common. "a15b5ec75aca5dcadac7445aa85cce8f1227fe15" and "a68ae036b6fcc4293ea9d45e192085451ede0ef1" have entirely different histories.
a15b5ec75a
...
a68ae036b6
@ -25,7 +25,6 @@ import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
@ -42,9 +41,9 @@ import java.util.List;
|
||||
@RequestMapping("/api/v2")
|
||||
public class RzRestaurantDetailController extends BaseController
|
||||
{
|
||||
@Resource
|
||||
@Autowired
|
||||
private IRzRestaurantDetailService rzRestaurantDetailService;
|
||||
@Resource
|
||||
@Autowired
|
||||
private ISysStaffService sysStaffService;
|
||||
/**
|
||||
* 查询餐饮详情列表
|
||||
@ -90,7 +89,7 @@ public class RzRestaurantDetailController extends BaseController
|
||||
*/
|
||||
@RequestMapping("/verify_user_yt")
|
||||
public String verifyUser(@RequestBody String json){
|
||||
return "接口停止使用";//rzRestaurantDetailService.insertRzRestaurantDetail(json);
|
||||
return "接口暂停使用"; //rzRestaurantDetailService.insertRzRestaurantDetail(json);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#??ID-PROD
|
||||
#X-KDApi-AcctID = 670768a85463de
|
||||
X-KDApi-AcctID = 69d0e0f3a5801e
|
||||
X-KDApi-AcctID = 698ad0d6c0c3fe
|
||||
#X-KDApi-AcctID = 6723465a38c722
|
||||
X-KDApi-UserName = Administrator
|
||||
#??IDID
|
||||
|
||||
Loading…
Reference in New Issue
Block a user