config.json 955 字节
Newer Older
taohebin@dcloud.io's avatar
taohebin@dcloud.io 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
{
	"parameters": {
		"appid": {
			"placeholder": "GETUI_APPID"
		},
		"mipush_appid": {
			"placeholder": "MIPUSH_APPID"
		},
		"mipush_appkey": {
			"placeholder": "MIPUSH_APPKEY"
		},
		"meizupush_appid": {
			"placeholder": "MEIZUPUSH_APPID"
		},
		"meizupush_appkey": {
			"placeholder": "MEIZUPUSH_APPKEY"
		},
		"oppopush_appkey": {
			"placeholder": "OPPOPUSH_APPKEY"
		},
		"oppopush_appsecret": {
			"placeholder": "OPPOPUSH_APPSECRET"
		},
		"huaweipush_appid": {
			"placeholder": "com.huawei.hms.client.appid"
		},
		"vivopush_appid": {
			"placeholder": "com.vivo.push.app_id"
		},
		"vivopush_appkey": {
			"placeholder": "com.vivo.push.api_key"
		},
		"dcloud_unipush_auto_notification": {
			"placeholder": "dcloud_unipush_auto_notification"
		}
	},
	"files": [{
		"source": "push_unipush_huaweipush_agconnect-services.json",
		"target": "agconnect-services.json",
		"des": "HMS配置文件"
	}]
}