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