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