This method is called when a response is built from bundle.
当一个响应从bundle构造出来时,该方法被调用
参数:
resp -
Response object that newly built
新构造的响应对象
NOTE: In more complex applications, the response object (? extends BaseResp) requested by other modules may be incorrectly called back to the IWXAPIEventHandler registered by the current module.
<To avoid this, it is recommended that developers of the current module handle it in a whitelist manner based on the content of BaseResp. For instance, only process it when BaseResp.transaction or SendAuth.Resp.state meet expectations.