zhengyiming
6 天以前 8007ce13de53e5413e20c1ca2a2943346904b2a4
1
2
3
4
5
6
import { EnumUserType, EnumClientType } from '@12333/constants';
 
export const AppLocalConfig = {
  userType: EnumUserType.Personal,
  clientType: EnumClientType.Wxmp,
};