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