wechat-php-sdk
wechat-php-sdk copied to clipboard
回复订单推送事件,微信客户端没显示回复消息
代码片段 case Wechat::EVENT_MERCHANT_ORDER: $weObj->text("订单已收到")->reply();
附上调试日志
<xml><ToUserName><![CDATA[gh_fcde91aa240a]]></ToUserName>
<FromUserName><![CDATA[XXXX]]></FromUserName>
<CreateTime>1480513863</CreateTime>
<MsgType><![CDATA[event]]></MsgType>
<Event><![CDATA[merchant_order]]></Event>
<OrderId><![CDATA[13187818385556585173]]></OrderId>
<OrderStatus>2</OrderStatus>
<ProductId><![CDATA[p84oEtyPVEyrI3drQyuzOn16JDG0]]></ProductId>
<SkuInfo><![CDATA[]]></SkuInfo>
</xml>
<xml><ToUserName><![CDATA[XXXX]]></ToUserName><FromUserName><![CDATA[XX]]></FromUserName><MsgType><![CDATA[text]]></MsgType><Content><![CDATA[订单已收到]]></Content><CreateTime><![CDATA[1480513863]]></CreateTime><FuncFlag><![CDATA[0]]></FuncFlag></xml>
这是微信官方的bug吗?
I am getting a similar issue using !import git@... The resulting links look like http://localhost:8000/kube-prod/docs/git@.. for the imported repository. For the main repo links are fine and I guess if mkdocs-multirepo-plugin just could use repo_url, edit_uri, edit_uri_template, etc. from the imported repo thinks should just work.