zhengyiming
2025-08-22 42a24b36692ff597e3c4fc110f06fc50eb186d93
1
2
3
4
5
6
import { EnumUserType, EnumClientType } from '@12333/constants';
 
export const AppLocalConfig = {
  userType: EnumUserType.Personal,
  clientType: EnumClientType.Wxmp,
};