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