Generate path.
String generatePath(bool isChineseMainland) { return isChineseMainland ? '/sms' : '/wsms'; }