会员卡接口
This commit is contained in:
@@ -34,7 +34,6 @@ public class MyStpLogic extends StpLogic {
|
||||
* @param isAdmin 是否为管理员账号
|
||||
*/
|
||||
public void login(Long id, Long shopId, boolean isManager, boolean isAdmin) {
|
||||
super.login(id);
|
||||
login(id);
|
||||
if (isManager && shopId == null) {
|
||||
throw new ApiNotPrintException("管理端登录必须传递店铺id");
|
||||
|
||||
Reference in New Issue
Block a user