充值改造
This commit is contained in:
@@ -19,6 +19,7 @@ import com.czg.exception.CzgException;
|
||||
import com.mybatisflex.core.row.DbChain;
|
||||
import lombok.Getter;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
@@ -37,6 +38,8 @@ public class MyStpLogic {
|
||||
return "PC".equals(SaHolder.getRequest().getHeader("Platformtype"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
public enum LoginType {
|
||||
MANAGER, USER, STAFF
|
||||
}
|
||||
@@ -160,6 +163,7 @@ public class MyStpLogic {
|
||||
return headId == null ? null : Long.parseLong(headId.toString());
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 获取店铺id
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user