查询店铺操作密码设置
This commit is contained in:
@@ -59,4 +59,9 @@ public class ShopInfoController {
|
||||
) {
|
||||
return shopInfoService.queryDutyFlow(token, shopId, page,pageSize);
|
||||
}
|
||||
|
||||
@GetMapping("queryPwdInfo")
|
||||
public Result queryPwdInfo(@RequestParam("shopId") String shopId) {
|
||||
return shopInfoService.queryShopPwdInfo(shopId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user