Commit 33eae66f by fudahua

store-list 都走新接口

parent 88f92cac
......@@ -90,7 +90,7 @@ public class StoreController extends WebBaseController{
//门店列表
@RequestMapping("/store-list")
public HaobanResponse storeList(String staffId,String wxEnterpriseId,String version) {
if("1".equals(version)){
if(true){
if(StringUtils.isAnyBlank(staffId,wxEnterpriseId)){
return resultResponse(HaoBanErrCode.ERR_2);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment