/**
 * appid配置文件
 */
var config = function() {
	var result = {
		appid:"wx55d4c9f89b3b743f"
	};
    return result;
}

module.exports = config();