# The results of a scene audit

If you receive a callback that the audit failed, refer to the reason for the audit returned, modify Weixin Mini Program, and resubmit the audit.

# Example of request parameters

<xml>
   <ToUserName><![CDATA[gh_885ece6ed5eb]]></ToUserName>
   <FromUserName><![CDATA[oMKbH5MtRalx0-1bIdmAuduh]]></FromUserName>
   <CreateTime>1623856215</CreateTime>
   <MsgType><![CDATA[event]]></MsgType>
   <Event><![CDATA[open_product_scene_group_audit]]></Event>
   <SceneGroupAudit>
      <group_id>1</group_id>
      <reason><![CDATA[审核通过,可以在视频号场景使用。]]></reason>
      <name><![CDATA[视频号、公众号场景]]></name>
      <scene_group_ext_list>
         <ext_id>1</ext_id>
         <status>1</status>
         <name><![CDATA[绑定视频号]]></name>
      </scene_group_ext_list>
      <scene_group_ext_list>
         <ext_id>2</ext_id>
         <status>1</status>
         <name><![CDATA[添加推广员]]></name>
      </scene_group_ext_list>
   </SceneGroupAudit>
</xml>

# Examples of back-up

success

# Dxplaination of request parameters

parameter type Introductions
ToUserName string Merchant Weixin Mini Program Name
FromUserName string WeChat OpenID for teams (fixed value)
CreateTime number Time of Event, Unix Timestamp
MsgType string Message type, fixed as event
Event string Event type, this interface is fixed to open_product_scene_group_audit
SceneGroupAudit object The subject of the event
SceneGroupAudit.group_id number Scene id
SceneGroupAudit.reason string Review of a copy
SceneGroupAudit.name string Scene Name
SceneGroupAudit.scene_group_ext_list[] object array The results of a scene audit
SceneGroupAudit.scene_group_ext_list[].ext_id number Scenarios audit projects, 1: customer service and aftersales, 2: e-commerce platform
SceneGroupAudit.scene_group_ext_list[].status number Scenarios related audit results, 0: in audit, 1: successful audit, 2: failed audit, 3: not audited
SceneGroupAudit.scene_group_ext_list[].name string Scenarios Related Audit Project Name

# Dxplaination of callback parameters

Simply return the character stringsuccess