Le service de distribution interne de PGYER est la principale plateforme chinoise de distribution interne d'applications mobiles, offrant un service de distribution interne d'applications facile à utiliser pour les développeurs mobiles et les testeurs.
La plateforme de services pour développeurs PGYER s'engage à fournir d'excellents services aux développeurs, répondant à tous leurs besoins tout au long de leur cycle de développement.
Suivez en Scannant
Compte WeChat Officiel de PGYER
Obtenez les dernières actualités, avantages officiels, promotions, etc.
Centre de documentation PGYER
Webhook 就是用户通过自定义回调的方式来改变 Web 应用的一种行为,这些回调可以由不是该 Web 应用官方的第三方用户或者开发人员来维护、修改。通过 Webhook,开发者可以自定义一些行为通知到指定的 URL 去。
在蒲公英中,使用 Webhook 功能,开发者可以将蒲公英上的部分事件消息,同步到另一个平台(或网站)上去。例如:开发者在蒲公英平台中,上传了一个应用版本、或者收到一条用户反馈时,蒲公英都会将这个消息推送到开发者制定的一个指定 URL 上去。
目前,蒲公英支持如下 6 种事件类型:应用更新、版本变动、应用反馈、App 设置变动、迁移应用、删除应用。
这样,蒲公英就会在上述相关事件发生时,将消息推送到刚刚设置的 URL 上。
蒲公英支持对同一个应用设置多个 Webhook,开发者可以重复上述过程,再次创建即可。但是同一个应用最多只能添加3个 Webhook。
蒲公英针对第三方的 Webhook 服务,当蒲公英发送事件时,使用 HTTP POST
请求,Content-Type
为 application/json
,数据格式为 JSON
。 例如,有应用的新版本上传时,蒲公英发送的数据格式类似如下形式(实际情况下会有稍许不同):
{
"action": "应用更新",
"title": "OooPlay",
"link": "https://www.pgyer.com/oooplay_test",
"message": "您的应用OooPlay有了新的版本(2.4)更新。",
"type": "updateVersion",
"os_version": "2.4",
"build_version": "139",
"created": "2015-10-09 11:25:16",
"updated": "2015-10-09 11:25:16",
"timestamp": 1444361118,
"appsize": "2238036",
"device_type": 'iOS',
"notes": "修复了一些小弱智的小bug"
}
当应用收到 反馈 信息时,蒲公英会发送如下类似格式的数据(实际情况下会有稍许不同):
{
"action": "应用反馈",
"title": "OooPlay",
"link": "https://www.pgyer.com/oooplay_test",
"message": "您的应用OooPlay收到一条新的反馈信息",
"type": "feedback",
"os_version": "2.4",
"build_version": "139",
"created": "2015-10-09 11:25:16",
"updated": "2015-10-09 11:25:16",
"timestamp": 1444361118,
"appsize": "2238036",
"device_type": 'iOS',
"notes": "修复了一些小弱智的小bug"
}
当应用收到 Crash Log 信息时,蒲公英会发送如下类似格式的数据(实际情况下会有稍许不同):
{
"action": "Crash log",
"title": "OooPlay",
"link": "https://www.pgyer.com/oooplay_test",
"message": "您的应用OooPlay收到了新的Crash Log",
"type": "crashlog",
"os_version": "2.4",
"build_version": "139",
"created": "2015-10-09 11:25:16",
"updated": "2015-10-09 11:25:16",
"timestamp": 1444361118,
"appsize": "2238036",
"device_type": 'iOS',
"notes": "libsystem_kernel.dylib 0x3094c49c mach_msg_trap 20 CoreFoundation 0x21edf7f3 <redacted> 146 CoreFoundation 0x21edddb9 <redacted> 1016 ..."
}
第三方 Webhook 服务可以使用获取 POST RAW 数据的方式来获取消息数据。例如,在 PHP 中可以用如下方式获取数据:
$data = file_get_contents('php://input');
// or
$data = $HTTP_RAW_POST_DATA;
获取到数据之后,再进行 json decode 即可解析出具体的数据,例如:
$info = json_decode($data, true);
之后,第三方 Webhook 服务即可将获取到的消息数据,根据自身的业务逻辑进行相应处理,例如可以显示在自己平台的消息流、或通知中心等。
请打开企业微信,找到需要接受消息的群组:
À propos de nous
Services de produits
Vos informations de compte sont en cours de vérification et cette fonctionnalité n'est pas disponible pour le moment; Vous pouvez :
Consulter la documentation pour connaître les méthodes d'utilisation courantes de la plateforme PGYER;
Consultez les normes d'audit des applications PGYER avant de soumettre une application.
La vérification d'identité n'est pas encore terminée. Le nombre de téléchargements par version est limité à 0 fois par jour. Après la vérification d'identité, cela peut être étendu à 500 fois par jour
La fonction de publication TestFlight est actuellement réservée aux utilisateurs de la version professionnelle. (Cliquez ici pour en savoir plus sur les tarifs de PGYER)
支付成功
Groupe d'utilisateurs VIP de PGYER
Ouvrez WeChat - Scannez et rejoignez le groupe de discussion